| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -50/+0 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3/+3 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2020-10-17 | Suggest correct place to add `self` parameter when inside closure | Jan Verbeek | -2/+15 | |
| It would incorrectly suggest adding it as a parameter to the closure instead of the containing function. | ||||
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -12/+28 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -1/+1 | |
| 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-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -4/+10 | |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -1/+7 | |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -1/+1 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-02-08 | Move some E0XXX to `ui` | Esteban Küber | -0/+8 | |
