summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-03-16truncate i8-s to i1-s when loading constantsAriel Ben-Yehuda-0/+19
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-12/+134
2016-02-26Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichtonManish Goregaokar-0/+54
2016-02-26Make sure formatter errors are emitted by the default Write::write_fmtUlrik Sverdrup-0/+54
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-0/+0
2016-02-25Auto merge of #30856 - mneumann:thread_local_extern, r=alexcrichtonbors-0/+26
2016-02-25Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakisManish Goregaokar-0/+3
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-0/+0
2016-02-24Add compiletest-ignore-dir to existing subdirectories.Niko Matsakis-0/+0
2016-02-24Fix the visibility of extern crate declarations and stop warning on pub exter...Jeffrey Seyfried-0/+3
2016-02-23Auto merge of #31822 - petrochenkov:derive, r=alexcrichtonbors-0/+45
2016-02-22Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichtonbors-0/+68
2016-02-22Add a test to make sure trans doesn't choke on any of the intrinsicsAmanieu d'Antras-0/+37
2016-02-22Fix #[derive] for empty structs with bracesVadim Petrochenkov-0/+45
2016-02-22Ignore test case on Windows.Michael Neumann-0/+1
2016-02-21Run thread-local-extern-static test only on supported platforms.Michael Neumann-1/+2
2016-02-20Auto merge of #31757 - petrochenkov:unitdotdot, r=nikomatsakisbors-0/+2
2016-02-20Fix test case. Needs no_mangle and aux-buildMichael Neumann-0/+2
2016-02-20Auto merge of #31474 - arielb1:mir-typeck, r=nikomatsakisbors-5/+300
2016-02-20address review commentsAriel Ben-Yehuda-1/+5
2016-02-20Auto merge of #31771 - alexcrichton:oops-that-didnt-fix-anything, r=brsonbors-0/+5
2016-02-20fix a few remaining bugs - make check runs!Ariel Ben-Yehuda-0/+183
2016-02-20store the normalized types of field accessesAriel Ben-Yehuda-0/+41
2016-02-20deref the argument of overloaded MIR autoderefAriel Ben-Yehuda-0/+41
2016-02-20tuple arguments to overloaded callsAriel Ben-Yehuda-5/+31
2016-02-19Add license and feature(thread_local)Michael Neumann-0/+12
2016-02-18Ignore the test added in #31717Alex Crichton-0/+5
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-0/+44
2016-02-18Make future-compat lint `match_of_unit_variant_via_paren_dotdot` deny by defaultVadim Petrochenkov-0/+2
2016-02-18Add intrinsics for compare_exchange and compare_exchange_weakAmanieu d'Antras-0/+31
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-0/+44
2016-02-18Add more tests for unnameable reachable itemsVadim Petrochenkov-6/+53
2016-02-18privacy: Mark reachable but unnameable items as reachableVadim Petrochenkov-0/+19
2016-02-17Auto merge of #31717 - alexcrichton:llvmup2, r=brsonbors-0/+19
2016-02-16rustc: Rebase LLVM on the 3.8 release branchAlex Crichton-0/+19
2016-02-16Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakisbors-0/+35
2016-02-16Auto merge of #30714 - wesleywiser:fix_29914, r=arielb1bors-0/+47
2016-02-15use stalled_on in all obligation typesAriel Ben-Yehuda-0/+35
2016-02-14Do not expect blocks to have type str.Eduard Burtescu-0/+7
2016-02-13Fix ICE on using result of index on a constant to index into a constantWesley Wiser-0/+47
2016-02-13Auto merge of #31570 - tomaka:ignore-emscripten, r=brsonbors-2/+129
2016-02-12Auto merge of #31541 - tomaka:more-emscripten, r=brsonbors-2/+10
2016-02-11Auto merge of #31545 - dotdash:no_noalias, r=alexcrichtonbors-0/+25
2016-02-11Auto merge of #31532 - tomaka:fix-emscripten, r=brsonbors-1/+2
2016-02-11Auto merge of #31527 - danlrobertson:i15735, r=alexcrichtonbors-0/+25
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-2/+129
2016-02-10Auto merge of #31409 - alexcrichton:command-exec, r=aturonbors-0/+162
2016-02-10Workaround LLVM optimizer bug by not marking &mut pointers as noaliasBjörn Steinbrink-0/+25
2016-02-10More emscripten test fixesPierre Krieger-2/+10
2016-02-10std: Implement CommandExt::execAlex Crichton-0/+72