about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-10-25Merge remote-tracking branch 'upstream/master' into box-allocTim Diekmann-197/+362
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-50/+0
2020-10-24Rollup merge of #77930 - estebank:ice-77919, r=eddybJonas Schievink-0/+59
2020-10-24Add some regression testsAlex Macleod-0/+134
2020-10-23Do not ICE with TraitPredicates containing [type error]Esteban Küber-0/+59
2020-10-23Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors-36/+20
2020-10-23Rollup merge of #78263 - JohnTitor:mir-opt-ice-test, r=lcnrYuki Okushi-0/+4
2020-10-23Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievinkYuki Okushi-0/+12
2020-10-23Make it regression test of issue-77668Yuki Okushi-0/+4
2020-10-21Mark `repr128` as `incomplete_features`varkor-0/+12
2020-10-21Auto merge of #78077 - petrochenkov:qvis, r=davidtwcobors-3/+3
2020-10-21Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi-6/+6
2020-10-21Rollup merge of #78002 - estebank:issue-77598, r=oli-obkYuki Okushi-59/+96
2020-10-20Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obkGuillaume Gomez-0/+5
2020-10-20review commentsEsteban Küber-17/+17
2020-10-20Tweak "object unsafe" errorsEsteban Küber-56/+93
2020-10-20Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandryYuki Okushi-0/+19
2020-10-20Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnrYuki Okushi-30/+20
2020-10-19Add regression testLeSeulArtichaut-0/+19
2020-10-19revert workaround #73027SNCPlay42-11/+6
2020-10-19don't assume trait ambiguity happens in `Self`SNCPlay42-19/+14
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-3/+3
2020-10-19Auto merge of #77278 - camelid:use-correct-article, r=estebankbors-2/+2
2020-10-18Add some testsNadrieril-50/+0
2020-10-17Improve wording of "cannot multiply" type errorCamelid-6/+6
2020-10-17Make it more clear when complaining about async fn's return typesGus Wynn-0/+63
2020-10-17Optimize const value interning for ZST typesWesley Wiser-0/+5
2020-10-18Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnrYuki Okushi-1/+19
2020-10-18Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnrYuki Okushi-1/+1
2020-10-17Suggest correct place to add `self` parameter when inside closureJan Verbeek-1/+19
2020-10-17Fix grammar in note for orphan-rule error [E0210]Will Crozier-1/+1
2020-10-17Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obkYuki Okushi-0/+3
2020-10-17Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia...Yuki Okushi-9/+93
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+3
2020-10-16Merge branch 'master' into box-allocTim Diekmann-16/+134
2020-10-15resolve: improve "try using tuple struct" messageDavid Wood-2/+2
2020-10-15resolve: suggest variants with placeholdersDavid Wood-7/+91
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-9/+18
2020-10-07Upgrade to tracing 0.2.13Joshua Nelson-7/+0
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-0/+116
2020-10-07Support custom allocators in `Box`Tim Diekmann-9/+9
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-16/+26
2020-10-06Fix tests from rebaseMatthew Jasper-34/+32
2020-10-06Fix rebaseMatthew Jasper-1/+1
2020-10-06Don't immediately error for recursive projectionsMatthew Jasper-2/+2
2020-10-06Fix bootstrapMatthew Jasper-1/+1
2020-10-06Normalize projection bounds when considering candidatesMatthew Jasper-57/+44
2020-10-06Ensure that associated types for trait objects satisfy their boundsMatthew Jasper-5/+12
2020-10-06Check projections are well-formed when using projection candidatesMatthew Jasper-42/+0
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-139/+46