Sitoutushistoria

Tekijä SHA1 Viesti Päivämäärä
  Richard Smith 19c5596fd8 Build Generic objects for generic classes and interfaces. (#4086) 1 vuosi sitten
  Richard Smith e7b0529957 Create a `Generic` object to represent a generic. (#4081) 1 vuosi sitten
  Chandler Carruth b70cfd0be9 Remove another hashtable iteraiton order dependency. (#4070) 1 vuosi sitten
  Richard Smith 9029cac727 Remove `inst_id` from the public interface of `ConstantId`. (#4053) 1 vuosi sitten
  Richard Smith e3c15edb92 Remove return_type_id from Function. (#4051) 1 vuosi sitten
  Richard Smith f772c1f5f3 More support for generic interfaces, aiming for parity with support for generic classes. (#4034) 1 vuosi sitten
  Richard Smith 1c07f959a8 Format types in SemIR using the formatting for their instruction. (#4035) 1 vuosi sitten
  Jon Ross-Perkins 807a3f1370 Add namespace-scoped private keyword support. (#4026) 1 vuosi sitten
  Richard Smith 28cefe98df Factor out pushing / popping of names plus parameters. (#4005) 1 vuosi sitten
  Richard Smith 5c8fa6ad5c Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979) 1 vuosi sitten
  Richard Smith 20c0322bbe Rough support for calling a generic class name to form a class type. (#3939) 2 vuotta sitten
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) 2 vuotta sitten
  Richard Smith ccf87f0a38 Use computed constants in lowering rather than lowering instructions (#3905) 2 vuotta sitten
  Richard Smith e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 vuotta sitten
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) 2 vuotta sitten
  Richard Smith 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 vuotta sitten
  Jon Ross-Perkins b0a8faea89 Update a few switches using InstKind:: to use the more common ::Kind. (#3883) 2 vuotta sitten
  Richard Smith 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 vuotta sitten
  Jon Ross-Perkins 6c5cb5bcf6 Switch sem_ir code to use CARBON_KIND_SWITCH (#3870) 2 vuotta sitten
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 vuotta sitten
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 vuotta sitten
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 vuotta sitten
  Jon Ross-Perkins 0001f53ec1 Implement merging of conflicts found during import. (#3819) 2 vuotta sitten
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 vuotta sitten
  Jon Ross-Perkins 2a6c5255fb Add CARBON_KIND_SWITCH to better handle typed inst switches. (#3820) 2 vuotta sitten
  Richard Smith e4528b8abb Add infrastructure for distinguishing between signed and unsigned integer types. (#3822) 2 vuotta sitten
  Richard Smith a3d77d9b74 Factor out some parts of builtin handling and add declaration checking. (#3815) 2 vuotta sitten
  Richard Smith f0e940ddfd Initial support for builtin functions. (#3803) 2 vuotta sitten
  Jon Ross-Perkins 8567e02aa7 Refactor handling of cross-package imports. (#3783) 2 vuotta sitten
  Jon Ross-Perkins 295c8eb97f Change Namespace formatting to use the scope's name. (#3782) 2 vuotta sitten