| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -4/+4 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -31/+31 |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -4/+19 |
| 2025-04-23 | More | Michael Goulet | -5/+12 |
| 2025-04-22 | Don't compute query unless in new solver | Michael Goulet | -1/+5 |
| 2025-04-22 | Properly drain pending obligations for coroutines | Michael Goulet | -2/+6 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -3/+1 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -0/+2 |
| 2025-04-19 | Update docs for `AssocItems::filter_by_name_unhygienic` | Guillaume Gomez | -0/+2 |
| 2025-04-18 | Re-remove `AdtFlags::IS_ANONYMOUS` | Sky | -2/+0 |
| 2025-04-18 | Rollup merge of #138528 - dianne:implicit-deref-patterns, r=Nadrieril | Matthias Krüger | -6/+47 |
| 2025-04-17 | Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwU | Matthias Krüger | -2/+2 |
| 2025-04-16 | lower implicit deref patterns to THIR | dianne | -3/+12 |
| 2025-04-16 | Auto merge of #139768 - compiler-errors:split-fold, r=lcnr | bors | -67/+210 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -2/+2 |
| 2025-04-15 | Split TypeFolder and FallibleTypeFolder | Michael Goulet | -67/+210 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -86/+117 |
| 2025-04-15 | Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar | Stuart Cook | -15/+3 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -71/+114 |
| 2025-04-15 | Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr | bors | -10/+4 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -40/+72 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -18/+15 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -18/+26 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -7/+7 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -10/+4 |
| 2025-04-14 | Auto merge of #139241 - bvanjoi:less-decoding, r=petrochenkov | bors | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -34/+40 |
| 2025-04-13 | Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errors | Jacob Pratt | -595/+93 |
| 2025-04-14 | Remove unused `Map` field from `TraitObjectVisitor`. | Nicholas Nethercote | -3/+3 |
| 2025-04-14 | Remove unused `StaticLifetimeVisitor`. | Nicholas Nethercote | -12/+0 |
| 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 |