| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -33/+2 |
| 2025-09-10 | Less greedily parse `[const]` bounds | León Orell Valerian Liehr | -0/+25 |
| 2025-09-10 | Restore the test intention of several MBE trait bound modifier tests | León Orell Valerian Liehr | -85/+107 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -4/+4 |
| 2025-09-01 | Constify conversion traits | ltdk | -3/+3 |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -0/+53 |
| 2025-08-21 | Rollup merge of #145627 - compiler-errors:const-supertrait-dyn-compat, r=fee1... | Jacob Pratt | -0/+36 |
| 2025-08-20 | Unconditionally-const supertraits are considered not dyn compatible | Michael Goulet | -0/+36 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -1/+1 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -0/+36 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -12/+12 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -11/+11 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -11/+11 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -4/+4 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -3/+26 |
| 2025-08-06 | Rollup merge of #144910 - ShoyuVanilla:add-regression-tests, r=fee1-dead | Jakub Beránek | -0/+73 |
| 2025-08-05 | Add regression tests for seemingly fixed issues | Shoyu Vanilla | -0/+73 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -3/+26 |
| 2025-08-04 | fix: Error on illegal `[const]`s inside blocks within legal positions | Shoyu Vanilla | -26/+85 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -3/+3 |
| 2025-07-26 | Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obk | Jacob Pratt | -29/+42 |
| 2025-07-25 | Update ui tests with new macro early erroring | Guillaume Gomez | -29/+42 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -16/+17 |
| 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 |