| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -35/+36 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -29/+1 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -0/+5 |
| 2024-07-02 | Rollup merge of #126883 - dtolnay:breakvalue, r=fmease | Matthias Krüger | -2/+6 |
| 2024-07-01 | Parenthesize break values containing leading label | David Tolnay | -2/+6 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+5 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -7/+7 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -6/+1 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -19/+32 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -10/+10 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -19/+32 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -16/+9 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -2/+9 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -3/+2 |
| 2024-06-06 | Fix formatting | carbotaniuman | -2/+7 |
| 2024-06-06 | Fix build | carbotaniuman | -3/+3 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -2/+4 |
| 2024-06-05 | Print `token::Interpolated` with token stream pretty printing. | Nicholas Nethercote | -16/+9 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+2 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -1/+8 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -4/+4 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -4/+4 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -2/+3 |
| 2024-05-23 | Add some comments. | Nicholas Nethercote | -11/+29 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -15/+18 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -14/+60 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -6/+8 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -5/+7 |
| 2024-05-13 | Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errors | bors | -27/+37 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -1/+1 |
| 2024-05-13 | Make `Comments::next` consume a comment. | Nicholas Nethercote | -9/+7 |
| 2024-05-13 | Make handling of `Comments` more iterator-like. | Nicholas Nethercote | -22/+34 |
| 2024-05-12 | Pretty-print let-else with added parenthesization when needed | David Tolnay | -1/+5 |
| 2024-05-11 | Fix redundant parens around braced macro call in match arms | David Tolnay | -6/+53 |
| 2024-05-11 | Delete MacCall case from pretty-printing semicolon after StmtKind::Expr | David Tolnay | -4/+1 |
| 2024-05-11 | Fix pretty printer statement boundaries after braced macro call | David Tolnay | -5/+1 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -2/+9 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -2/+2 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-05-03 | AST pretty: Use `builtin_syntax` for type ascription | León Orell Valerian Liehr | -7/+9 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -9/+11 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -9/+11 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -1/+1 |
| 2024-04-19 | Give a name to each distinct manipulation of pretty-printer FixupContext | David Tolnay | -153/+106 |
| 2024-04-19 | Move pretty-printer FixupContext to a module | David Tolnay | -74/+75 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -3/+3 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -6/+4 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+10 |