| Age | Commit message (Expand) | Author | Lines |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -4/+4 |
| 2024-05-23 | Add some comments. | Nicholas Nethercote | -11/+29 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -8/+11 |
| 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-04-19 | Give a name to each distinct manipulation of pretty-printer FixupContext | David Tolnay | -18/+4 |
| 2024-04-19 | Move pretty-printer FixupContext to a module | David Tolnay | -1/+2 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -3/+3 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+10 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -1/+1 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -1/+1 |
| 2024-04-15 | Validation and other things | Michael Goulet | -2/+10 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+2 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+5 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -1/+1 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -3/+6 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+6 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+4 |
| 2024-03-01 | Move `gather_comments`. | Nicholas Nethercote | -2/+123 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+4 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -4/+4 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -1/+6 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -1/+6 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -2/+2 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -5/+16 |
| 2024-01-22 | Fix some cases in `space_between`. | Nicholas Nethercote | -19/+27 |
| 2024-01-22 | Don't insert spaces before most semicolons in `print_tts`. | Nicholas Nethercote | -0/+7 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -0/+5 |
| 2023-12-27 | Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin | bors | -3/+15 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -1/+1 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -2/+2 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -2/+2 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -18/+12 |
| 2023-12-18 | Fix parenthesization of subexprs containing statement boundary | David Tolnay | -3/+15 |
| 2023-12-15 | Add better ICE messages for some undescriptive panics | Ross Smyth | -1/+3 |
| 2023-12-11 | Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors | Matthias Krüger | -22/+51 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -6/+4 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -6/+23 |
| 2023-12-08 | Fix tidy ```ignore error | David Tolnay | -2/+2 |
| 2023-12-08 | Do not parenthesize exterior struct lit inside match guards | David Tolnay | -21/+47 |
| 2023-12-08 | Delete special handling of some expr kinds from print_let | David Tolnay | -10/+2 |
| 2023-12-08 | Rearrange logic of needs_par computation in print_let | David Tolnay | -2/+5 |
| 2023-12-08 | Inline cond_needs_par into print_let | David Tolnay | -2/+7 |