| Age | Commit message (Expand) | Author | Lines |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -117/+12 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -6/+37 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -21/+25 |
| 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 #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -0/+32 |
| 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 | 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 | Rollup merge of #143774 - oli-obk:const_from, r=fee1-dead | Matthias Krüger | -32/+2 |
| 2025-07-13 | Rollup merge of #143803 - RalfJung:const-trait-tracking, r=compiler-errors | León Orell Valerian Liehr | -7/+7 |
| 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-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -285/+42 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -285/+42 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -101/+110 |
| 2025-07-05 | Rename tests named with `mbe` to use `macro` instead | Josh Triplett | -6/+6 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -1/+1 |
| 2025-06-30 | Assemble const bounds via normal item bounds in old solver too | Michael Goulet | -0/+19 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -215/+215 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1211/+1266 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -2/+2 |
| 2025-06-26 | Rename `tilde const` test files to `conditionally const` | Oli Scherer | -61/+65 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -971/+1022 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -4/+3 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -1/+1 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -541/+27 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -7/+6 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` bounds to minicore | David Wood | -25/+25 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` to minicore | David Wood | -1/+8 |
| 2025-06-12 | Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2025-06-11 | stabilize gai | Boxy | -7/+6 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -1/+1 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -2/+4 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -13/+13 |
| 2025-06-05 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -3/+3 |
| 2025-06-05 | Add more missing 2015 edition directives | Lukas Wirth | -0/+1 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -114/+19 |
| 2025-05-10 | Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote | bors | -18/+18 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -18/+18 |
| 2025-05-09 | Add regression test for 125877 | reddevilmidzy | -0/+53 |
| 2025-04-29 | Treat `ManuallyDrop` as `~const Destruct` | Oli Scherer | -23/+1 |
| 2025-04-29 | Add test | Oli Scherer | -0/+63 |