about summary refs log tree commit diff
path: root/src/test/ui/suggestions/suggest-methods.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-4/+4
2022-07-08distinguish the method and associated function diagnostic informationYiming Lei-4/+4
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-04-03Improve method name suggestionsOliver Downard-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+1
2020-03-12update testsMark Mansi-3/+3
2020-01-08Unify output of "variant not found" errorsEsteban Küber-2/+2
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-04-09improve unknown enum variant errorsAndy Russell-3/+3
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-01-20Use structured suggestion in stead of notesEsteban Küber-9/+3
2018-12-25Remove licensesMark Rousskov-4/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+36
2018-07-18Implement existential typesOliver Schneider-36/+0
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-5/+5
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-4/+4
2017-11-16Use local spans onlyEsteban Küber-11/+6
2017-11-15Point to ADT definition when not finding variant, method, assoc typeEsteban Küber-6/+14
2017-09-24Change Levensthein-based method to a single suggestionThomas Jespersen-6/+4
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+34