| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Add suggestion to remove if in let...else block | Edward Shen | -13/+20 |
| 2023-01-20 | Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser | Matthias Krüger | -7/+54 |
| 2023-01-14 | Rollup merge of #106849 - WaffleLapkin:unvec, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2023-01-14 | Allocate one less vec in `parser/expr.rs` | Maybe Waffle | -3/+2 |
| 2023-01-14 | Improve comments in `parser/expr.rs` | Maybe Waffle | -9/+13 |
| 2023-01-14 | Make `LhsExpr::AlreadyParsed` a named struct | Maybe Waffle | -4/+4 |
| 2023-01-13 | Recover labels written as identifiers | Maybe Waffle | -5/+52 |
| 2023-01-12 | Remove an `unwrap()` from parser that can be written as if-let-chain | Maybe Waffle | -2/+2 |
| 2023-01-12 | parse const closures | Deadbeef | -1/+7 |
| 2023-01-11 | Detect struct literal needing parentheses | Esteban Küber | -1/+1 |
| 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 |