| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -59/+0 | |
| 2022-07-08 | Update ui test for the new E0530 suggestion | Obei Sideg | -2/+8 | |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -1/+1 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -2/+2 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 | |
| 2020-08-11 | Detect tuple variants used as struct pattern and suggest correct pattern | Esteban Küber | -5/+11 | |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -0/+2 | |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+5 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+2 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -2/+5 | |
| When given `struct Foo(usize)` and using it as `Foo {}` or `Foo`, point at `Foo`'s definition in the error. | ||||
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -3/+4 | |
| fix #63983 | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -1/+1 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -4/+4 | |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -2/+2 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+36 | |
