| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-28 | Use 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-26 | review comments and tweaks | Esteban Küber | -1/+1 | |
| 2019-10-16 | make tidy happy | Mazdak Farrokhzad | -1/+3 | |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -3/+3 | |
| 2019-10-16 | syntax::parse: don't depend on syntax::ext | Mazdak Farrokhzad | -3/+2 | |
| 2019-10-16 | syntax: reduce visibilities | Mazdak Farrokhzad | -3/+3 | |
| 2019-10-16 | move diagnostics.rs into parser/ | Mazdak Farrokhzad | -1/+1 | |
| 2019-09-26 | Rename `Stmt.node` to `Stmt.kind` | varkor | -11/+11 | |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -1/+1 | |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -1/+1 | |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -32/+32 | |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -1/+1 | |
| 2019-08-24 | parser: bool -> GateOr. | Mazdak Farrokhzad | -1/+2 | |
| 2019-08-24 | parser: `let` stmts & `for` exprs: allow or-patterns. | Mazdak Farrokhzad | -1/+1 | |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -3/+4 | |
| 2019-08-12 | Parse excess semicolons as empty stmts for linting | nathanwhit | -1/+16 | |
| 2019-08-11 | parser: move into stmt.rs | Mazdak Farrokhzad | -0/+458 | |
