| Age | Commit message (Expand) | Author | Lines |
| 2023-02-25 | Complete migrating `ast_passes` to derive diagnostics | clubby789 | -1/+1 |
| 2023-02-24 | Comments, another test | Michael Goulet | -0/+46 |
| 2023-02-24 | Make higher-ranked projections in object types work in new solver | Michael Goulet | -0/+17 |
| 2023-02-24 | Check object's supertrait and associated type bounds in new solver | Michael Goulet | -0/+39 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -8/+8 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -22/+22 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -7/+7 |
| 2023-02-21 | Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice... | Matthias Krüger | -0/+25 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -7/+7 |
| 2023-02-19 | Refine error span for trait error into borrowed expression | Nathan Fenner | -2/+2 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -0/+85 |
| 2023-02-18 | Make sure test_type_match doesn't ICE with late-bound types | Michael Goulet | -0/+25 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -5/+7 |
| 2023-02-18 | Collapse placeholders to root universe in canonicalizer if not preserving uni... | Michael Goulet | -2/+44 |
| 2023-02-18 | Don't ICE on bound types in sized conditions | Michael Goulet | -0/+41 |
| 2023-02-18 | Check that built-in callable types validate their output type is `Sized` (in ... | Michael Goulet | -0/+35 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -4/+4 |
| 2023-02-17 | Rollup merge of #108136 - eggyal:unmet_trait_alias_bound_on_generic_impl, r=c... | Matthias Krüger | -0/+40 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -0/+156 |
| 2023-02-16 | Do not ICE on unmet trait alias impl bounds | Alan Egerton | -0/+40 |
| 2023-02-16 | Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2023-02-16 | Do not ICE on unmet trait alias bounds | Alan Egerton | -0/+30 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -5/+1 |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -0/+156 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -1/+1 |
| 2023-02-14 | Auto merge of #103695 - LYF1999:yf/103563, r=lcnr | bors | -0/+75 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -5/+2 |
| 2023-02-13 | fix: Unexpected trait bound not satisfied in HRTB | yifei | -0/+75 |
| 2023-02-11 | Auto merge of #107919 - Dylan-DPC:rollup-fkl9swa, r=Dylan-DPC | bors | -0/+71 |
| 2023-02-10 | Add a couple random projection tests | Michael Goulet | -0/+71 |
| 2023-02-10 | Add tests | Boxy | -0/+188 |
| 2023-02-10 | Multiple candidates with same response is not ambiguous | Michael Goulet | -12/+1 |
| 2023-02-09 | Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnr | Dylan DPC | -0/+8 |
| 2023-02-09 | Rollup merge of #107803 - eggyal:do_not_bring_trait_alias_supertraits_into_sc... | Dylan DPC | -0/+21 |
| 2023-02-09 | Disqualify auto-trait builtin impl in new solver if impl exists | Michael Goulet | -0/+8 |
| 2023-02-09 | Implement a dummy drop-in-favor-of for the new solver | Michael Goulet | -9/+32 |
| 2023-02-09 | Use elaborated item bounds for alias types | Michael Goulet | -0/+12 |
| 2023-02-08 | Do not assemble supertraits for trait aliases | Alan Egerton | -0/+21 |
| 2023-02-08 | add (currently ICEing) test | lcnr | -0/+43 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -36/+38 |
| 2023-02-06 | Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl... | Matthias Krüger | -2/+2 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -2/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 |
| 2023-01-30 | Trait upcasting support in new solver | Michael Goulet | -0/+41 |
| 2023-01-30 | Implement unsizing in the new trait solver | Michael Goulet | -0/+25 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+24 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+24 |
| 2023-01-27 | Add regression test for #60755 | Yuki Okushi | -0/+12 |
| 2023-01-26 | Implement Generator and Future | Michael Goulet | -0/+132 |
| 2023-01-25 | Rollup merge of #107282 - BoxyUwU:erica_builtin_pointee_impls, r=compiler-errors | Matthias Krüger | -0/+23 |