История коммитов

Автор SHA1 Сообщение Дата
  Richard Smith a0d767246f Add `GenericInstance` type to represent instances of generics. (#4085) 1 год назад
  Richard Smith e7b0529957 Create a `Generic` object to represent a generic. (#4081) 1 год назад
  Richard Smith 9029cac727 Remove `inst_id` from the public interface of `ConstantId`. (#4053) 1 год назад
  Richard Smith f772c1f5f3 More support for generic interfaces, aiming for parity with support for generic classes. (#4034) 1 год назад
  Richard Smith 9a11e977b3 Improve formatting of the type of a function or generic class name. (#4033) 1 год назад
  Jon Ross-Perkins 517a416852 Clean up some misc toolchain braced inits. (#4013) 1 год назад
  Jon Ross-Perkins 7e81c1710e Refactor modifier fetching of enclosing scopes to avoid duplicate calls. (#4010) 1 год назад
  Jon Ross-Perkins 03e3a72628 Rename Directive->Decl in general, BindExport->ExportDecl (#3957) 1 год назад
  Jon Ross-Perkins 40b2217421 Initial 'export name' handling. (#3949) 1 год назад
  Richard Smith 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 лет назад
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) 2 лет назад
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) 2 лет назад
  Jon Ross-Perkins c82ce8faae Start adding tracking of the complete list of IRs under check. (#3915) 2 лет назад
  Richard Smith 02827ca26a Rename `CARBON_SEM_IR_INST_KIND_*_TYPE` macros to `CARBON_SEM_IR_INST_KIND_TYPE_*` for consistency and namespacing. (#3920) 2 лет назад
  Richard Smith 79c0b65288 Separate constant emission from function emission. (#3916) 2 лет назад
  Jon Ross-Perkins 5627f88c22 Switch ImportRefs to provide a LocId. (#3913) 2 лет назад
  Jon Ross-Perkins 377262d358 Remove ExternDecl and ExternType (#3909) 2 лет назад
  Richard Smith 8f8277b450 Use def file to avoid listing all non-type insts in type switches. (#3911) 2 лет назад
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 лет назад
  Jon Ross-Perkins 5694dd152e Add ExternDecl and ExternType for extern classes. (#3893) 2 лет назад
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) 2 лет назад
  Richard Smith 462bcd9f6e Support explicit conversion between adapters and their adapted types. (#3889) 2 лет назад
  Richard Smith 28ceb4dd4e Basic check support for adapters. (#3874) 2 лет назад
  Jon Ross-Perkins 6c5cb5bcf6 Switch sem_ir code to use CARBON_KIND_SWITCH (#3870) 2 лет назад
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 лет назад
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 лет назад
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 лет назад
  Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) 2 лет назад
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 лет назад
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) 2 лет назад