| Age | Commit message (Expand) | Author | Lines |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -7/+7 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+7 |
| 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 | -16/+16 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -0/+26 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -2/+6 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -2/+0 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 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 | -3/+3 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -182/+174 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -65/+60 |
| 2024-04-24 | Remove unnecessary `pub`s in `mut_visit.rs`. | Nicholas Nethercote | -65/+60 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -2/+8 |
| 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 | -2/+2 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -14/+3 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -1/+30 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+4 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -1/+1 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+4 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+1 |
| 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 |
| 2024-03-05 | Remove unused `impl DummyAstNode for Block`. | Nicholas Nethercote | -13/+0 |
| 2024-03-05 | Decouple `DummyAstNode` and `DummyResult`. | Nicholas Nethercote | -1/+4 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -1/+2 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -1/+2 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -6/+6 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -1/+1 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -2/+2 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+1 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -2/+7 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -1/+2 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+1 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+16 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -1/+1 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -1/+1 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -1/+1 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -9/+10 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -1/+2 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -8/+8 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -1/+1 |
| 2023-12-04 | Address code review feedback | Eric Holk | -2/+3 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -3/+2 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -25/+11 |