| Age | Commit message (Expand) | Author | Lines |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -0/+6 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -3/+2 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+2 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -0/+11 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -26/+22 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -26/+22 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -8/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+6 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -4/+4 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -8/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -3/+10 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -11/+12 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -29/+1 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+5 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -10/+10 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -16/+9 |
| 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 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+1 |
| 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 |