| Age | Commit message (Expand) | Author | Lines |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -1/+48 |
| 2024-12-12 | Fix tools | Michael Goulet | -1/+48 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -6/+5 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -12/+17 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -2/+16 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -12/+17 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -11/+6 |
| 2024-11-24 | Fix rustfmt according to review | Nadrieril | -2/+14 |
| 2024-11-24 | cover guard patterns in rustfmt | Max Niederman | -1/+3 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -3/+30 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -1/+1 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -21/+7 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -6/+46 |
| 2024-10-15 | Rewrite for<..> async correctly | Michael Goulet | -23/+29 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -8/+6 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -4/+31 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -8/+6 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -33/+0 |
| 2024-10-07 | Add basic pin sugar support to rustfmt | Eric Holk | -1/+26 |
| 2024-10-07 | Fix clippy and rustfmt compilation | Eric Holk | -5/+6 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -2/+3 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -4/+4 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -31/+27 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -8/+7 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -4/+4 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+1 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -2/+2 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -2/+2 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -27/+24 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -33/+0 |
| 2024-09-19 | Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt | Yacin Tmimi | -1556/+4708 |
| 2024-09-06 | Fix tools | Michael Goulet | -9/+26 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustfmt. | Nicholas Nethercote | -2/+17 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustfmt helpers. | Nicholas Nethercote | -6/+2 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -1/+0 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -5/+3 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -0/+4 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -1/+0 |
| 2024-08-02 | rustfmt: Remove `has_cpuid` from test | Jubilee Young | -18/+0 |
| 2024-07-30 | Suppress must_use on eat calls in rustfmt | Michael Goulet | -5/+7 |
| 2024-07-11 | Remove rustdoc tests which no longer parse | Michael Goulet | -10/+0 |
| 2024-06-28 | Implement RTN support in rustfmt | Michael Goulet | -15/+29 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-24 | Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-06-24 | Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwright | Matthias Krüger | -9/+105 |
| 2024-06-23 | Remove stray println from rustfmt | Michael Goulet | -1/+0 |
| 2024-06-23 | Rollup merge of #126851 - nnethercote:NtExprKind-NtPatKind, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-06-23 | Implement use<> formatting in rustfmt | Michael Goulet | -9/+105 |
| 2024-06-23 | Rework pattern and expression nonterminal kinds. | Nicholas Nethercote | -3/+3 |