about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-03-20rename epoch to editionKurtis Nusbaum-2/+2
2018-03-20ignore emscripten in run-pass testgnzlbg-0/+2
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-40/+9
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-61/+1956
2018-03-19Stabilize termination_traitTyler Mandry-7/+0
2018-03-19Split out termination_trait_test feature gateTyler Mandry-1/+1
2018-03-19Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytmbors-3/+24
2018-03-18add simd_select intrinsicgnzlbg-0/+144
2018-03-18Feature gate raw identifiers.Lymia Aluysia-0/+7
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-0/+141
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-6/+5
2018-03-17remove FIXME(#27889) since the issue is already fixedNiv Kaminer-1/+0
2018-03-17update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)Niv Kaminer-1/+1
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-0/+172
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-3/+24
2018-03-16ignore emscriptengnzlbg-0/+1
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-0/+13
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+39
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-0/+4
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-0/+4
2018-03-15add min-llvm version to reduction testsgnzlbg-0/+2
2018-03-15Disallow &a..=b and box a..=b in pattern.kennytm-0/+32
2018-03-15Stabilize `dotdoteq_in_patterns` language feature.kennytm-2/+0
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-3/+2
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+1
2018-03-14expose ordered/unordered/nanless intirnsicsgnzlbg-39/+65
2018-03-14Escape stringified expressionShotaro Yamada-0/+13
2018-03-14Make coerce_never lint an errorAndrew Cann-18/+0
2018-03-14stabilise feature(never_type)Andrew Cann-36/+2
2018-03-13add intrinsics for portable packed simd vector reductionsgnzlbg-0/+143
2018-03-13Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkovkennytm-0/+17
2018-03-11Fix hygene issue when deriving DebugPhlosioneer-0/+17
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-2/+2
2018-03-09test: ignore stack probe tests on mips*James Cowgill-0/+4
2018-03-08Add testManish Goregaokar-0/+21
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-0/+2
2018-03-08Fix mozjs crater failureOliver Schneider-0/+37
2018-03-08Add regression testOliver Schneider-0/+34
2018-03-08Add regression testsOliver Schneider-0/+45
2018-03-08Reduce noise in error reportingOliver Schneider-0/+17
2018-03-08Add test for #45044Oliver Schneider-0/+20
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-0/+34
2018-03-08Add tests for fixed issuesOliver Schneider-0/+489
2018-03-08Fully use miri in transOliver Schneider-0/+76
2018-03-07check stability of macro invocationsAustin Bonander-0/+39
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-1/+1
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-1/+0
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-2/+2
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-1/+36
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-1/+1