| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | trait_sel: `MetaSized` always holds temporarily | David Wood | -10/+2 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -1/+1 |
| 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 |
| 2025-05-22 | Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors | Matthias Krüger | -2/+14 |
| 2025-05-21 | Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2025-05-21 | fix better_any breakage by making the solver more unsound | lcnr | -0/+33 |
| 2025-05-21 | Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errors | Matthias Krüger | -0/+16 |
| 2025-05-21 | Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnr | Matthias Krüger | -0/+46 |
| 2025-05-21 | eagerly check nested obligations when coercing fndefs | lcnr | -0/+16 |
| 2025-05-21 | Use DeepRejectCtxt in assemble_inherent_candidates_from_param | Michael Goulet | -0/+46 |
| 2025-05-21 | Do not eagerly fold consts in normalize_param_env_or_error if new solver | Michael Goulet | -0/+10 |
| 2025-05-17 | Only select true errors in impossible_predicates | Michael Goulet | -0/+37 |