about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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
2019-03-31Fix stack overflow when generating debuginfo for 'recursive' typeAaron Hill-0/+8
2019-03-31Rollup merge of #59583 - oberien:patch-1, r=CentrilMazdak Farrokhzad-0/+16
2019-03-31Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obkMazdak Farrokhzad-0/+7
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-0/+7
2019-03-31match match match match matchJaro Fietz-0/+16
2019-03-30Restore testFabian Drinck-0/+3
2019-03-30Fix more testsFabian Drinck-10/+0
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-204/+0
2019-03-29Rollup merge of #59462 - taiki-e:no-core, r=petrochenkovMazdak Farrokhzad-0/+18
2019-03-28Implement `#[non_exhaustive]` on variants.David Wood-204/+0
2019-03-28Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichtonMazdak Farrokhzad-4/+9
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-3/+3
2019-03-27Rollup merge of #57565 - petrochenkov:turbowarn, r=CentrilJosh Stone-42/+6
2019-03-27Add a testTaiki Endo-0/+18