about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-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
2019-04-23Fix regression in line ending testvarkor-2/+2
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-50/+2
2019-04-22Remove leading newlinesvarkor-2/+1
2019-04-22Remove double trailing newlinesvarkor-50/+2
2019-04-22update tests for migrate mode by defaultMatthew Jasper-30/+6
2019-04-21Enforce consistent drop order w/ async methods.David Wood-0/+103
2019-04-21Add test for drop order in async functions.David Wood-0/+89
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-2/+4
2019-04-15Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-04-14fix output test for backtrace-debuginfo.rsRalf Jung-2/+4
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-8/+5
2019-04-12Stabilize the `alloc` crate.Simon Sapin-8/+5
2019-04-11fix up unused wrappingn_add in compile-pass testAshley Mannix-1/+1
2019-04-08Rename Waker::new_unchecked to Waker::from_rawTaylor Cramer-1/+1
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-12/+28
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-1/+1
2019-04-07Auto merge of #59119 - cramertj:cx-back, r=withoutboatsbors-23/+23
2019-04-05Future-proof the Futures APITaylor Cramer-23/+23
2019-04-05Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertjbors-0/+20
2019-04-05Stabilize boxed_closure_impls in 1.35.0.Charles Lew-2/+0
2019-04-05Add tests for boxed_closure_impls.Masaki Hara-0/+22
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-0/+27
2019-04-02Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obkMazdak Farrokhzad-0/+8
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-0/+65
2019-04-01Refactor async fn return type loweringTaylor Cramer-4/+16
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-1/+43