| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Fix precedence of postfix match | Michael Goulet | -2/+5 |
| 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 | -3/+12 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -3/+12 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -5/+1 |
| 2024-03-21 | Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril | Matthias Krüger | -2/+11 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -2/+11 |
| 2024-03-21 | Shrink the comment on `TokenTree`. | Nicholas Nethercote | -12/+1 |
| 2024-03-21 | Fix out-of-date comment. | Nicholas Nethercote | -1/+1 |
| 2024-03-21 | Rename `Token::is_path`. | Nicholas Nethercote | -2/+2 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -0/+1 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Add missing `try_visit` calls in visitors. | Jason Newcomb | -2/+2 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -0/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -7/+7 |
| 2024-03-14 | Add compiler support for parsing `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -1/+6 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -3/+12 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -14/+4 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -65/+3 |
| 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 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -0/+6 |
| 2024-03-02 | Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31 | Matthias Krüger | -125/+1 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -2/+14 |
| 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 | -2/+14 |
| 2024-03-01 | Move `gather_comments`. | Nicholas Nethercote | -125/+1 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -16/+28 |
| 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 | -5/+5 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -18/+9 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -1/+6 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -11/+29 |
| 2024-02-18 | Allow AST and HIR visitors to return `ControlFlow` | Jason Newcomb | -343/+459 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -5/+12 |
| 2024-02-15 | Add suffixes to `LitError`. | Nicholas Nethercote | -11/+13 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -11/+11 |
| 2024-02-15 | Remove `LitError::LexerError`. | Nicholas Nethercote | -8/+3 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -5/+12 |
| 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 | -4/+5 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -3/+26 |