about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+95
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+95
2018-06-05Rollup merge of #51358 - barzamin:tests-39963, r=oli-obkMark Simulacrum-0/+29
2018-06-04tests that #39963 is fixed on MIR borrowckErin Moon-0/+29
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+4
2018-06-04Auto merge of #51328 - oli-obk:no_union_promotion, r=eddybbors-48/+11
2018-06-03Deduplicate and fix a testOliver Schneider-48/+11
2018-06-03Ignore i128 test on asmjsLinus Färnstrand-4/+9
2018-06-03Pass literal through black_boxLinus Färnstrand-4/+8
2018-06-02Add test for const endianess conversionLinus Färnstrand-0/+23
2018-06-01Auto merge of #51181 - mbrubeck:prelude, r=petrochenkovbors-0/+49
2018-05-31Add test for intrinsics::bswapLinus Färnstrand-0/+23
2018-05-31Add std/core to prelude if extern_prelude enabledMatt Brubeck-0/+49
2018-05-30rustc: don't visit lifetime parameters through visit_lifetime.Eduard-Mihai Burtescu-0/+17
2018-05-30Auto merge of #50880 - glandium:oom, r=SimonSapinbors-7/+7
2018-05-29Tests illustrating the bug fixes for #27282 and #24535.Felix S. Klock II-0/+68
2018-05-30Pass a `Layout` to `oom`Mike Hommey-7/+7
2018-05-28Auto merge of #50521 - gnzlbg:simd_float, r=alexcrichtonbors-0/+301
2018-05-25Don't use a char that's already used within the exprJaro Fietz-1/+1
2018-05-25Call itJaro Fietz-0/+1
2018-05-25What does an expression look like, that consists only of special characters?Jaro Fietz-0/+6
2018-05-24add comment explaining ignore androidgnzlbg-0/+4
2018-05-24just ignore androidgnzlbg-1/+1
2018-05-24ignore arm-androidgnzlbg-0/+1
2018-05-24refactorgnzlbg-1/+0
2018-05-24add gather/scatter tests for pointers of pointersgnzlbg-0/+71
2018-05-24add gather/scatter run-time testgnzlbg-0/+80
2018-05-24add run-time test and missing codegen testgnzlbg-0/+90
2018-05-24move simd-minmax-test to run-pass; require llvm 7gnzlbg-0/+56
2018-05-22Fix a typo in a commentOliver Schneider-1/+1
2018-05-22Report let bindings and statements as unstableOliver Schneider-1/+1
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+118
2018-05-21Auto merge of #50812 - kennytm:fix-50756-miri-bad-float-behavior, r=oli-obkbors-0/+65
2018-05-21Auto merge of #50860 - nox:big-niches-for-big-doggos-🐕, r=eddybbors-0/+3
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-0/+17
2018-05-20Auto merge of #50234 - cramertj:extend, r=alexcrichtonbors-0/+20
2018-05-20Auto merge of #50908 - petrochenkov:usemacself, r=alexcrichtonbors-0/+38
2018-05-20resolve: Don't add unnecessary import candidates for `prefix::{self}` importsVadim Petrochenkov-0/+38
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-0/+17
2018-05-19Release mode overflows should not cause const eval to errorOliver Schneider-0/+18
2018-05-19Auto merge of #50603 - eddyb:issue-49955, r=nikomatsakisbors-0/+56
2018-05-18Auto merge of #50319 - nagisa:align_to, r=alexcrichtonbors-16/+0
2018-05-18Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelixbors-0/+25
2018-05-18Find the largest niche when computing layoutsAnthony Ramine-0/+3
2018-05-18Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakisbors-0/+248
2018-05-17Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakisbors-31/+0
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-158/+0
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-10/+10
2018-05-17Add testsVadim Petrochenkov-0/+406
2018-05-17Implement [T]::align_toSimonas Kazlauskas-94/+0