| Age | Commit message (Expand) | Author | Lines |
| 2023-03-06 | Add simple impl trait test for RPITIT | Santiago Pastorino | -0/+17 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-03-05 | drop_tracking_mir: diagnose recursive generator. | Camille GILLOT | -0/+3 |
| 2023-03-04 | Don't project to RPITIT that has no default value | Michael Goulet | -0/+37 |
| 2023-03-03 | Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obk | Matthias Krüger | -13/+38 |
| 2023-03-03 | Label opaque type for 'captures lifetime' error message | Michael Goulet | -13/+38 |
| 2023-03-02 | Add simple trait test | Santiago Pastorino | -0/+11 |
| 2023-02-28 | Shift vars for default RPITIT methods correctly | Michael Goulet | -0/+25 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -1/+10 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -2/+2 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -2/+2 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -52/+52 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -52/+52 |
| 2023-02-22 | Normalize line+col in normalize-tait-in-const test | Alan Egerton | -1/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -11/+0 |
| 2023-02-21 | Add a test for default trait method with RPITITs | Michael Goulet | -0/+28 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+0 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -20/+20 |
| 2023-02-13 | Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=... | Matthias Krüger | -2/+2 |
| 2023-02-13 | Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi... | Matthias Krüger | -6/+7 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -2/+2 |
| 2023-02-13 | fix: improve the suggestion on future not awaited | Vincenzo Palazzo | -6/+7 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-10 | revert #107074 | lcnr | -1/+4 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -2/+2 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 |
| 2023-02-03 | Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obk | Dylan DPC | -2/+2 |
| 2023-02-02 | Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebank | Matthias Krüger | -20/+0 |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -2/+2 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -0/+2 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -8/+8 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -2/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -23/+23 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -13/+12 |
| 2023-01-27 | Test the 3 generator handling versions for generator/async tests. | Camille GILLOT | -21/+356 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+3 |
| 2023-01-22 | Remove confusing 'while checking' note from opaque future type mismatches | Michael Goulet | -20/+0 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -0/+46 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -0/+39 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+3 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -4/+8 |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -4/+8 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-01-12 | Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -4/+4 |
| 2023-01-11 | Make `&`-removal suggestion verbose | Esteban Küber | -4/+8 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -6/+5 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -3/+7 |