| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+1 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -1/+1 |
| 2024-04-11 | Deduplicate `is_comparison` impl between `BinOpKind` and `AssocOp` | Oli Scherer | -8/+2 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+3 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -0/+8 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Fix precedence of postfix match | Michael Goulet | -1/+2 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -12/+7 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -1/+10 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -4/+0 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+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 | -1/+4 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -1/+10 |
| 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 |