| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | fix: evaluate with wrong obligation stack | yifei | -0/+45 |
| 2023-03-03 | Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet... | Matthias Krüger | -0/+38 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -0/+18 |
| 2023-02-28 | Deny capturing late-bound non-lifetime param in anon const | Michael Goulet | -0/+38 |
| 2023-02-27 | Rollup merge of #108522 - compiler-errors:new-solver-more-tests, r=jackh726 | Matthias Krüger | -0/+28 |
| 2023-02-27 | Commit some new solver tests | Michael Goulet | -0/+28 |
| 2023-02-26 | Adapt issue-77982.stderr to new rustc error | Linus Färnstrand | -1/+1 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -1/+1 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-25 | Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr | Michael Goulet | -0/+102 |
| 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 |