Commit Verlauf

Autor SHA1 Nachricht Datum
  David Blaikie 124313269a Represent vtables as a top level SemIR construct (#5472) vor 10 Monaten
  Richard Smith 80529aaef9 Convert the scrutinee of a binding pattern to the right category. (#5662) vor 10 Monaten
  Richard Smith 69b9982e95 Convert discarded calls in thunks. (#5452) vor 1 Jahr
  Jon Ross-Perkins 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) vor 1 Jahr
  Dana Jansens cf57c85545 Introduce TypeInstId (#5288) vor 1 Jahr
  David Blaikie 8e7bb2f953 Initialize vptrs to point to vtables (#5244) vor 1 Jahr
  Dana Jansens 7c7e169994 Avoid diagnosing conversion errors inside deduction of impl arguments (#4976) vor 1 Jahr
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) vor 1 Jahr
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) vor 1 Jahr
  Jon Ross-Perkins 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) vor 1 Jahr
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) vor 1 Jahr
  Jon Ross-Perkins bd2fa3ace7 Remove CalleeParamsInfo (#4452) vor 1 Jahr
  Geoff Romer e20e8bfbea Consolidate caller match in one function call (#4446) vor 1 Jahr
  Geoff Romer 9266f867f9 Model the return slot as an output parameter (#4432) vor 1 Jahr
  Geoff Romer 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) vor 1 Jahr
  Richard Smith 8650f1c173 Remove out-of-date TODO (#4390) vor 1 Jahr
  josh11b 6dbeda612a `where` check stage, step 3: some type checking (#4364) vor 1 Jahr
  Richard Smith 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) vor 1 Jahr
  Richard Smith 0354efa1fc Rework how we check calls to support deduced implicit parameters (#4302) vor 1 Jahr
  Richard Smith ddfd4ad60d Fix use-after-free bug in call argument conversion. (#4277) vor 1 Jahr
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) vor 1 Jahr
  Jon Ross-Perkins bf89652a4d Move common entity fields to a 'base' struct. (#4161) vor 1 Jahr
  Richard Smith 07bad72d86 Support for calling non-generic methods in a specific class. (#4156) vor 1 Jahr
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) vor 2 Jahren
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) vor 2 Jahren
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) vor 2 Jahren
  Chandler Carruth bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) vor 2 Jahren
  Jon Ross-Perkins 9e3c4a3ef1 Reduce a few cases of retrieving the parse node for conditional diagnostics. (#3620) vor 2 Jahren
  Richard Smith de0c02ddae If a name is not found in a class, perform lookup into base classes. (#3502) vor 2 Jahren
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) vor 2 Jahren