Cronologia Commit

Autore SHA1 Messaggio Data
  Richard Smith eabe9f117a Track complete types required by a generic. (#4652) 1 anno fa
  Boaz Brickner daba2c72cf [NFC] Convert NameScope from struct to class (#4623) 1 anno fa
  Jon Ross-Perkins 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 anno fa
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) 1 anno fa
  Jon Ross-Perkins 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) 1 anno fa
  Richard Smith d6ec885eb3 Track the type as written in `BaseDecl` and `AdaptDecl`. (#4564) 1 anno fa
  David Blaikie f921923b4b lazy field index (#4514) 1 anno fa
  David Blaikie ffbcfc4dfc Reject/error on base declarations that appear after field declarations (#4553) 1 anno fa
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 anno fa
  Richard Smith 145f878ce8 Allow `extend adapt` of non-class types. (#4544) 1 anno fa
  josh11b abd12c18c7 Support extended scopes that are parameterized types (#4524) 1 anno fa
  Jon Ross-Perkins be56ff87c6 Convert StructTypeField to a specific type. (#4492) 1 anno fa
  Geoff Romer 223c5cb04b Restructure handling of runtime parameters (#4422) 1 anno fa
  David Blaikie dfed743de2 Add vtable pointers to class layout (#4407) 1 anno fa
  Geoff Romer 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 anno fa
  David Blaikie d491387a98 Disallow creating instances of abstract classes (#4381) 1 anno fa
  David Blaikie b1014bf9f5 Disallow `abstract` or `base` on class declarations (that are not definitions) (#4378) 1 anno fa
  Richard Smith b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 anno fa
  josh11b d6d70bf80d Handle runtime implicit parameters, and `self` outside of methods (#4361) 1 anno fa
  David Blaikie afbea6a9ec Disallow base virtual in adapter (#4343) 1 anno fa
  Richard Smith 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 anno fa
  Geoff Romer dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 anno fa
  Richard Smith 50bce0c865 Adopt new diagnostic conventions in handle_class.cpp (#4327) 1 anno fa
  Richard Smith 2044366652 Support initialization of specific classes from struct literals (#4320) 1 anno fa
  Richard Smith 0354efa1fc Rework how we check calls to support deduced implicit parameters (#4302) 1 anno fa
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 anno fa
  David Blaikie b8f61a712e Add KeywordModifierSet helper for conversion to (likely SemIR) enums (#4290) 1 anno fa
  Jon Ross-Perkins bed5fdcbbe Fix indirect import handling for functions. (#4258) 1 anno fa
  Jon Ross-Perkins 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 anno fa
  Jon Ross-Perkins a3a4c14960 Error on non-constant parameters to a type. (#4215) 1 anno fa