about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-05-20Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapinbors-37/+0
2019-05-20Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce...Mazdak Farrokhzad-0/+51
2019-05-19Move run-pass/self/* to ui/selfTaiki Endo-696/+0
2019-05-19Move arbitrary_self_types's tests into ui/selfTaiki Endo-292/+0
2019-05-18Make clear that status quo ≠ guaranteePeter Todd-2/+3
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-2/+86
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-37/+0
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-25/+0
2019-05-16reverted changed cfg test casesDario Gonzalez-8/+7
2019-05-16Fixed tidy errorsDario Gonzalez-7/+2
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-6/+96
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-34/+0
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-0/+7
2019-05-13Remove bitrig support from rustMarcel Hellwig-34/+0
2019-05-13Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obkbors-0/+6
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-25/+0
2019-05-12Treat generators the same as closure for escaping lifetimesMatthew Jasper-0/+6
2019-05-12Auto merge of #60244 - SimonSapin:dangling, r=oli-obkbors-2/+0
2019-05-10Various test changesMazdak Farrokhzad-0/+8
2019-05-09Rollup merge of #60572 - tmandry:issue-59972, r=RalfJung,oli-obkMazdak Farrokhzad-0/+23
2019-05-07Implement built-in await syntaxTaylor Cramer-23/+222
2019-05-07Add non-non-zero test to union-nonzero testPeter Todd-0/+8
2019-05-07Document purpose of union-nonzero testPeter Todd-0/+12
2019-05-06Add test for #59972Tyler Mandry-0/+23
2019-05-06Test interaction of unions with non-zero/niche-filling optimizationPeter Todd-0/+30
2019-05-04Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasperMazdak Farrokhzad-7/+0
2019-05-03Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obkMazdak Farrokhzad-2/+2
2019-05-03Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwcoMazdak Farrokhzad-5/+5
2019-05-03Update testsChristopher Vittal-7/+0
2019-05-02Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakisMazdak Farrokhzad-184/+0
2019-05-01Unify tests under async-await directory.David Wood-263/+0
2019-05-01Ensure that drop order of `async fn` matches `fn`.David Wood-184/+263
2019-05-01Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddybMazdak Farrokhzad-0/+49
2019-05-01Fix run-pass testYuki OKUSHI-2/+2
2019-04-30Rename to RUSTC_LOGYuki OKUSHI-5/+5
2019-04-29Rollup merge of #60360 - rasendubi:const-labeled-break, r=CentrilMazdak Farrokhzad-0/+10
2019-04-29Support ZSTs in DispatchFromDynTim Diekmann-0/+49
2019-04-29const-stabilize std::mem::needs_dropYuki OKUSHI-2/+0
2019-04-28Add test case for labeled break in const assignmentAlexey Shmalko-0/+10
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+4
2019-04-26Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexmMazdak Farrokhzad-0/+43
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+4
2019-04-24chalkify: Add Copy/Clone builtinsTyler Mandry-0/+43
2019-04-25const-stabilize NonNull::dangling and NonNull::castSimon Sapin-2/+0
2019-04-24Allow subtyping of the final expression of a constantMatthew Jasper-0/+8
2019-04-23Stabilize futures_apiTaylor Cramer-7/+3
2019-04-23Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytmMazdak Farrokhzad-2/+2
2019-04-23Rollup merge of #59839 - KodrAus:must-use-num, r=sfacklerMazdak Farrokhzad-1/+1
2019-04-23Rollup merge of #59823 - davidtwco:issue-54716, r=cramertjMazdak Farrokhzad-0/+184
2019-04-23Reduce noise and document test case.David Wood-91/+83