about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
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-29Fix a format_args span to be expansionCameron Steffen-0/+4
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
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-12/+0
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-2/+2
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-2/+2
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-9/+9
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-18/+21
2021-09-28Improve help for recursion limit errorsRoss MacArthur-9/+9
2021-09-27better suggestionsTakayuki Maeda-4/+5
2021-09-25Use larger span for adjustments on method callsAaron Hill-18/+21
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-1/+1
2021-09-19Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned...Yuki Okushi-1/+4
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-3/+3
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-1/+4
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-1022/+0
2021-09-17Make diagnostics clearer for `?` operatorsYuki Okushi-2/+3
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-34/+54
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-3/+3
2021-09-16Rollup merge of #88892 - estebank:trait-objects, r=petrochenkovManish Goregaokar-3/+3
2021-09-16Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obkManish Goregaokar-8/+13
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-1/+1
2021-09-16Point at argument when evaluating `Path`'s boundsEsteban Kuber-14/+3
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-19/+50