| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -8/+8 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+8 | |
| 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-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 | -2/+2 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -19/+3 | |
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -4/+4 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2018-01-15 | Further tweaks to the output | Esteban Küber | -2/+6 | |
| - Properly address Variant Ctors - Show signature if span of trait method without `self` is not available | ||||
| 2018-01-15 | Add note when trying to use `Self` as a ctor | Esteban Küber | -0/+4 | |
| 2018-01-15 | Suggest the correct syntax for different struct types | Esteban Küber | -10/+4 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -4/+4 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -2/+8 | |
| Signed-off-by: Freyskeyd <simon.paitrault@gmail.com> | ||||
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -0/+26 | |
