| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -28/+0 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -7/+7 | |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -1/+5 | |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -1/+1 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -0/+3 | |
| 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 | -1/+1 | |
| 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-11-03 | Added tests. | Alexander Regueiro | -1/+3 | |
| 2018-03-16 | Update tests | John Kåre Alsaker | -1/+3 | |
| 2018-03-14 | update tests | Guillaume Gomez | -2/+0 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -2/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2/+2 | |
| 2017-07-18 | reorder span labels | gaurikholkar | -1/+1 | |
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -1/+4 | |
| Signed-off-by: Freyskeyd <simon.paitrault@gmail.com> | ||||
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -4/+2 | |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+16 | |
