about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-04Apply suggestions from reviewAaron Hill-1/+1
2020-10-04Bless mir-opt testsAaron Hill-1003/+827
2020-10-04Add regression test for issue #72470Aaron Hill-0/+241
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-3/+3
2020-10-04Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieubors-2/+187
2020-10-04Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514Yuki Okushi-35/+35
2020-10-04Rollup merge of #77468 - camelid:fix-test-name, r=Dylan-DPCYuki Okushi-0/+0
2020-10-04Rollup merge of #77419 - GuillaumeGomez:create-e0777, r=jyn514Yuki Okushi-0/+28
2020-10-04Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPCYuki Okushi-0/+77
2020-10-04Rollup merge of #76768 - workingjubilee:reject-oob-shuffles, r=ralfjungYuki Okushi-0/+267
2020-10-04Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkovYuki Okushi-0/+83
2020-10-03Flatten arrows with further commentJubilee Young-5/+6
2020-10-02Improve error messagesCamelid-35/+35
2020-10-02Macro-expand test to cover all possible lanesJubilee Young-15/+249
2020-10-02Use old error when there's partial resolutionCamelid-4/+4
2020-10-03Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddybJonas Schievink-0/+18
2020-10-03Rollup merge of #77421 - petrochenkov:globtravel, r=nagisaJonas Schievink-5/+39
2020-10-03Rollup merge of #77251 - dtolnay:drop, r=Aaron1011Jonas Schievink-13/+72
2020-10-03Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matkladJonas Schievink-77/+0
2020-10-02Remove unhelpful help messageCamelid-63/+19
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-54/+98
2020-10-02Fix test nameCamelid-0/+0
2020-10-02Auto merge of #77462 - jonas-schievink:rollup-m0rqdh5, r=jonas-schievinkbors-8/+156
2020-10-02Rollup merge of #77444 - estebank:pat-field-label, r=davidtwcoJonas Schievink-6/+14
2020-10-02Rollup merge of #77415 - ecstatic-morse:const-checking-async-block, r=oli-obkJonas Schievink-0/+16
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-2/+78
2020-10-02Rollup merge of #76739 - davidtwco:issue-75323-non-static-lifetime-in-anoncon...Jonas Schievink-0/+48
2020-10-02Update testsGuillaume Gomez-2/+78
2020-10-02Ignore now-broken mir-opt testJonas Schievink-1/+4
2020-10-02Improve E0777 help messageGuillaume Gomez-1/+14
2020-10-02Permit ty::Bool in const generics for v0 manglingMark Rousskov-0/+18
2020-10-02resolve: prohibit anon const non-static lifetimesDavid Wood-0/+48
2020-10-02Auto merge of #77396 - wesleywiser:disable-simplifyarmidentity, r=oli-obkbors-151/+189
2020-10-02Fix span for incorrect pattern field and add labelEsteban Küber-6/+14
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-2/+187
2020-10-01Disable the SimplifyArmIdentity mir-optWesley Wiser-151/+189
2020-10-02Rollup merge of #77375 - petrochenkov:inherext, r=oli-obkYuki Okushi-8/+24
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-12/+4
2020-10-02Revert "resolve: Avoid "self-confirming" import resolutions in one more case"Vadim Petrochenkov-5/+39
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+83
2020-10-01Create E0777 error code for "invalid literal in derive"Guillaume Gomez-0/+15
2020-10-01Auto merge of #76971 - bugadani:issue-75659, r=Amanieubors-0/+63
2020-10-01Regression test for case in #77361Dylan MacKenzie-0/+16
2020-10-01Only test on x86_64Dániel Buga-0/+1
2020-10-01Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obkbors-122/+108
2020-10-01Bless mir-opt tests for 32 bitAntoine Martin-16/+12
2020-10-01Add test for multiple terminator optimizationAntoine Martin-0/+44
2020-10-01Bless mir-opt tests with new optAntoine Martin-106/+52
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-355/+345
2020-09-30Warn on method call mutating const, even if it has destructorDavid Tolnay-2/+27