| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -1/+1 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -22/+22 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -22/+22 |
| 2024-10-24 | Remove visit_expr_post | maxcabrajac | -4/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -2/+2 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -2/+2 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -1/+2 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -3/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+1 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -6/+10 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+4 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+1 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-26 | ast: Standardize visiting order | Vadim Petrochenkov | -187/+251 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -9/+9 |
| 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) | -10/+28 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -6/+15 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -10/+28 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+1 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+1 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -1/+6 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -7/+10 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+10 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -1/+1 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -2/+2 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -0/+26 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+1 |
| 2024-04-25 | ast: Visit item components in "natural" order | Vadim Petrochenkov | -1/+1 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -129/+167 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -2/+4 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -2/+2 |
| 2024-04-15 | Validation and other things | Michael Goulet | -1/+1 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -14/+5 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -1/+31 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+2 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -2/+2 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+4 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -1/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+4 |
| 2024-03-18 | Add missing `try_visit` calls in visitors. | Jason Newcomb | -2/+2 |
| 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/+1 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -1/+1 |