| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,... | Guillaume Gomez | -12/+7 |
| 2025-02-12 | Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwU | Matthias Krüger | -69/+11 |
| 2025-02-11 | compiler: remove rustc_abi::lookup and AbiUnsupported | Jubilee Young | -1/+1 |
| 2025-02-11 | compiler: remove AbiDatas | Jubilee Young | -4/+4 |
| 2025-02-11 | compiler: compare and hash ExternAbi like its string | Jubilee Young | -7/+2 |
| 2025-02-11 | Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr... | Matthias Krüger | -4/+10 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -113/+95 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -69/+11 |
| 2025-02-10 | Don't ICE when failing to lower contracts for associated impl items | Michael Goulet | -113/+95 |
| 2025-02-09 | compiler: remove `abi`-specific `extern "{abi}"` suggestions | Jubilee Young | -25/+5 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -2/+2 |
| 2025-02-09 | compiler: start using rustc_ast_lowering in rustc_passes | Jubilee Young | -3/+3 |
| 2025-02-09 | compiler: gate `extern "{abi}"` in ast_lowering | Jubilee Young | -5/+159 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -26/+41 |
| 2025-02-08 | Rustfmt | bjorn3 | -26/+41 |
| 2025-02-07 | compiler: use rustc_abi in rustc_ast_* | Jubilee Young | -11/+11 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -23/+25 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -8/+140 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -5/+88 |
| 2025-02-04 | Allow using named consts in pattern types | Oli Scherer | -13/+14 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -7/+28 |
| 2025-02-03 | Desugars contract into the internal AST extensions | Felix S. Klock II | -84/+79 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -5/+142 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -23/+25 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -5/+87 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -4/+4 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -7/+28 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -11/+28 |
| 2025-01-29 | show supported register classes | Folkert de Vries | -4/+10 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -2/+2 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -6/+11 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -1/+1 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -20/+36 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -4/+7 |
| 2025-01-22 | Enforce that all spans are lowered in ast lowering | Oli Scherer | -32/+36 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -7/+32 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -3/+7 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -2/+2 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -36/+83 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -24/+44 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -19/+39 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -6/+6 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -6/+3 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -2/+2 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -2/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -21/+10 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -1/+8 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -22/+28 |