| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2293/+0 |
| 2020-08-22 | Auto merge of #74566 - lzutao:guard, r=petrochenkov | bors | -1/+13 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -1/+1 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+3 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-08-13 | Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb | Tyler Mandry | -2/+9 |
| 2020-08-12 | Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco | bors | -0/+23 |
| 2020-08-10 | Detect JS-style `===` and `!==` and recover | Esteban Küber | -0/+23 |
| 2020-08-08 | Detect likely `for foo of bar` JS syntax | Esteban Küber | -6/+13 |
| 2020-08-08 | Fallback to pase_expr because match guard accepts struct literals | Lzu Tao | -1/+1 |
| 2020-08-08 | Gate to if-let guard feature | Lzu Tao | -1/+13 |
| 2020-08-02 | Introduce NonterminalKind | Aleksey Kladov | -1/+1 |
| 2020-07-23 | Detect turbofish missing surrounding angle brackets | Esteban Küber | -1/+2 |
| 2020-07-22 | Correctly parse `{} && false` in tail expression | Esteban Küber | -2/+9 |
| 2020-07-10 | Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -1/+1 |
| 2020-07-02 | parser: Break float tokens into parts in tuple field positions | Vadim Petrochenkov | -38/+81 |
| 2020-07-01 | Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -1/+1 |
| 2020-06-27 | Recover extra trailing angle brackets in struct definition | Aaron Hill | -1/+1 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -1/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+4 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -14/+34 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -20/+34 |
| 2020-04-30 | Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC | Dylan DPC | -0/+5 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -4/+3 |
| 2020-04-22 | Add help message for missing right operand in condition | Antoni Boucher | -0/+5 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -4/+3 |
| 2020-04-17 | Improved try_macro_suggestion | Duddino | -1/+1 |
| 2020-04-17 | Moved is_try check into try_macro_suggestion | Duddino | -3/+1 |
| 2020-04-17 | Account for use of `try!()` in 2018 edition and guide users in the right dire... | Duddino | -0/+2 |
| 2020-04-14 | allow try as scrutinee, e.g. `match try ...` | Bastian Kauschke | -5/+3 |
| 2020-03-30 | parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-22 | Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkov | Dylan DPC | -2/+31 |
| 2020-03-21 | recover on `for<'a> |...| body` closures. | Mazdak Farrokhzad | -2/+31 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-20 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -4/+4 |
| 2020-03-10 | parse_if_expr: recover on attributes | Mazdak Farrokhzad | -6/+37 |
| 2020-03-10 | use check_path more | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | parser: add note for `'label expr`. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-10 | parse_labeled_expr: add a suggestion on missing colon. | Mazdak Farrokhzad | -3/+13 |
| 2020-03-10 | parse: recover on `&'lt $expr` / `'lt $expr`. | Mazdak Farrokhzad | -4/+31 |
| 2020-03-10 | more reuse in block parsing & improve diagnostics. | Mazdak Farrokhzad | -7/+9 |
| 2020-03-10 | parse_labeled_expr: simplify | Mazdak Farrokhzad | -15/+13 |
| 2020-03-09 | Rollup merge of #69801 - petrochenkov:nonorm, r=Centril | Mazdak Farrokhzad | -35/+38 |
| 2020-03-09 | Rollup merge of #69201 - Aaron1011:feature/permit-if-attr, r=Centril | Mazdak Farrokhzad | -9/+0 |