summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-9/+8
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-61/+67
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-9/+8
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-61/+67
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-4/+4
2021-11-23Update test outputsMichael Goulet-4/+4
2021-11-21Simplify for loop desugarCameron Steffen-14/+3
2021-11-21Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgrbors-0/+4
2021-11-20Use same_type_modulo_infer in more placesMichael Goulet-0/+4
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-95/+0
2021-11-20Suggest constraining `fn` type params when appropriateEsteban Kuber-2/+39
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-181/+0
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-11/+7
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-63/+126
2021-11-20Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebankMatthias Krüger-2/+2
2021-11-16Update tests.Mara Bos-2/+2
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-4/+16
2021-11-10no overlap errors after failing the orphan checklcnr-22/+11
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-1/+10
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-3788/+0
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+10
2021-11-06Move some tests to more reasonable directoriesCaio-3788/+0
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-50/+0
2021-10-31Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to mem/ptr functionsJohn Kugelman-0/+1
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-4/+8
2021-10-24Always sort suggestions before emitting themEsteban Kuber-4/+4
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-22/+228
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2021-10-20Rollup merge of #90025 - JohnTitor:revert-86011, r=estebankYuki Okushi-16/+6
2021-10-19Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es...Matthias Krüger-1/+4
2021-10-19Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank"Yuki Okushi-16/+6
2021-10-18Normalize obligations for closure confirmationjackh726-50/+0
2021-10-17Suggest a case insensitive match name regardless of levenshtein distanceYuki Okushi-1/+4
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-26/+26
2021-10-15Bless testsCameron Steffen-26/+26
2021-10-15Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebankMatthias Krüger-6/+16
2021-10-13Remove textual span from diagnostic stringOli Scherer-32/+32
2021-10-10Auto merge of #89633 - rhysd:issue-65230, r=petrochenkovbors-2/+31
2021-10-10Use E0308 instead of E0495 for checking the error message improvementrhysd-47/+19
2021-10-08update ui test expectationsTaylor Yu-6/+16
2021-10-09Show detailed expected/found types in error message when trait paths are the ...rhysd-2/+59
2021-10-08testsb-naber-4/+2
2021-10-06Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726Manish Goregaokar-2/+3
2021-10-06Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar-4/+22
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-6/+44
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-4/+22
2021-10-04Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakisManish Goregaokar-12/+0
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-2/+2
2021-10-04Fix suggestion to borrow when casting from pointer to referenceFabian Wolff-2/+3