提交历史

作者 SHA1 备注 提交日期
  Richard Smith 6a73387809 Remove requirement that the pattern in a `for` starts with `var`. (#5685) 10 月之前
  Geoff Romer f5b5731c76 Separate fields from other `var` decls in parse (#5320) 1 年之前
  Geoff Romer 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 年之前
  Geoff Romer 6d4f2567a7 Add support for `var` patterns (#5069) 1 年之前
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 年之前
  Geoff Romer 943acf1ec2 Separate node kind for bindings inside `var` (#4822) 1 年之前
  Geoff Romer 13434f0e8a Model `var` as a pattern operator (#4720) 1 年之前
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 年之前
  Jon Ross-Perkins f67791cfee Separate subtree size information from parse nodes. (#4174) 1 年之前
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 年之前
  Jon Ross-Perkins 096f1dc68a Rename functions which only print a diagnostic to Diagnose* (#3886) 2 年之前
  Jon Ross-Perkins 03347793cc Switch VariableInitializer order to accommodate GlobalInit (#3708) 2 年之前
  Geoff Romer 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 年之前
  josh11b 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 年之前
  josh11b b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 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 eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 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 年之前
  Jon Ross-Perkins c555b39a2c Rename parser dir to parse (#3178) 2 年之前