| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -15/+13 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -7/+5 |
| 2025-04-02 | Directly fetch the impl self type | Oli Scherer | -2/+2 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -3/+1 |
| 2025-04-02 | Rollup merge of #135295 - eyraudh:master, r=compiler-errors | Stuart Cook | -0/+8 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -15/+13 |
| 2025-04-01 | Ensure `calculcate_dtor` is only ever called on local types | Oli Scherer | -2/+2 |
| 2025-03-28 | Remove `terminating_scopes` hash set. | Mara Bos | -164/+95 |
| 2025-03-28 | Rollup merge of #139047 - m-ou-se:remove-scope-depth, r=oli-obk | Matthias Krüger | -25/+14 |
| 2025-03-28 | Rollup merge of #137889 - mu001999-contrib:update-doc, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2025-03-28 | Remove outdated comment. | Mara Bos | -1/+0 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -24/+14 |
| 2025-03-28 | Remove `rustc_middle::ty::util::ExplicitSelf`. | Nicholas Nethercote | -13/+22 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+1 |
| 2025-03-26 | Remove ScopeDepth from var_parent. | Mara Bos | -10/+16 |
| 2025-03-26 | Don't set cx.parent to None; it seems unnecessary. | Mara Bos | -2/+1 |
| 2025-03-26 | Simplify RvalueCandidateType. | Mara Bos | -8/+2 |
| 2025-03-26 | Don't record child scopes for patterns. | Mara Bos | -2/+0 |
| 2025-03-23 | fix: Check empty SIMD vector in inline asm | Hadrien Eyraud | -0/+8 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -1/+7 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -11/+13 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -11/+13 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -8/+4 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -7/+6 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -2/+2 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -5/+4 |
| 2025-03-13 | Rollup merge of #138126 - compiler-errors:rtn-for-sugg, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-03-12 | Add an opt-out in pretty printing for RTN rendering | Michael Goulet | -2/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -16/+16 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -13/+7 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -13/+7 |
| 2025-03-10 | Pass InferCtxt to InlineAsmCtxt to properly taint on error | Michael Goulet | -52/+58 |
| 2025-03-07 | Delay bug for negative auto trait rather than ICEing | Michael Goulet | -1/+4 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -32/+0 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -44/+113 |
| 2025-03-05 | Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,... | 许杰友 Jieyou Xu (Joe) | -48/+18 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -48/+18 |
| 2025-03-04 | Make rustdoc tests use always applicable negative auto impls | Michael Goulet | -2/+2 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -43/+112 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -7/+2 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -1/+1 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -3/+11 |
| 2025-03-02 | update outdated doc with new example | Mu001999 | -2/+2 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -2/+2 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -32/+0 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -9/+25 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -2/+0 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -2/+0 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -2/+0 |