about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-155/+158
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-106/+0
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-4/+5
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-1/+1
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-1/+7
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-1/+7
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-15/+15
2021-08-03bless a few trivial tests under poloniusRémy Rakic-0/+73
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-1/+5
2021-07-31Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakisbors-7/+7
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-63/+108
2021-07-31Implement trait upcasting coercion type-checking.Charles Lew-3/+3
2021-07-31Add feature gate tests.Charles Lew-6/+6
2021-07-30Use multispan suggestions more oftenEsteban Küber-63/+108
2021-07-29Update testsJonas Schievink-4/+10
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-34/+2
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-31/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-5/+17
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-14/+1
2021-07-27Rollup merge of #86764 - estebank:issue-86756, r=pnkfelixYuki Okushi-0/+58
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-41/+41
2021-07-25Bless tests.Camille GILLOT-41/+41
2021-07-24Rollup merge of #87359 - jyn514:bless-rustup, r=estebankManish Goregaokar-0/+4
2021-07-24Remove detection of rustup and cargo in 'missing extern crate' diagnosticsJoshua Nelson-0/+4
2021-07-22Extend HIR WF checking to fieldsAaron Hill-2/+2
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-4/+7
2021-07-22Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakisbors-0/+56
2021-07-22Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakisbors-2/+2
2021-07-20Support HIR wf checking for function signaturesAaron Hill-4/+7
2021-07-20Auto merge of #87244 - jackh726:issue-71883, r=estebankbors-0/+2
2021-07-20Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obkbors-4/+4
2021-07-19Better errors when we don't have implicit statics in trait objectsjackh726-0/+2
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-57/+180
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-57/+180
2021-07-19Improve impl trait disallowed context error textSantiago Pastorino-4/+4
2021-07-18Fix implicit Sized relaxation when attempting to relax other, unsupported traitrobojumper-24/+15
2021-07-18Add test for unsupported bound relaxation with incorrect behaviorrobojumper-0/+65
2021-07-18When pretty printing, name placeholders as bound regionsjackh726-2/+2
2021-07-17Auto merge of #87129 - FabianWolff:issue-75356, r=varkorbors-0/+1
2021-07-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-14/+0
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-14/+0
2021-07-16Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakisbors-9/+7
2021-07-14Warn about useless assignments of variables/fields to themselvesFabian Wolff-0/+1
2021-07-13Unignore some pretty printing testsYuki Okushi-5/+0
2021-07-12Auto merge of #86815 - FabianWolff:issue-84210, r=varkorbors-6/+6
2021-07-10bless missing testsRalf Jung-5/+4
2021-07-09Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obkbors-5/+12
2021-07-09Don't stub out part of testSmitty-5/+12
2021-07-09Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwcobors-168/+14
2021-07-09Replace associated item bound vars with placeholders when projecting.jackh726-9/+7