| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr" | Michael Goulet | -37/+26 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -21/+14 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -7/+7 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -12/+8 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -9/+6 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -0/+18 |
| 2025-02-13 | Rollup merge of #136951 - compiler-errors:clause-binder, r=lqd | Jubilee | -0/+18 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -11/+64 |
| 2025-02-14 | eagerly prove WF when resolving fully qualified paths | lcnr | -0/+39 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -17/+15 |
| 2025-02-12 | Use the right binder for rebinding PolyTraitRef | Michael Goulet | -0/+18 |
| 2025-02-12 | Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmease | Guillaume Gomez | -0/+41 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -17/+15 |
| 2025-02-10 | Check whole Unsize predicate for escaping bound vars | Michael Goulet | -0/+41 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -139/+209 |
| 2025-02-06 | allow+update `deref_into_dyn_supertrait` | Waffle Lapkin | -62/+52 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -227/+60 |
| 2025-02-06 | Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnr | Matthias Krüger | -0/+26 |
| 2025-02-05 | Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errors | Jubilee | -1/+1 |
| 2025-02-05 | Pass spans around new solver | Michael Goulet | -4/+12 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -1/+1 |
| 2025-02-04 | Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -26/+37 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -9/+10 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -26/+37 |
| 2025-02-03 | Check for generic parameter mismatches on trait functions. | Jason Newcomb | -1/+1 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -9/+10 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -5/+3 |
| 2025-02-01 | Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-dead | Matthias Krüger | -0/+28 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -5/+6 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -5/+3 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -27/+27 |
| 2025-01-31 | Ensure that we never try to monomorphize the upcasting of impossible dyn types | Michael Goulet | -0/+26 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -5/+6 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -27/+27 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -4/+5 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -37/+102 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -0/+28 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -5/+42 |
| 2025-01-30 | normalize long-type.txt in tests | Rémy Rakic | -4/+5 |
| 2025-01-30 | Normalize vtable entries before walking and deduplicating them | Michael Goulet | -2/+33 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -2/+25 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -73/+0 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -252/+417 |
| 2025-01-30 | merge tests | lcnr | -23/+5 |
| 2025-01-30 | move non_lifetime_binder tests | lcnr | -0/+97 |
| 2025-01-30 | remove redundant test | lcnr | -14/+0 |
| 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 | Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung | Matthias Krüger | -10/+228 |