about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/stmt.rs
AgeCommit message (Expand)AuthorLines
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-11/+11
2019-09-17Remove Handler::cancelMark Rousskov-1/+1
2019-09-07Apply suggestions from code reviewAlexander Regueiro-1/+1
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-32/+32
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-08-24parser: bool -> GateOr.Mazdak Farrokhzad-1/+2
2019-08-24parser: `let` stmts & `for` exprs: allow or-patterns.Mazdak Farrokhzad-1/+1
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-3/+4
2019-08-12Parse excess semicolons as empty stmts for lintingnathanwhit-1/+16
2019-08-11parser: move into stmt.rsMazdak Farrokhzad-0/+458