Commit Verlauf

Autor SHA1 Nachricht Datum
  Richard Smith 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) vor 2 Jahren
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) vor 2 Jahren
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) vor 2 Jahren
  Jon Ross-Perkins 6483044597 Switch import logic to rely on constants. (#3917) vor 2 Jahren
  Jon Ross-Perkins c82ce8faae Start adding tracking of the complete list of IRs under check. (#3915) vor 2 Jahren
  Richard Smith 02827ca26a Rename `CARBON_SEM_IR_INST_KIND_*_TYPE` macros to `CARBON_SEM_IR_INST_KIND_TYPE_*` for consistency and namespacing. (#3920) vor 2 Jahren
  Richard Smith 79c0b65288 Separate constant emission from function emission. (#3916) vor 2 Jahren
  Jon Ross-Perkins 5627f88c22 Switch ImportRefs to provide a LocId. (#3913) vor 2 Jahren
  Jon Ross-Perkins 377262d358 Remove ExternDecl and ExternType (#3909) vor 2 Jahren
  Richard Smith 8f8277b450 Use def file to avoid listing all non-type insts in type switches. (#3911) vor 2 Jahren
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) vor 2 Jahren
  Jon Ross-Perkins 5694dd152e Add ExternDecl and ExternType for extern classes. (#3893) vor 2 Jahren
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) vor 2 Jahren
  Richard Smith 462bcd9f6e Support explicit conversion between adapters and their adapted types. (#3889) vor 2 Jahren
  Richard Smith 1b335402d1 Allow incomplete return types in function declarations. (#3875) vor 2 Jahren
  Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) vor 2 Jahren
  Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) vor 2 Jahren
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) vor 2 Jahren
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) vor 2 Jahren
  Jon Ross-Perkins dffe4a36de When merging functions, detect uses of imports prior to a redecl. (#3836) vor 2 Jahren
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) vor 2 Jahren
  Jon Ross-Perkins da86a1bbb9 Start attempting ambiguous import merges. (#3827) vor 2 Jahren
  Richard Smith 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) vor 2 Jahren
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) vor 2 Jahren
  Jon Ross-Perkins 1c673041f0 Provide locations for indirectly imported instructions. (#3811) vor 2 Jahren
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) vor 2 Jahren
  Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) vor 2 Jahren
  Richard Smith d8be774b8b Lowering support for overloaded operators. (#3798) vor 2 Jahren
  Jon Ross-Perkins 957f11587d Start pulling in names from cross-package imports. (#3789) vor 2 Jahren
  Jon Ross-Perkins 2507c555ca Fix assumptions about ImportRefUnused in lexical lookups (#3784) vor 2 Jahren