| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwU | bors | -15/+33 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -15/+33 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -148/+192 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -8/+8 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -144/+188 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -8/+30 |
| 2025-02-28 | Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov | bors | -61/+24 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -33/+9 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -20/+16 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -9/+0 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -12/+18 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -143/+74 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -8/+17 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -2/+2 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -1/+0 |
| 2025-02-21 | clean up autodiff code/comments | Manuel Drehwald | -1/+0 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Avoid snapshotting the parser in `parse_path_inner`. | Nicholas Nethercote | -4/+6 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -10/+1 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -8/+9 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -3/+57 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -18/+6 |
| 2025-02-10 | Extract `unescape` from `rustc_lexer` into its own crate | Guillaume Gomez | -1/+2 |
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -18/+6 |
| 2025-02-07 | compiler: use rustc_abi in rustc_ast_* | Jubilee Young | -1/+1 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -25/+26 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -3/+42 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -25/+26 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+1 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -1/+2 |
| 2025-01-30 | Rollup merge of #135882 - hkBst:master, r=estebank | Matthias Krüger | -7/+7 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -1/+2 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -32/+29 |
| 2025-01-26 | rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹 | Yotam Ofek | -10/+10 |
| 2025-01-23 | simplify similar_tokens from Vec<_> to &[_] | Marijn Schouten | -6/+6 |
| 2025-01-23 | simplify similar_tokens from Option<Vec<_>> to Vec<_> | Marijn Schouten | -7/+7 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -0/+9 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -3/+26 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -9/+1 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -9/+1 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -0/+2 |
| 2025-01-11 | Remove allocations from case-insensitive comparison to keywords | Mark Rousskov | -1/+2 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -5/+5 |
| 2025-01-01 | upstream rustc_codegen_llvm changes for enzyme/autodiff | Manuel Drehwald | -16/+3 |
| 2024-12-31 | Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxu | Matthias Krüger | -2/+7 |