Commit Verlauf

Autor SHA1 Nachricht Datum
  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
  Geoff Romer 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) vor 2 Jahren
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) vor 2 Jahren
  Richard Smith 18d7ba9542 Factor out common pattern of trying to complete a type then falling back to an error type if that fails. (#3454) vor 2 Jahren
  josh11b fada410559 Support declaration modifier keywords (#3412) vor 2 Jahren
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) vor 2 Jahren
  Richard Smith 433d626b04 Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452) vor 2 Jahren
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) vor 2 Jahren