Commit History

Auteur SHA1 Bericht Datum
  Jon Ross-Perkins b5d28f2c4b location -> loc abbreviation (#3826) 2 jaren geleden
  Jon Ross-Perkins b079acd86f Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810) 2 jaren geleden
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 jaren geleden
  Jon Ross-Perkins d2056ef4b9 Split classes in file.h and value_stores.* to separate files (#3725) 2 jaren geleden
  CJ Johnson 518e361328 Address TODO to change GenericBindingPattern to CompileTimeBindingPattern (#3713) 2 jaren geleden
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) 2 jaren geleden
  Jon Ross-Perkins 1bf4dc53d9 Add diagnostic support so that we can just pass in TypeId. (#3695) 2 jaren geleden
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) 2 jaren geleden
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 jaren geleden
  Richard Smith 44fca1669a Keep parameters in scope throughout the entity that they parameterize. (#3671) 2 jaren geleden
  Richard Smith 3fa70de101 Remove some C++17 workarounds now we build in C++20 mode. (#3653) 2 jaren geleden
  Richard Smith afd194de9d Runtime `:` name bindings are not constants. (#3639) 2 jaren geleden
  Richard Smith b138c90c9e Use constant evaluation to determine the identity of types. (#3617) 2 jaren geleden
  Richard Smith 906346cf35 Ensure we evaluate instructions created in uncommon ways. (#3598) 2 jaren geleden
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 jaren geleden
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) 2 jaren geleden
  josh11b f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 jaren geleden
  josh11b 0b9e73ab07 Put check stage handle functions in execution order (#3573) 2 jaren geleden
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 jaren geleden
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) 2 jaren geleden
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) 2 jaren geleden
  Richard Smith fe24ebc021 Create a BindName for function parameters. (#3535) 2 jaren geleden
  Richard Smith 0a1abe9f64 Clean up some uses of the node stack. (#3512) 2 jaren geleden
  Richard Smith fbb4ecf319 Remove `SelfParam`, add an `AddrPattern` instead. (#3506) 2 jaren geleden
  Jacob Schneider 6419568142 Fully underline parse nodes in diagnostics. (#3442) 2 jaren geleden
  Geoff Romer 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 jaren geleden
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) 2 jaren geleden
  Richard Smith 18d7ba9542 Factor out common pattern of trying to complete a type then falling back to an error type if that fails. (#3454) 2 jaren geleden
  josh11b fada410559 Support declaration modifier keywords (#3412) 2 jaren geleden
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 2 jaren geleden