about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-5/+5
2020-07-10Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasperManish Goregaokar-0/+28
2020-07-10Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkovManish Goregaokar-0/+28
2020-07-10Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakisManish Goregaokar-0/+6
2020-07-10Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obkManish Goregaokar-8/+9
2020-07-10Rollup merge of #73887 - DutchGhost:master, r=oli-obkManish Goregaokar-2/+0
2020-07-10Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJungManish Goregaokar-29/+22
2020-07-10Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakisManish Goregaokar-21/+533
2020-07-10Avoid "whitelist"Tamir Duberstein-5/+5
2020-07-10Only add cfguard module flag on windows-msvcAndrew Paverd-0/+6
2020-07-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-18/+11
2020-07-09Tweak `::` -> `:` typo heuristic and reduce verbosityEsteban Küber-18/+11
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
2020-07-08Correctly mark the ending span of a match armAyaz Hafiz-0/+28
2020-07-07Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obkbors-5/+16
2020-07-06Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiserManish Goregaokar-0/+9
2020-07-06Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte...Manish Goregaokar-0/+30
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-310/+1793
2020-07-06Add UI test for issue 74082Gary Guo-0/+28
2020-07-05Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkorManish Goregaokar-0/+97
2020-07-05Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasperManish Goregaokar-12/+51
2020-07-05Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkorManish Goregaokar-0/+61
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-0/+53
2020-07-05const validation: add test for uninit boolRalf Jung-2/+13
2020-07-05catch errors more locally around read_discriminantRalf Jung-3/+3
2020-07-04Fix #71977Nadrieril-12/+51
2020-07-05Address code reviewsYuki Okushi-14/+25
2020-07-04Fix const prop ICEOliver Scherer-0/+9
2020-07-05Explain exhaustive matching on {usize,isize} maximum valuesYuki Okushi-0/+50
2020-07-04Make `rustc_peek` a safe intrinsicOliver Scherer-78/+78
2020-07-04add `lazy_normalization_consts` feature gateBastian Kauschke-0/+97
2020-07-03Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPCManish Goregaokar-8/+11
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+200
2020-07-04Update UI testsGuillaume Gomez-8/+11
2020-07-03Ignore test with panic on wasm targetsDavid Hewitt-0/+2
2020-07-03adjust ub-enum test to be endianess-independentRalf Jung-8/+9
2020-07-02Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure...Manish Goregaokar-29/+205
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-500/+523
2020-07-02Add some requested testsVadim Petrochenkov-0/+64
2020-07-02Update dtolnay's tests that now workVadim Petrochenkov-33/+10
2020-07-02Add test for errors triggered on parts of decomposed indexDavid Tolnay-0/+28
2020-07-02Add test for tuple indexed with float in macro inputDavid Tolnay-0/+20
2020-07-02Add tests in which the token really is a floatDavid Tolnay-0/+21
2020-07-02Test a range, which is not nested indexingDavid Tolnay-0/+3
2020-07-02Test even deeper nested indexingDavid Tolnay-0/+3
2020-07-02Add test of tuple nested indexingDavid Tolnay-0/+6
2020-07-02parser: Break float tokens into parts in tuple field positionsVadim Petrochenkov-21/+411
2020-07-02mir: mark mir construction temporaries as internalDavid Wood-0/+30
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-29/+205
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-99/+105