| Age | Commit message (Expand) | Author | Lines |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+13 |
| 2025-04-12 | store the kind of pattern adjustments in `pat_adjustments` | dianne | -3/+35 |
| 2025-04-12 | Move FlagComputation, PatternKind, and TypeWalker to rustc_type_ir | jackh726 | -595/+93 |
| 2025-04-12 | don't store opaque info during encoding | bohan | -1/+1 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -3/+3 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -2/+2 |
| 2025-04-11 | Introduce `DefPathData::AnonAssocTy`. | Nicholas Nethercote | -3/+3 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -2/+4 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -12/+15 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -4/+7 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -12/+12 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -37/+4 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -0/+37 |
| 2025-04-09 | Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote | Matthias Krüger | -0/+7 |
| 2025-04-09 | re-use sized fast path | David Wood | -7/+7 |
| 2025-04-08 | Auto merge of #139536 - matthiaskrgr:rollup-j6goald, r=matthiaskrgr | bors | -37/+26 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -37/+26 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -1/+1 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -2/+2 |
| 2025-04-07 | Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obk | Stuart Cook | -18/+4 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -9/+4 |
| 2025-04-06 | Stop calling source_span query in significant drop order code | Michael Goulet | -18/+4 |
| 2025-04-06 | remove compiler support for `extern "rust-intrinsic"` blocks | Skgland | -9/+4 |
| 2025-04-06 | Rollup merge of #139414 - Adamkob12:fix_typo_raw_list, r=Nadrieril | Guillaume Gomez | -3/+3 |
| 2025-04-05 | format | Adam Kobzan | -3/+3 |
| 2025-04-05 | Fix Typo | Adam Kobzan | -2/+2 |
| 2025-04-05 | Auto merge of #139292 - compiler-errors:folder-experiment-7, r=lqd | bors | -1/+23 |
| 2025-04-05 | Auto merge of #139281 - petrochenkov:ctxtdecod6, r=wesleywiser | bors | -1/+1 |
| 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 |