| Age | Commit message (Expand) | Author | Lines |
| 2025-02-28 | add test using only trait bounds | lcnr | -0/+48 |
| 2025-02-28 | review | lcnr | -2/+10 |
| 2025-02-28 | add test for newly supported behavior | lcnr | -0/+43 |
| 2025-02-28 | normalizing where-clauses is also coinductive, add tests | lcnr | -2/+142 |
| 2025-02-28 | remove useless tests | lcnr | -238/+0 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -6/+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-26 | Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compiler-errors | León Orell Valerian Liehr | -0/+36 |
| 2025-02-25 | Don't require method impls for methods with `Self:Sized` bounds for impls for... | Oli Scherer | -11/+51 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -2/+2 |
| 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-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -3/+145 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -99/+23 |
| 2025-02-19 | Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2025-02-19 | Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco | Matthias Krüger | -2/+2 |
| 2025-02-18 | Don't mention `FromResidual` on bad `?` | Esteban Küber | -3/+4 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -22/+32 |
| 2025-02-15 | fix: Alloc new errorcode E0803 for E0495 | xizheyin | -2/+2 |
| 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 |