about summary refs log tree commit diff
path: root/src/test/ui/resolve/levenshtein.stderr
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-8/+8
2020-03-21Bless testsLeSeulArtichaut-2/+2
2020-01-10Ignore platforms that can't point to stdEsteban Küber-8/+8
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-10/+4
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-2/+13
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-0/+15
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-2/+2
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-1/+1
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-01-09clarify resolve typo suggestionAndy Russell-7/+7
2018-12-25Remove licensesMark Rousskov-8/+8
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-8/+8
2018-02-25Update ui testsGuillaume Gomez-0/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-14/+14
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-03-10resolve: Use path segment spans in smart_resolve_pathVadim Petrochenkov-5/+5
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-7/+1
2017-01-13resolve: Levenshtein-based suggestions for non-import pathsVadim Petrochenkov-0/+56