| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -130/+0 | |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -4/+4 | |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -19/+13 | |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -23/+23 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -4/+4 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -8/+8 | |
| * 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 | -4/+4 | |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -2/+6 | |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -14/+24 | |
| Modify logic to make it easier to follow and recover labels that would otherwise be lost. | ||||
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -23/+37 | |
| When encountering a unit or tuple pattern for a struct-like item, suggest using the correct pattern. Use `insert_field_names_local` when evaluating variants and store field names even when the list is empty in order to produce accurate structured suggestions. | ||||
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -0/+20 | |
| Point at the span for the definition of crate foreign ADTs Follow up to #65421. Partially addresses #65386. Blocked on #53081. | ||||
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+20 | |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -3/+3 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -10/+10 | |
| 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 | -0/+12 | |
| When given `struct Foo(usize)` and using it as `Foo {}` or `Foo`, point at `Foo`'s definition in the error. | ||||
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-09 | improve unknown enum variant errors | Andy Russell | -7/+13 | |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -8/+8 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -8/+8 | |
| 2019-01-20 | Use structured suggestion in stead of notes | Esteban Küber | -6/+4 | |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -4/+4 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -6/+10 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -8/+8 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+68 | |
