about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/stmt.rs
AgeCommit message (Collapse)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-480/+0
also move MACRO_ARGUMENTS -> librustc_parse
2019-11-07move parse::classify -> util::classifyMazdak Farrokhzad-1/+2
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-2/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-04Detect `::` -> `:` typo when involving turbofishEsteban Küber-0/+1
2019-10-28Use heuristics to recover parsing of missing `;`Esteban Küber-2/+4
- Detect `,` and `:` typos where `;` was intended. - When the next token could have been the start of a new statement, detect a missing semicolon.
2019-10-26review comments and tweaksEsteban Küber-1/+1
2019-10-16make tidy happyMazdak Farrokhzad-1/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3/+3
2019-10-16syntax::parse: don't depend on syntax::extMazdak Farrokhzad-3/+2
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-3/+3
2019-10-16move diagnostics.rs into parser/Mazdak Farrokhzad-1/+1
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