| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11331/+0 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -18/+18 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -1/+1 |
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -1/+1 |
| 2023-01-05 | Suggests adding named lifetime when the return contains value borrowed from m... | yanchen4791 | -31/+3 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-01-04 | Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726 | Michael Goulet | -0/+60 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -1/+1 |
| 2022-12-30 | Suppress errors due to TypeError not coercing with inference variables | Michael Goulet | -12/+4 |
| 2022-12-17 | Account for RPITITs in opt_suggest_box_span | Michael Goulet | -0/+60 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -16/+16 |
| 2022-12-14 | Tweak output for bare `dyn Trait` in arguments | Esteban Küber | -4/+0 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-12-13 | review comments | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -3/+3 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -1/+1 |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of rely... | Oli Scherer | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -12/+2 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -2/+2 |
| 2022-12-06 | Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obk | Matthias Krüger | -0/+28 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -9/+4 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -0/+28 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -0/+24 |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -0/+66 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -5/+5 |
| 2022-11-26 | Ignore bivariant parameters in test_type_match. | Camille GILLOT | -0/+66 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -46/+59 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -0/+29 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -11/+1 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -0/+39 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -0/+41 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -46/+59 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -10/+151 |
| 2022-11-20 | Move tests | Caio | -0/+41 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -6/+6 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -6/+6 |
| 2022-11-18 | Add test | Michael Goulet | -0/+47 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -0/+15 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -4/+1 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -2/+146 |
| 2022-11-12 | Bless ui tests. | Camille GILLOT | -4/+4 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -0/+135 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -228/+25 |
| 2022-11-11 | Resolve lifetimes using the regular logic for RPIT. | Camille GILLOT | -25/+202 |
| 2022-11-10 | Deduce closure signature from TAIT supertraits | Michael Goulet | -0/+15 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -0/+135 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -0/+102 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -5/+8 |
| 2022-11-01 | Fix ICE in default impl error reporting | Michael Goulet | -0/+49 |