| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+4 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -0/+6 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -1/+12 |
| 2024-03-01 | Add `f16` and `f128` to the AST | Trevor Gross | -0/+6 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -1/+12 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -10/+22 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -1/+1 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -2/+2 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -14/+4 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -1/+4 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -2/+4 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -2/+4 |
| 2024-02-12 | Add `#[derive(Clone, Copy)]` to anonymous adts | Frank King | -0/+4 |
| 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 | -3/+26 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -7/+4 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -2/+6 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+5 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -2/+23 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -17/+1 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -2/+9 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -9/+3 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -2/+10 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -2/+10 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -3/+10 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -36/+51 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -36/+51 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -3/+7 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -3/+10 |
| 2023-12-15 | Fix enforcement of generics for associated items | Michael Goulet | -0/+22 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -0/+13 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -0/+8 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -8/+20 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -3/+8 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -5/+10 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+2 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+20 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -17/+8 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -24/+30 |
| 2023-12-04 | Add genness to FnHeader | Eric Holk | -2/+6 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -2/+2 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -2/+20 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -0/+12 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+4 |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -0/+12 |
| 2023-11-28 | Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`. | Nicholas Nethercote | -3/+13 |
| 2023-11-28 | Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`. | Nicholas Nethercote | -1/+2 |