| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Auto merge of #127421 - cjgillot:cache-iter, r=fmease | bors | -8/+26 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -94/+10 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -6/+118 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -4/+68 |
| 2024-07-07 | Uplift trait_ref_is_knowable and friends | Michael Goulet | -0/+12 |
| 2024-07-07 | Add fundamental to trait def | Michael Goulet | -1/+6 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -1/+1 |
| 2024-07-06 | Rollup merge of #127405 - compiler-errors:uplift-predicate-emitting-relation,... | Michael Goulet | -12/+2 |
| 2024-07-06 | Remove walk_shallow | Michael Goulet | -17/+0 |
| 2024-07-06 | Uplift push_outlives_components | Michael Goulet | -0/+7 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -12/+2 |
| 2024-07-06 | Cache hir_owner_nodes in ParentHirIterator. | Camille GILLOT | -8/+26 |
| 2024-07-05 | Rollup merge of #127352 - Zalathar:coverage-info, r=oli-obk | Guillaume Gomez | -17/+32 |
| 2024-07-05 | Rollup merge of #124290 - klensy:dep-format, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2024-07-05 | Tweak how the extra newline is printed after coverage info | Zalathar | -2/+7 |
| 2024-07-05 | coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi` | Zalathar | -15/+25 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -26/+53 |
| 2024-07-04 | Auto merge of #127288 - lqd:typelen-cache, r=compiler-errors | bors | -3/+16 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -0/+8 |
| 2024-07-03 | Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr | Matthias Krüger | -1/+5 |
| 2024-07-04 | Less magic number for corountine | Liu Dingming | -1/+5 |
| 2024-07-03 | cache type sizes in type-size limit visitor | Rémy Rakic | -3/+16 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -1/+9 |
| 2024-07-03 | Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr | Matthias Krüger | -45/+68 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -80/+219 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -0/+3 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -8/+20 |
| 2024-07-02 | Make fn traits into first-class TraitSolverLangItems to avoid needing fn_trai... | Michael Goulet | -9/+7 |
| 2024-07-02 | add TyCtxt::as_lang_item, use in new solver | Michael Goulet | -37/+62 |
| 2024-07-02 | Fix spans | Michael Goulet | -7/+14 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -11/+125 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -5/+7 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -60/+64 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -26/+53 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -1/+1 |
| 2024-07-02 | Rollup merge of #127224 - tgross35:pretty-print-exhaustive, r=RalfJung | Matthias Krüger | -16/+18 |
| 2024-07-02 | Rollup merge of #127146 - compiler-errors:fast-reject, r=lcnr | Matthias Krüger | -388/+4 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-01 | Make `FloatTy` checks exhaustive in pretty print | Trevor Gross | -16/+18 |
| 2024-07-01 | Handle universe leaks by rewriting the constraint graph | Amanda Stjerna | -0/+3 |
| 2024-06-30 | Uplift fast rejection to new solver | Michael Goulet | -388/+4 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -4/+30 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -56/+30 |
| 2024-06-28 | address review comments | Deadbeef | -2/+2 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -0/+5 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -4/+25 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -0/+27 |
| 2024-06-27 | supertrait_def_ids was already implemented in middle | Michael Goulet | -37/+3 |
| 2024-06-27 | supertrait_def_ids | Michael Goulet | -3/+2 |