| Age | Commit message (Expand) | Author | Lines |
| 2025-04-23 | Auto merge of #138845 - compiler-errors:stall-generators, r=lcnr | bors | -2/+4 |
| 2025-04-23 | Remove hack | Michael Goulet | -2/+0 |
| 2025-04-23 | Use the new solver in the impossible_predicates | Michael Goulet | -9/+5 |
| 2025-04-23 | More | Michael Goulet | -1/+3 |
| 2025-04-23 | Module docs | Boxy | -0/+5 |
| 2025-04-23 | Rename `compute_x` methods | Boxy | -31/+43 |
| 2025-04-22 | Properly drain pending obligations for coroutines | Michael Goulet | -2/+2 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -118/+122 |
| 2025-04-19 | Don't ICE on pending obligations from deep normalization in a loop | Michael Goulet | -1/+9 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -34/+33 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -34/+33 |
| 2025-04-15 | Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr | bors | -19/+8 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -24/+27 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -5/+3 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -15/+35 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -19/+8 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -6/+4 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -15/+1 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -45/+59 |
| 2025-04-09 | re-use sized fast path | David Wood | -15/+35 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -3/+3 |
| 2025-04-08 | Rollup merge of #139541 - compiler-errors:transmute, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-04-08 | Instantiate higher-ranked transmute goal | Michael Goulet | -3/+3 |
| 2025-04-08 | Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr | Matthias Krüger | -7/+7 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -7/+7 |
| 2025-04-05 | Fix trait upcasting to dyn type with no principal when there are projections | Michael Goulet | -14/+24 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -1/+7 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -15/+29 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -15/+29 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -1/+7 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -1/+1 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -1/+1 |
| 2025-04-02 | Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=... | Stuart Cook | -13/+22 |
| 2025-03-31 | increment depth of nested obligations | lcnr | -38/+38 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -15/+43 |
| 2025-03-30 | Do not mix normalized and unnormalized caller bounds when constructing param-... | Michael Goulet | -13/+22 |
| 2025-03-27 | Auto merge of #139012 - Zalathar:rollup-qgt5yfo, r=Zalathar | bors | -2/+4 |
| 2025-03-26 | Stop using Interner in the compiler randomly | Michael Goulet | -2/+4 |
| 2025-03-24 | Instantiate binder before registering nested obligations for auto/built-in tr... | Michael Goulet | -32/+16 |
| 2025-03-23 | Obligation::as_goal | Michael Goulet | -1/+1 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -89/+3 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -2/+2 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -8/+9 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -10/+7 |
| 2025-03-13 | Only prefer Sized candidates, and only if they certainly hold | Michael Goulet | -21/+17 |
| 2025-03-13 | Prefer built-in sized impls for rigid types always | Michael Goulet | -5/+37 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -15/+1 |
| 2025-03-12 | Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU | Matthias Krüger | -7/+12 |
| 2025-03-11 | Elaborate param-env built for checking DispatchFromDyn for dyn compat | Michael Goulet | -7/+12 |
| 2025-03-10 | Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT | Michael Goulet | -9/+0 |