| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -1/+9 |
| 2025-05-01 | Set groundwork for proper const normalization | Boxy | -4/+15 |
| 2025-05-01 | Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLii | bors | -0/+6 |
| 2025-04-30 | Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnr | Matthias Krüger | -0/+1 |
| 2025-04-30 | Use less rustc_type_ir in the compiler codebase | Romain Perier | -0/+1 |
| 2025-04-29 | canonical no type foldable :< | lcnr | -2/+2 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -1/+61 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -9/+15 |
| 2025-04-29 | Add some comments | John Kåre Alsaker | -0/+1 |
| 2025-04-29 | Add a jobserver proxy to ensure at least one token is always held | John Kåre Alsaker | -0/+5 |
| 2025-04-28 | Rollup merge of #140022 - dianne:box-deref-pats, r=Nadrieril | Chris Denton | -0/+15 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -31/+31 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -31/+31 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -225/+214 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+59 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -1/+2 |
| 2025-04-26 | Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors | Matthias Krüger | -5/+29 |
| 2025-04-26 | convert some `GenericArg` to `Term` | lcnr | -5/+29 |
| 2025-04-25 | handle specialization in the new trait solver | lcnr | -0/+4 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -0/+15 |
| 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 |