Commit Verlauf

Autor SHA1 Nachricht Datum
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) 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 28ceb4dd4e Basic check support for adapters. (#3874) vor 2 Jahren
  Jon Ross-Perkins 6c5cb5bcf6 Switch sem_ir code to use CARBON_KIND_SWITCH (#3870) vor 2 Jahren
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) vor 2 Jahren
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) vor 2 Jahren
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) vor 2 Jahren
  Jon Ross-Perkins 6c458ffe7e Add import context for locations. (#3807) vor 2 Jahren
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) vor 2 Jahren
  Richard Smith 1d720dc001 Basic support for looking up impl members when naming an associated entity. (#3776) vor 2 Jahren
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) vor 2 Jahren
  Richard Smith f5a3a9a7e0 Add `Self` into scope in interface definitions and using facets as types. (#3740) vor 2 Jahren
  Richard Smith 8e956baca8 Basic support for associated constant declarations (#3737) vor 2 Jahren
  Richard Smith 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) vor 2 Jahren
  Jon Ross-Perkins 364ea5d3f2 Assign a constant to ClassDecl/InterfaceDecl for name references. (#3722) vor 2 Jahren
  Jon Ross-Perkins 1437b0e26d Implement 'alias' with transparent semantics. (#3701) vor 2 Jahren
  Jon Ross-Perkins f76bc733f4 Add 'let' handling for ImportRefUsed. (#3700) vor 2 Jahren
  Richard Smith 0e053703f8 Build Impl entity to represent an impl declaration. (#3683) vor 2 Jahren
  Jon Ross-Perkins 3a489fd7b4 Implement ConstantId::Invalid (#3674) vor 2 Jahren
  Jon Ross-Perkins 134766d50c Refactor File constructors to share logic. (#3675) vor 2 Jahren
  Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) vor 2 Jahren