summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
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
2021-07-06Make type_implements_trait not a queryAman Arora-1/+3
2021-07-05Fix double warning about illegal floating-point literal patternFabian Wolff-168/+14
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-6/+6
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-620/+0
2021-06-29Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-SimulacrumYuki Okushi-16/+60
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-10/+0
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-3/+3
2021-06-20Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrumbors-3/+1
2021-06-19Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obkbors-19/+0
2021-06-19Refactor `PatternError` structureYuki Okushi-19/+0
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-4/+4
2021-06-16Move some typeck-related tests to the typeck dirYuki Okushi-38/+0
2021-06-16Update test stderr filesAris Merchant-10/+0
2021-06-11Fix type checking of return expressions outside fn bodiesFabian Wolff-16/+60
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+1
2021-06-04Replace some std::iter::repeat with str::repeatr00ster91-3/+1
2021-05-28Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakisbors-4/+47
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-3/+8
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-4/+47
2021-05-27Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebankDylan DPC-1/+4
2021-05-25show list of candidatesAliénore Bouttefeux-1/+2
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-8/+8
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-1/+1
2021-05-22Make the THIR unsafeck use the `thir_body` queryLeSeulArtichaut-8/+8