| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -56/+0 | |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -6/+6 | |
| 2022-12-08 | Point at LHS on binop type err if relevant | Esteban Küber | -1/+3 | |
| 2021-04-08 | Suggest return type | Esteban Küber | -1/+4 | |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -2/+8 | |
| This is particularly useful for cases where arbitrary self types are used, like in custom `Future`s. | ||||
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -6/+6 | |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -2/+2 | |
| Highlight parts of fn in type errors When a type error arises between two fn items, fn pointers or tuples, highlight only the differing parts of each. Examples: <img width="699" alt="" src="https://user-images.githubusercontent.com/1606434/69487597-ab561600-0e11-11ea-9b4e-d4fd9e91d5dc.png"> <img width="528" alt="" src="https://user-images.githubusercontent.com/1606434/69487207-9033d800-0e0a-11ea-93e3-8c4d002411a5.png"> <img width="468" alt="" src="https://user-images.githubusercontent.com/1606434/69487208-9033d800-0e0a-11ea-92e3-2b2cee120335.png"> <img width="775" alt="" src="https://user-images.githubusercontent.com/1606434/69487209-9033d800-0e0a-11ea-9e68-7f6ed5c8cb08.png"> | ||||
| 2019-11-23 | Highlight parts of fn in type errors | Esteban Küber | -2/+2 | |
| When a type error arises between two fn items, fn pointers or tuples, highlight only the differing parts of each. | ||||
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -1/+3 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -4/+4 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -6/+0 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -10/+10 | |
| 2019-04-22 | Continue evaluating after item-type checking | Esteban Küber | -2/+21 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+30 | |
