| Age | Commit message (Expand) | Author | Lines |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2020-06-18 | Rollup merge of #71976 - mibac138:let-recovery, r=estebank | Manish Goregaokar | -2/+22 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -1/+1 |
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -1/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+4 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+4 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -4/+4 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -2/+7 |
| 2020-05-30 | Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkov | Ralf Jung | -5/+16 |
| 2020-05-27 | improve diagnostics suggestion for missing `@` in slice id binding to rest p... | Chris Simpkins | -0/+20 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+13 |
| 2020-05-26 | improve error message for unexpected comma token in multiline block | Chris Simpkins | -0/+13 |
| 2020-05-25 | Only capture tokens for items with outer attributes | Aaron Hill | -5/+16 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -14/+35 |
| 2020-05-22 | Rewrite `Parser::collect_tokens` | Aaron Hill | -73/+113 |
| 2020-05-21 | Adjust according to petrochenkov's review comments | mibac138 | -43/+22 |
| 2020-05-20 | Adjust according to estebank's review comments | mibac138 | -11/+8 |
| 2020-05-20 | Error recovery for `let` with `+=` | mibac138 | -33/+32 |
| 2020-05-20 | Expand partial error recovery for `let` with `BinOpEq` | mibac138 | -10/+30 |
| 2020-05-20 | Implement partial error recovery for `let` with `BinOpEq` | mibac138 | -2/+27 |
| 2020-05-15 | Remove redundant backtick in error message. | Eric Huss | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -18/+16 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -22/+36 |
| 2020-04-30 | Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC | Dylan DPC | -0/+5 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -2/+2 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -9/+8 |
| 2020-04-22 | Add help message for missing right operand in condition | Antoni Boucher | -0/+5 |
| 2020-04-22 | Add error code to inner doc comment attribute error | Guillaume Gomez | -3/+9 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -9/+7 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -3/+5 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -9/+8 |
| 2020-04-17 | Improved try_macro_suggestion function | Duddino | -4/+2 |
| 2020-04-17 | Improved try_macro_suggestion | Duddino | -4/+5 |
| 2020-04-17 | Moved is_try check into try_macro_suggestion | Duddino | -4/+3 |
| 2020-04-17 | Account for use of `try!()` in 2018 edition and guide users in the right dire... | Duddino | -0/+35 |
| 2020-04-14 | allow try as scrutinee, e.g. `match try ...` | Bastian Kauschke | -5/+3 |
| 2020-04-03 | .unwrap() less on .span_to_snippet() | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebank | Mazdak Farrokhzad | -18/+30 |
| 2020-04-01 | Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkov | Mazdak Farrokhzad | -3/+30 |
| 2020-03-30 | Clean up redudant conditions and match exprs | Russell Cohen | -11/+10 |
| 2020-03-30 | parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-29 | Cleanup match expression | Russell Cohen | -11/+7 |
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -4/+7 |
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -1/+30 |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -6/+8 |
| 2020-03-27 | parse: improve recovery for assoc eq constraints. | Mazdak Farrokhzad | -1/+43 |
| 2020-03-27 | extract parse_generic_arg | Mazdak Farrokhzad | -8/+14 |
| 2020-03-27 | parse_angle_arg: parse constraints first | Mazdak Farrokhzad | -4/+4 |