| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -12/+14 | |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -12/+2 | |
| This was previously needed because the indirection used to hide some unexplained lifetime errors, which it turned out were related to the `min_choice` algorithm. Removing the indirection also solves a couple of cycle errors, large moves and makes async blocks support the `#[track_caller]` annotation. | ||||
| 2023-02-22 | pluralize stuff | Michael Goulet | -12/+12 | |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -4/+4 | |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 | |
| Modify main message to be more conversational and emit one fewer note. | ||||
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-27 | Bless tests. | Camille GILLOT | -2/+2 | |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -0/+39 | |
| Do not filter substs in `remap_generic_params_to_declaration_params`. The relevant filtering should have been performed by borrowck. Fixes https://github.com/rust-lang/rust/issues/105826 r? types | ||||
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -2/+7 | |
| CC #86377. | ||||
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -0/+39 | |
| The relevant filtering should have been performed by borrowck. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1449 | |
