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

Автор SHA1 Сообщение Дата
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 год назад
  Brymer Meneses 8ac9c80e87 Enforce `private` and `protected` access modifiers for class member access (#4248) 1 год назад
  Richard Smith 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 год назад
  Richard Smith 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 год назад
  Jon Ross-Perkins e62973a8ef Address the LocIdAndInst::ReusingLoc TODO (#4211) 1 год назад
  Richard Smith 8a8c227163 Track an interface type, not an interface ID, on an associated entity. (#4188) 1 год назад
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 год назад
  Richard Smith 07bad72d86 Support for calling non-generic methods in a specific class. (#4156) 1 год назад
  Geoff Romer 326609857d Rename BindNameInfo to EntityName (#4090) 1 год назад
  Richard Smith 50d56aa7c9 Add an instruction to represent a use of a dependent value from a generic instance. (#4122) 1 год назад
  Jon Ross-Perkins bb27a4f97b Add a convenience method for dumping the formatted SemIR file. (#4123) 1 год назад
  Jon Ross-Perkins a81d67c629 Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115) 1 год назад
  Richard Smith 6d3c915bbf When performing name lookup, determine the generic instance within which the lookup result was found. (#4118) 1 год назад
  Jon Ross-Perkins 9581a1867d Move import refs to their own block. (#4103) 1 год назад
  Jon Ross-Perkins cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
  Chandler Carruth e71e6ca07f Use separate value stores for identifiers and string literals (#4106) 1 год назад
  Chandler Carruth 8992d22ab3 Port the toolchain to use the new Carbon hashtable (#4097) 1 год назад
  Richard Smith fa11050961 Track a list of dependent instructions created within a generic (#4092) 1 год назад
  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 год назад
  Geoff Romer 5a8dfda4f0 Diagnose missing definitions in impl files (#4079) 1 год назад
  Richard Smith f772c1f5f3 More support for generic interfaces, aiming for parity with support for generic classes. (#4034) 1 год назад
  Jon Ross-Perkins a910eda020 Switch decl_state to an arg for modifier functions (#4027) 1 год назад
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 год назад
  Richard Smith 5c8fa6ad5c Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979) 1 год назад
  Jon Ross-Perkins 7effc1abd7 Refactor check_ir_map to encapsulate it. (#3968) 1 год назад
  Jon Ross-Perkins 40b2217421 Initial 'export name' handling. (#3949) 2 лет назад
  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 лет назад