summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-05-24Fix self referential impl Trait substitutionsleonardo.yvens-0/+29
2018-05-24Fix issue #50811 (`NaN > NaN` was true).kennytm-0/+65
2018-05-24Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+13
2018-04-27add regression testNiko Matsakis-0/+22
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+12
2018-04-20Properly handle ranges of signed enums using both extremums (fixes #49973)Anthony Ramine-0/+20
2018-04-20Fix ICE with impl TraitShotaro Yamada-0/+22
2018-04-20Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-0/+30
2018-04-10Fix #49344leonardo.yvens-0/+4
2018-03-30Auto merge of #49403 - oli-obk:try2, r=eddybbors-0/+7
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+4
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-29Auto merge of #49458 - cramertj:stable-underscore-lt, r=nikomatsakisbors-3/+0
2018-03-29Stabilize underscore lifetimesTaylor Cramer-3/+0
2018-03-28Auto merge of #49460 - kennytm:rollup, r=kennytmbors-1/+5
2018-03-28Rollup merge of #49428 - cuviper:llvm6-target_feature, r=alexcrichtonkennytm-1/+5
2018-03-28Stabilize match_default_bindingsTaylor Cramer-25/+0
2018-03-27Enable target_feature on any LLVM 6+Josh Stone-1/+5
2018-03-27Use the actual discriminant instead of always choosing the dataful variantOliver Schneider-0/+7
2018-03-27Rollup merge of #49369 - petrochenkov:rprint, r=oli-obkkennytm-8/+0
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-8/+0
2018-03-26Fix missed i128 feature gatesMark Mansi-2/+2
2018-03-26Stabilize i128_typeMark Mansi-15/+5
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-22/+9
2018-03-26Stabilize universal_impl_traitTaylor Cramer-14/+2
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