| Age | Commit message (Expand) | Author | Lines |
| 2024-01-22 | Actually, just use nonterminal_may_begin_with | Michael Goulet | -8/+7 |
| 2024-01-22 | Do not eagerly recover malformed AST in rustfmt | Michael Goulet | -1/+1 |
| 2024-01-22 | Check that a token can begin a nonterminal kind before parsing it as a macro ... | Michael Goulet | -17/+28 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -3/+6 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+10 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -5/+7 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -4/+4 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -2/+2 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -2/+2 |
| 2024-01-02 | Rename `unused_tuple_struct_fields` in rustfmt | Jake Goulding | -1/+1 |
| 2024-01-01 | Address unused tuple struct fields in rustfmt | Jake Goulding | -1/+1 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -3/+9 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -3/+9 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -13/+23 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -20/+11 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -20/+11 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -5/+5 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -13/+23 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `default_handler` as `default_dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -11/+11 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -4/+2 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -4/+4 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -3/+3 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -4/+4 |
| 2023-12-10 | remove redundant imports | surechen | -16/+4 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -14/+25 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -0/+2 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -14/+23 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -5/+10 |
| 2023-12-04 | Address code review feedback | Eric Holk | -15/+6 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -7/+12 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -17/+26 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -5/+10 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+4 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -2/+2 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -1/+1 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -2/+2 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -6/+6 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -0/+2 |
| 2023-10-22 | Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync | Caleb Cartwright | -788/+2818 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -0/+2 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -0/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |