提交历史

作者 SHA1 备注 提交日期
  David Blaikie ffbcfc4dfc Reject/error on base declarations that appear after field declarations (#4553) 1 年之前
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 年之前
  Richard Smith 145f878ce8 Allow `extend adapt` of non-class types. (#4544) 1 年之前
  josh11b abd12c18c7 Support extended scopes that are parameterized types (#4524) 1 年之前
  Jon Ross-Perkins be56ff87c6 Convert StructTypeField to a specific type. (#4492) 1 年之前
  Geoff Romer 223c5cb04b Restructure handling of runtime parameters (#4422) 1 年之前
  David Blaikie dfed743de2 Add vtable pointers to class layout (#4407) 1 年之前
  Geoff Romer 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 年之前
  David Blaikie d491387a98 Disallow creating instances of abstract classes (#4381) 1 年之前
  David Blaikie b1014bf9f5 Disallow `abstract` or `base` on class declarations (that are not definitions) (#4378) 1 年之前
  Richard Smith b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 年之前
  josh11b d6d70bf80d Handle runtime implicit parameters, and `self` outside of methods (#4361) 1 年之前
  David Blaikie afbea6a9ec Disallow base virtual in adapter (#4343) 1 年之前
  Richard Smith 4ca711c175 When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355) 1 年之前
  Geoff Romer dc32aa2690 Initial support for binding patterns in SemIR (#4221) 1 年之前
  Richard Smith 50bce0c865 Adopt new diagnostic conventions in handle_class.cpp (#4327) 1 年之前
  Richard Smith 2044366652 Support initialization of specific classes from struct literals (#4320) 1 年之前
  Richard Smith 0354efa1fc Rework how we check calls to support deduced implicit parameters (#4302) 1 年之前
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 年之前
  David Blaikie b8f61a712e Add KeywordModifierSet helper for conversion to (likely SemIR) enums (#4290) 1 年之前
  Jon Ross-Perkins bed5fdcbbe Fix indirect import handling for functions. (#4258) 1 年之前
  Jon Ross-Perkins 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 年之前
  Jon Ross-Perkins a3a4c14960 Error on non-constant parameters to a type. (#4215) 1 年之前
  Jon Ross-Perkins 0feb757de0 Add fields for extern to EntityWithParamsBase (#4206) 1 年之前
  Richard Smith f6ff5b11b5 Distinguish between whether an entity has its own parameter lists and whether it is generic. (#4191) 1 年之前
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 年之前
  Jon Ross-Perkins bf89652a4d Move common entity fields to a 'base' struct. (#4161) 1 年之前
  Jon Ross-Perkins db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 年之前
  Jon Ross-Perkins 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 年之前
  Richard Smith 50d56aa7c9 Add an instruction to represent a use of a dependent value from a generic instance. (#4122) 1 年之前