| Age | Commit message (Expand) | Author | Lines |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -117/+12 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -117/+12 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -40/+2 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -205/+67 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -21/+25 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -30/+0 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -49/+4 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -122/+3 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -1/+1 |
| 2025-07-18 | HIR ty lowering: Validate relaxed bounds in trait object types | León Orell Valerian Liehr | -2/+27 |
| 2025-07-18 | HIR ty lowering: Simplify signature of `lower_poly_trait_ref` | León Orell Valerian Liehr | -6/+37 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -21/+24 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -0/+1 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -139/+137 |
| 2025-07-17 | Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr | León Orell Valerian Liehr | -10/+2 |
| 2025-07-17 | Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -0/+32 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -10/+2 |
| 2025-07-15 | Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmease | Samuel Tardieu | -2/+26 |
| 2025-07-14 | Preserve constness in trait objects up to hir ty lowering | Oli Scherer | -2/+26 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -29/+29 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -5/+5 |
| 2025-07-13 | Imply always-const host effects the same as any other item bound | Michael Goulet | -0/+19 |
| 2025-07-13 | Dont collect assoc ty item bounds from trait where clause for host effect pre... | Michael Goulet | -0/+13 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -29/+29 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -5/+5 |
| 2025-07-13 | Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead | Matthias Krüger | -32/+2 |
| 2025-07-13 | Rollup merge of #143301 - Kivooeo:tf26, r=tgross35 | Matthias Krüger | -0/+50 |
| 2025-07-13 | Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors | León Orell Valerian Liehr | -7/+7 |
| 2025-07-13 | Rollup merge of #143778 - oli-obk:const-cleanup, r=fee1-dead | León Orell Valerian Liehr | -12/+4 |
| 2025-07-13 | cleaned up some tests | Kivooeo | -3/+15 |
| 2025-07-13 | moved tests | Kivooeo | -0/+38 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -7/+7 |
| 2025-07-11 | Some const_trait_impl test cleanups | Oli Scherer | -12/+4 |
| 2025-07-11 | constify `From` and `Into` | Oli Scherer | -32/+2 |
| 2025-07-11 | Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 | Matthias Krüger | -0/+47 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -285/+42 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -2/+4 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -0/+49 |
| 2025-07-08 | Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco | Trevor Gross | -0/+37 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -285/+42 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -101/+110 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -101/+110 |
| 2025-07-07 | Point to correct argument in Func Call when Self type fails trait bound | xizheyin | -3/+3 |
| 2025-07-05 | Rename tests named with `mbe` to use `macro` instead | Josh Triplett | -6/+6 |
| 2025-07-05 | Don't call predicates_of on a dummy obligation cause's body id | Michael Goulet | -0/+37 |
| 2025-07-05 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -0/+161 |
| 2025-07-04 | Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 | Jubilee | -0/+13 |
| 2025-07-04 | Rollup merge of #143297 - Kivooeo:tf22, r=tgross35 | Jubilee | -0/+45 |
| 2025-07-04 | Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 | Jubilee | -0/+103 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -5/+7 |