| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -2/+2 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -2/+2 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -6/+12 |
| 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-25 | Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu | Jana Dönszelmann | -0/+94 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -6/+12 |
| 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 | cleaned up some tests | Kivooeo | -0/+94 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -541/+27 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -5/+2 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -7/+6 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+4 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -7/+46 |
| 2025-06-16 | tests: unconstrain params in `non_lifetime_binders` | David Wood | -43/+64 |
| 2025-06-16 | tests: update tests with unconstrained parameters | David Wood | -4/+20 |
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -3/+3 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` bounds to minicore | David Wood | -25/+25 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -25/+55 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` to minicore | David Wood | -1/+8 |
| 2025-06-14 | Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place... | bors | -1/+1 |
| 2025-06-13 | Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errors | Jubilee | -0/+50 |
| 2025-06-12 | Rollup merge of #141162 - mejrs:gated, r=fee1-dead | Matthias Krüger | -3/+6 |
| 2025-06-12 | Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr | bors | -22/+35 |
| 2025-06-12 | Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errors | Matthias Krüger | -16/+17 |
| 2025-06-11 | stabilize gai | Boxy | -7/+6 |
| 2025-06-09 | Apply nested goals certainty to InspectGoals for normalizes-to | Michael Goulet | -22/+35 |
| 2025-06-09 | refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec... | mejrs | -3/+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-08 | Rollup merge of #142171 - Kivooeo:tf7, r=workingjubilee | Jubilee | -0/+24 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -0/+24 |
| 2025-06-08 | Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov | bors | -30/+30 |
| 2025-06-06 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -1/+1 |
| 2025-06-06 | Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnr | bors | -5/+2 |
| 2025-06-05 | Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr | bors | -0/+25 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -30/+30 |
| 2025-06-05 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -4/+4 |
| 2025-06-05 | Add more missing 2015 edition directives | Lukas Wirth | -0/+1 |
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -12/+12 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -0/+25 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -0/+61 |
| 2025-06-03 | builtin dyn impl no guide inference | lcnr | -0/+50 |
| 2025-06-02 | Fast path for stalled obligations on self ty | Michael Goulet | -5/+2 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -0/+32 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -104/+34 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -138/+9 |
| 2025-05-25 | const-check: stop recommending the use of rustc_allow_const_fn_unstable | Ralf Jung | -114/+19 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -25/+1 |