| Age | Commit message (Expand) | Author | Lines |
| 2023-01-06 | Tiny formatting fix | Esteban Küber | -6/+7 |
| 2022-12-28 | Account for ADT bodies and struct expressions | Esteban Küber | -0/+1 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -3/+7 |
| 2022-12-16 | Little fixes | Deep Majumder | -3/+3 |
| 2022-12-14 | Allow .. to be parsed as let initializer | Deep Majumder | -3/+7 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -6/+9 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -22/+38 |
| 2022-12-05 | Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov | Matthias Krüger | -14/+5 |
| 2022-12-05 | Parameterise `Parser::{recover_unclosed_char,handle_missing_lit}`. | Nicholas Nethercote | -21/+36 |
| 2022-12-03 | more comments | Lukas Markeffsky | -3/+4 |
| 2022-12-03 | suggest parenthesis around ExprWithBlock BinOp ExprWithBlock | Lukas Markeffsky | -12/+2 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -3/+7 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -5/+6 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -3/+7 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -12/+15 |
| 2022-11-26 | add start_stmt to handle postfix increment | yukang | -14/+9 |
| 2022-11-25 | fix #104867, Properly handle postfix inc/dec in standalone and subexpr scenarios | yukang | -1/+9 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -2/+3 |
| 2022-11-22 | `rustc_parse`: remove `ref` patterns | Maybe Waffle | -4/+4 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-19 | Cleanup macro matching recovery | Nilstrieb | -5/+0 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -2/+13 |
| 2022-11-18 | Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errors | Matthias Krüger | -2/+13 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -17/+25 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -145/+97 |
| 2022-11-15 | fix #103381, Detect incorrect chaining of if and if let conditions | yukang | -2/+13 |
| 2022-11-13 | Add `delay_span_bug` to `AttrWrapper::take_for_recovery` | Maybe Waffle | -5/+10 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -1/+2 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -4/+12 |
| 2022-11-08 | Fix outdated comment | Waffle Maybe | -1/+1 |
| 2022-11-08 | Remove an address comparison from the parser | Maybe Waffle | -6/+1 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -4/+12 |
| 2022-11-05 | Fix typo | Michael Goulet | -2/+2 |
| 2022-11-04 | fake a base to suppress later extra error message | yukang | -16/+13 |
| 2022-11-04 | fix #102806, suggest use .. to fill in the rest of the fields of Struct | yukang | -3/+18 |
| 2022-10-28 | Gate some recovery behind a flag | Nilstrieb | -6/+19 |
| 2022-10-25 | Add flag to forbid recovery in the parser | Nilstrieb | -0/+2 |
| 2022-10-25 | Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiser | Yuki Okushi | -0/+2 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -9/+67 |
| 2022-10-22 | Don't erroneously deny semicolons after closure expr within parentheses in a ... | Michael Goulet | -0/+4 |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -9/+67 |
| 2022-10-20 | fix assertion failed for break_last_token and trailing token | yukang | -0/+2 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -1/+1 |
| 2022-10-01 | Replace some `bool` params with an enum | Maybe Waffle | -1/+2 |
| 2022-10-01 | Recover wrong cased keywords starting functions | Maybe Waffle | -1/+1 |
| 2022-09-30 | Remove expr_parentheses_needed from ParseSess | Michael Goulet | -1/+1 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -2/+1 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -9/+9 |
| 2022-09-27 | Migrate even more diagnostics in rustc_parse to diagnostic structs | Xiretza | -20/+22 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -5/+5 |