summary refs log tree commit diff
path: root/src/test/ui/resolve
AgeCommit message (Expand)AuthorLines
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-2/+22
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-22/+2
2022-01-19Only suggest adding `!` to expressions that can be macro invocationEsteban Kuber-3/+60
2021-12-11Tweak assoc type obligation spansEsteban Kuber-3/+5
2021-11-20Rollup merge of #91021 - compiler-errors:print_future_output, r=estebankMatthias Krüger-1/+1
2021-11-19Rollup merge of #90961 - estebank:suggest-removal-of-call, r=nagisaYuki Okushi-6/+9
2021-11-18Print output ty for opaque future tyMichael Goulet-1/+1
2021-11-18Move some tests to more reasonable directoriesCaio-0/+118
2021-11-16Suggest removal of arguments for unit variant, not replacementEsteban Kuber-6/+9
2021-11-14Move some tests to more reasonable directoriesCaio-0/+336
2021-11-06Move some tests to more reasonable directoriesCaio-0/+253
2021-10-21Do not mention a reexported item if it's privateYuki Okushi-0/+35
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-3/+3
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-3/+3
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-08testsb-naber-0/+37
2021-09-30Rollup merge of #88838 - FabianWolff:issue-88472, r=estebankManish Goregaokar-38/+108
2021-09-27suggest path for tuple structTakayuki Maeda-0/+45
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-22/+51
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-44/+85
2021-09-15Move some tests to more reasonable directoriesCaio-0/+77
2021-09-03Auto merge of #88386 - estebank:unmatched-delims, r=jackh726bors-8/+8
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-6/+6
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-18/+6
2021-08-27Point at unclosed delimiters as part of the primary MultiSpanEsteban Kuber-8/+8
2021-08-21Improve errors for recursive type aliasesNoah Lev-6/+6
2021-08-11Modify structured suggestion outputEsteban Küber-39/+39
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-4/+4
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-1/+1
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-7/+7
2021-06-24Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726bors-4/+50
2021-05-19Disallow shadowing const parametersFabian Wolff-0/+77
2021-05-18Fix use placement for suggestions near main.Eric Huss-4/+50
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