| Age | Commit message (Expand) | Author | Lines |
| 2025-04-05 | Rollup merge of #138950 - yaahc:svh-metrics-name, r=bjorn3 | Stuart Cook | -0/+5 |
| 2025-04-04 | Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgr | bors | -70/+10 |
| 2025-04-04 | Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-04-04 | Rollup merge of #139348 - meithecatte:async-destructor-minify, r=petrochenkov | Matthias Krüger | -17/+6 |
| 2025-04-04 | Rollup merge of #139041 - nnethercote:rm-rustc_middle-ty-util-ExplicitSelf, r... | Matthias Krüger | -49/+0 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -31/+52 |
| 2025-04-04 | Make the compiler suggest actual paths instead of visible paths if the visibl... | morine0122 | -0/+7 |
| 2025-04-04 | Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-04-04 | Rollup merge of #139313 - oli-obk:push-uzvmpxqyvrzp, r=compiler-errors | Matthias Krüger | -44/+3 |
| 2025-04-04 | Fix `Debug` impl for `LateParamRegionKind`. | Nicholas Nethercote | -4/+4 |
| 2025-04-04 | adt_destructor: sanity-check returned item | Maja Kądziołka | -0/+5 |
| 2025-04-04 | AsyncDestructor: replace fields with impl_did | Maja Kądziołka | -17/+6 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+23 |
| 2025-04-03 | Deduplicate some `rustc_middle` function bodies by calling the `rustc_type_ir... | Oli Scherer | -44/+3 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+23 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -6/+6 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -31/+52 |
| 2025-04-03 | Micro-optimize RegionEraserVisitor | Michael Goulet | -1/+23 |
| 2025-04-03 | hygiene: Avoid recursion in syntax context decoding | Vadim Petrochenkov | -1/+1 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -7/+0 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -7/+0 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -6/+6 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -37/+32 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -15/+0 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -1/+1 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -7/+5 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -12/+22 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -6/+6 |
| 2025-04-01 | replace extra_filename with strict version hash in metrics file names | Jane Losare-Lusby | -0/+5 |
| 2025-04-01 | Ensure `calculcate_dtor` is only ever called on local types | Oli Scherer | -2/+2 |
| 2025-04-01 | Store adt_async_destructor in metadata | Oli Scherer | -0/+1 |
| 2025-04-01 | Store adt_destructor in metadata | Oli Scherer | -0/+1 |
| 2025-04-01 | Improve docs of ValTreeKind | bjorn3 | -1/+1 |
| 2025-03-31 | Rollup merge of #139181 - tiif:doc, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-31 | Fix invalid link | tiif | -2/+2 |
| 2025-03-30 | Encode synthetic by-move coroutine body with a different DefPathData | Michael Goulet | -5/+8 |
| 2025-03-30 | Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov" | Jakub Beránek | -1/+1 |
| 2025-03-29 | less decoding if it has the same syntax context | bohan | -1/+1 |
| 2025-03-28 | Remove ScopeDepth entirely. | Mara Bos | -1/+1 |
| 2025-03-28 | Remove `rustc_middle::ty::util::ExplicitSelf`. | Nicholas Nethercote | -49/+0 |
| 2025-03-27 | Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnr | Jacob Pratt | -14/+8 |
| 2025-03-27 | Rollup merge of #130883 - madsmtm:env-var-query, r=petrochenkov | Stuart Cook | -0/+11 |
| 2025-03-26 | `lower_pat_expr`: use the pattern's type instead of the literal's | dianne | -7/+0 |
| 2025-03-26 | Add `TyCtx::env_var_os` | Mads Marquart | -0/+11 |
| 2025-03-26 | Remove `kw::Empty` uses from `rustc_middle`. | Nicholas Nethercote | -14/+8 |
| 2025-03-26 | Ensure define_opaque is accounted for in HIR hash | Michael Goulet | -1/+2 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -44/+0 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -44/+0 |
| 2025-03-23 | Remove STILL_FURTHER_SPECIALIZABLE special casing | Michael Goulet | -74/+15 |
| 2025-03-23 | Remove HAS_TY_COROUTINE | Michael Goulet | -1/+0 |