| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-04 | Fix spans for comments in rustfmt | Michael Goulet | -1/+2 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -1/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -1/+1 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -7/+7 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+21 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -5/+5 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -5/+5 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -13/+2 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -5/+5 |
| 2023-08-03 | Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank | Matthias Krüger | -1/+1 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -6/+2 |
| 2023-08-03 | Fix rustfmt dep | Mu001999 | -1/+1 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -13/+2 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -14/+14 |
| 2023-07-27 | Avoid `into_trees` usage in rustfmt. | Nicholas Nethercote | -14/+14 |