提交历史

作者 SHA1 备注 提交日期
  Richard Smith fdfb1fb5ef Factor the scope stack and lexical lookups out of Check::Context. (#3688) 2 年之前
  Richard Smith 44fca1669a Keep parameters in scope throughout the entity that they parameterize. (#3671) 2 年之前
  Chandler Carruth bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前
  Richard Smith afd194de9d Runtime `:` name bindings are not constants. (#3639) 2 年之前
  Jon Ross-Perkins f197219c10 Split parse nodes out from instructions because they're rarely used. (#3590) 2 年之前
  Geoff Romer 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 年之前
  Richard Smith a6508fcf05 Basic support for generic bindings. (#3555) 2 年之前
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) 2 年之前
  josh11b 48c986f52d Start using typed parse node ids in the check stage (#3547) 2 年之前
  Richard Smith 0a1abe9f64 Clean up some uses of the node stack. (#3512) 2 年之前
  josh11b 23c7d7dd99 Underline the complete declaration in diagnostics (#3508) 2 年之前
  Geoff Romer 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 年之前
  Geoff Romer 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) 2 年之前
  josh11b fada410559 Support declaration modifier keywords (#3412) 2 年之前
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) 2 年之前
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 年之前
  Richard Smith 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) 2 年之前
  Richard Smith afd6d85610 Support for `returned var` and `return var`. (#3374) 2 年之前
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 年之前
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 年之前
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 年之前
  Richard Smith 04ae5a0531 Support for functions with a `self` parameter. (#3338) 2 年之前
  Richard Smith 7f2f4bec4f Add a `Field` node for fields in a class. (#3332) 2 年之前
  Jon Ross-Perkins e6634d240f Make SemIR::File access more terse. (#3331) 2 年之前
  Jon Ross-Perkins 1d6298290f Add more value store types to File. (#3317) 2 年之前
  Richard Smith a46e7dd967 Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310) 2 年之前
  Richard Smith a95e122123 Use the full name declaration logic when adding `var` names to scope. (#3312) 2 年之前
  Richard Smith c7a9e29a89 Add typed nodes to SemIR. (#3280) 2 年之前
  Richard Smith fea6cf88fc Unify initialization and conversion logic (#3255) 2 年之前
  Jon Ross-Perkins 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 年之前