| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | 2023-05-16 | 1 | -1/+4 |
|\ |
|
| * | refactor(resolve): clean up the early error return caused by non-call | bohan | 2023-05-10 | 1 | -1/+4 |
* | | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | 2023-05-13 | 3 | -5/+3 |
|\ \ |
|
| * | | Note base types of coercion | Michael Goulet | 2023-05-12 | 3 | -5/+3 |
| |/ |
|
* | | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | 2023-05-12 | 2 | -8/+27 |
|/ |
|
* | fix tests | yukang | 2023-05-01 | 1 | -4/+1 |
* | Rip it out | Nilstrieb | 2023-05-01 | 3 | -33/+6 |
* | Remove repeated definite articles | cui fliter | 2023-04-27 | 1 | -1/+1 |
* | Format missing GATs correctly | Michael Goulet | 2023-04-19 | 3 | -0/+27 |
* | Rollup merge of #110276 - nnethercote:rm-BrAnon-Span, r=jackh726 | Matthias Krüger | 2023-04-14 | 1 | -4/+4 |
|\ |
|
| * | Remove another use of `BrAnon(Some(_))`. | Nicholas Nethercote | 2023-04-14 | 1 | -2/+2 |
| * | Remove one use of `BrAnon(Some(_))`. | Nicholas Nethercote | 2023-04-14 | 1 | -2/+2 |
* | | Tweak output for 'add line' suggestion | Esteban Küber | 2023-04-12 | 2 | -2/+4 |
|/ |
|
* | Split out a separate feature gate for impl trait in associated types | Oli Scherer | 2023-04-12 | 8 | -14/+21 |
* | Subst gat normalize pred correctly | Michael Goulet | 2023-03-22 | 1 | -0/+17 |
* | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | 2023-02-23 | 10 | -22/+22 |
* | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | 2023-02-22 | 4 | -9/+16 |
|\ |
|
| * | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | 2023-02-22 | 4 | -9/+16 |
* | | Specify what 'this' actually is | Michael Goulet | 2023-02-21 | 2 | -2/+2 |
|/ |
|
* | Modify existing bounds if they exist | Edward Shen | 2023-02-06 | 3 | -11/+11 |
* | Fix unquoted projection types in label | Esteban Küber | 2023-01-30 | 1 | -1/+1 |
* | Mention fn coercion rules (needs to be expanded) | Esteban Küber | 2023-01-30 | 2 | -2/+3 |
* | Modify primary span label for E0308 | Esteban Küber | 2023-01-30 | 1 | -1/+1 |
* | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | 2023-01-25 | 1 | -0/+1 |
|\ |
|
| * | Tweak E0597 | Esteban Küber | 2023-01-15 | 1 | -0/+1 |
* | | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | 2023-01-23 | 3 | -5/+29 |
|\ \ |
|
| * | | Fix #106496, suggest remove deref for type mismatch | yukang | 2023-01-23 | 3 | -5/+29 |
* | | | Fix known-bug, silence ICE stderr | Michael Goulet | 2023-01-19 | 6 | -26/+15 |
|/ / |
|
* | | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | 2023-01-17 | 1 | -0/+10 |
|/ |
|
* | Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors | Matthias Krüger | 2023-01-14 | 1 | -0/+1 |
|\ |
|
| * | Keep obligation chain when elaborating obligations | Esteban Küber | 2023-01-13 | 1 | -0/+1 |
* | | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | 2023-01-14 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Emit a hint for bad call return types due to generic arguments | Robin Schroer | 2023-01-13 | 1 | -0/+7 |
* | | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | 2023-01-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | 2023-01-11 | 1 | -1/+1 |
* | | Note predicate span on ImplDerivedObligation | Michael Goulet | 2023-01-11 | 2 | -3/+3 |
|/ |
|
* | Move /src/test to /tests | Albert Larsan | 2023-01-11 | 248 | -0/+6719 |