about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-03-25Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichtonbors-0/+146
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-5/+0
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-46/+50
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-8/+1
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+1
2018-03-23Test fixesAlex Crichton-0/+8
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-2/+2
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-0/+148
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-0/+23
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-6/+5
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-5/+0
2018-03-22Added flag to disable user type assertion.David Wood-0/+1
2018-03-22Auto merge of #49210 - oli-obk:pango_crash, r=eddybbors-0/+27
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-2/+1
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-2/+0
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-0/+27
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-2/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-46/+50
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