Commit Verlauf

Autor SHA1 Nachricht Datum
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) vor 1 Jahr
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) vor 1 Jahr
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) vor 1 Jahr
  Richard Smith 8676ef6f36 Stop assigning a symbolic generic parameter index to associated constants. (#3923) vor 2 Jahren
  Richard Smith e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) vor 2 Jahren
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) vor 2 Jahren
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) vor 2 Jahren
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) vor 2 Jahren
  Jon Ross-Perkins d2056ef4b9 Split classes in file.h and value_stores.* to separate files (#3725) vor 2 Jahren
  CJ Johnson 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) vor 2 Jahren
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) vor 2 Jahren
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) vor 2 Jahren
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) vor 2 Jahren
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) vor 2 Jahren
  Richard Smith 44fca1669a Keep parameters in scope throughout the entity that they parameterize. (#3671) vor 2 Jahren
  Richard Smith 3fa70de101 Remove some C++17 workarounds now we build in C++20 mode. (#3653) vor 2 Jahren
  Richard Smith afd194de9d Runtime `:` name bindings are not constants. (#3639) vor 2 Jahren
  Richard Smith b138c90c9e Use constant evaluation to determine the identity of types. (#3617) vor 2 Jahren
  Richard Smith 906346cf35 Ensure we evaluate instructions created in uncommon ways. (#3598) vor 2 Jahren
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) vor 2 Jahren
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) vor 2 Jahren
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) vor 2 Jahren
  josh11b 0b9e73ab07 Put check stage handle functions in execution order (#3573) vor 2 Jahren
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) vor 2 Jahren
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) vor 2 Jahren
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) vor 2 Jahren
  Richard Smith fe24ebc021 Create a BindName for function parameters. (#3535) vor 2 Jahren
  Richard Smith 0a1abe9f64 Clean up some uses of the node stack. (#3512) vor 2 Jahren
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) vor 2 Jahren
  Jacob Schneider 6419568142 Fully underline parse nodes in diagnostics. (#3442) vor 2 Jahren