| Age | Commit message (Expand) | Author | Lines |
| 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/+64 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -74/+193 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -5/+17 |
| 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/+58 |
| 2024-07-02 | Fix spans | Michael Goulet | -7/+14 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -10/+104 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -5/+7 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -58/+62 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -2/+2 |
| 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-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/+22 |
| 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/+17 |
| 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 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -4/+7 |
| 2024-06-26 | Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlin | bors | -0/+28 |
| 2024-06-25 | Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk | bors | -8/+17 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -0/+14 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -9/+14 |
| 2024-06-23 | Replace `f16` and `f128` pattern matching stubs with real implementations | Trevor Gross | -1/+3 |
| 2024-06-22 | Add a `pointee_metadata_ty_or_projection` helper | Scott McMurray | -0/+28 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -22/+22 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -0/+1 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -35/+1 |
| 2024-06-20 | Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister | bors | -11/+3 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -35/+1 |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -11/+3 |
| 2024-06-19 | Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726 | León Orell Valerian Liehr | -1/+9 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -7/+16 |
| 2024-06-18 | Make pretty printing for `f16` and `f128` consistent | Trevor Gross | -1/+9 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -74/+432 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -4/+6 |
| 2024-06-18 | Fix transmute goal | Michael Goulet | -0/+4 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -84/+417 |