summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2021-07-22Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-7/+7
2021-05-19Disallow shadowing const parametersFabian Wolff-0/+77
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-13/+11
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+210
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+210
2021-04-17Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkovbors-0/+39
2021-04-11detect when suggested paths enter extern crates more rigorouslySNCPlay42-0/+39
2021-04-07Added additional comments and minor editsK-2/+2
2021-04-01Fixed diagnostic and added test for issue 81508Kevin Jiang-0/+43
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-13/+11
2021-03-30Add a regression test for issue-82865JohnTitor-0/+34
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+83
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-3/+3
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+22
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-1/+2
2021-02-18Fix popping singleton paths in when generating E0433Ömer Sinan Ağacan-0/+12
2021-01-31Move some tests to more reasonable directoriesCaio-0/+21
2021-01-18Add tests for resolution changesRyan Levick-0/+30
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-0/+6
2021-01-11Move some tests to more reasonable directoriesCaio-0/+21
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-0/+6
2020-12-26update testsBastian Kauschke-1/+0
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+104
2020-11-24Auto merge of #79294 - petrochenkov:determ, r=varkorbors-0/+7
2020-11-22Drop support for cloudabi targetsLzu Tao-10/+6
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-11/+3
2020-11-22Add test for an unmotivated "cannot determine resolution" errorVadim Petrochenkov-0/+15
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-21/+68
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+3
2020-10-26Suggest calling associated `fn` inside `trait`sEsteban Küber-21/+68
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-3/+4
2020-10-17Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obkYuki Okushi-0/+1
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+1
2020-10-15resolve: suggest variants with placeholdersDavid Wood-10/+102
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-35/+8
2020-10-02Fix span for incorrect pattern field and add labelEsteban Küber-2/+4
2020-09-29resolve: improve "try using the enum's variant"David Wood-35/+8
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-16/+16
2020-09-01Clarify message about unresolved useKornel-3/+3
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-14/+13
2020-08-10Add missing primary labelEsteban Küber-1/+1
2020-08-10Point at item definition in foreign cratesEsteban Küber-0/+5
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-7/+0
2020-08-10Tweak ordering of suggestionsEsteban Küber-20/+20
2020-07-27mv std libs to library/mark-1/+1
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-2/+4