| Age | Commit message (Expand) | Author | Lines |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -2/+8 |
| 2023-06-23 | Add suggestion for bad block fragment error | Michael Goulet | -0/+4 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+12 |
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -6/+3 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -2/+8 |
| 2023-06-09 | Move parse_seq_to_before_end closure to own function | est31 | -43/+37 |
| 2023-06-08 | Support float-like tuple indices in offset_of!() | est31 | -2/+45 |
| 2023-06-08 | Move float breaking out of Parser::parse_expr_tuple_field_access_float | est31 | -22/+53 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -4/+4 |
| 2023-05-13 | fmt | yukang | -6/+3 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+7 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+61 |
| 2023-05-06 | Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-05-05 | Add feature gate | est31 | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -1/+19 |
| 2023-05-05 | Add parsing for builtin # in expression and item context | est31 | -0/+42 |
| 2023-05-05 | add hint for =< as <= | Zachary Mayhew | -1/+12 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-02 | try gating early, add non-ascii test | Deadbeef | -0/+1 |
| 2023-05-01 | fix tests | yukang | -14/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -69/+36 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -2/+2 |
| 2023-04-27 | Tweak await span | Michael Goulet | -2/+2 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -8/+4 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2023-03-21 | Refactor `handle_missing_lit`. | Nicholas Nethercote | -14/+8 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -1/+1 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -3/+21 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -0/+28 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -10/+0 |
| 2023-03-11 | Gate const closures even when they appear in macros | Michael Goulet | -1/+1 |
| 2023-03-04 | Rollup merge of #108715 - chenyukang:yukang/cleanup-parser-delims, r=compiler... | Matthias Krüger | -13/+0 |
| 2023-03-03 | Remove unclosed_delims from parser | yukang | -13/+0 |
| 2023-03-03 | check if snippet is `)` | Takayuki Maeda | -2/+7 |
| 2023-03-01 | recover from for-else and while-else | y21 | -0/+22 |
| 2023-03-01 | Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin | Matthias Krüger | -0/+12 |
| 2023-02-28 | micro fmt changes | Maybe Waffle | -1/+1 |
| 2023-02-27 | handle only postfix decrement | nx2k3 | -24/+4 |
| 2023-02-27 | check double negation | nx2k3 | -3/+10 |
| 2023-02-26 | fix some comments | nx2k3 | -3/+3 |
| 2023-02-26 | fix #108495, postfix decrement and prefix decrement has no warning | nx2k3 | -4/+29 |
| 2023-02-24 | Replace parse_[sth]_expr with parse_expr_[sth] function names | est31 | -118/+118 |
| 2023-02-21 | Use `ThinVec` in a few more AST types. | Nicholas Nethercote | -2/+2 |
| 2023-02-21 | Use `ThinVec` in `ast::ExprKind::Match`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in `ast::Block`. | Nicholas Nethercote | -2/+2 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -5/+6 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -1/+1 |
| 2023-02-06 | Migrate `rustc_parse` to derive diagnostics | clubby789 | -1/+2 |