| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -17/+121 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -7/+7 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -30/+30 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -11/+2 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -11/+0 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -1/+100 |
| 2025-02-26 | Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errors | León Orell Valerian Liehr | -0/+21 |
| 2025-02-24 | hir_analysis: skip self type of host effect preds | David Wood | -3/+2 |
| 2025-02-24 | tests: add variance test for const traits | David Wood | -0/+22 |
| 2025-02-24 | trait_sel: resolve vars in host effects | David Wood | -0/+36 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -11/+0 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -4/+6 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -11/+11 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -0/+28 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -3/+13 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -3/+13 |
| 2025-01-28 | add test case for implicitly stable const fn | Deadbeef | -1/+117 |
| 2025-01-28 | Implement MIR const trait stability checks | Deadbeef | -10/+112 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -1/+1 |
| 2025-01-14 | Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJung | Jubilee | -5/+3 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -5/+108 |
| 2025-01-14 | Do not consider traits that have unsatisfied const conditions to be condition... | Michael Goulet | -5/+3 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -16/+16 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -0/+6 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -32/+95 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -8/+11 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -0/+63 |