Historique des commits

Auteur SHA1 Message Date
  Jon Ross-Perkins e343ea593c Add macro for postfix operators. (#3504) il y a 2 ans
  Jon Ross-Perkins 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) il y a 2 ans
  Jon Ross-Perkins c4864aa2ff Split out and/or operator handling from infix. (#3480) il y a 2 ans
  Geoff Romer 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) il y a 2 ans
  Geoff Romer 5897e57c21 Clarify naming around paren expressions (#3444) il y a 2 ans
  josh11b 3b0923c81d Add interface support to check (#3474) il y a 2 ans
  Richard Smith fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) il y a 2 ans
  Jon Ross-Perkins d73729179a Switch modifiers to use distinct parse nodes. (#3461) il y a 2 ans
  josh11b fada410559 Support declaration modifier keywords (#3412) il y a 2 ans
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) il y a 2 ans
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) il y a 2 ans
  Geoff Romer b8d4e2f41b Binding pattern naming cleanup (#3410) il y a 2 ans
  Richard Smith 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) il y a 2 ans
  Jon Ross-Perkins a204689893 Use more specific node kinds for literals. (#3419) il y a 2 ans
  Richard Smith 2715e2276e Parsing and basic checking for `abstract class` and `base class`. (#3385) il y a 2 ans
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) il y a 2 ans
  Richard Smith afd6d85610 Support for `returned var` and `return var`. (#3374) il y a 2 ans
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) il y a 2 ans
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) il y a 2 ans
  josh11b 0318631d1a Clarify some comments (#3360) il y a 2 ans
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) il y a 2 ans
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) il y a 2 ans
  Richard Smith bc8db9406d Support for `Self` expressions. (#3351) il y a 2 ans
  Richard Smith 04ae5a0531 Support for functions with a `self` parameter. (#3338) il y a 2 ans
  Richard Smith 7f2f4bec4f Add a `Field` node for fields in a class. (#3332) il y a 2 ans
  Jon Ross-Perkins d13f76e001 Add value store to be shared across compile stages. (#3311) il y a 2 ans
  Richard Smith 4e64b1948d Bare-bones support for forward-declared classes. (#3294) il y a 2 ans
  Richard Smith 6e9d83e746 Support for `while` statements. (#3258) il y a 2 ans
  Richard Smith 74d52738ff Support for `let` declarations. (#3257) il y a 2 ans