about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-04-06Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakisbors-0/+43
2018-04-06Fix ICE with impl TraitShotaro Yamada-0/+22
2018-04-05No separator for `?`. No `?` as a separator.Mark Mansi-23/+6
2018-04-05Fix #49344leonardo.yvens-0/+4
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-0/+39
2018-04-06Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-0/+30
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-4/+1
2018-04-04Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakisbors-45/+2
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+39
2018-04-03Auto merge of #49447 - pnkfelix:remove-cfg-const-pat-hack-47295, r=nikomatsakisbors-27/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-45/+2
2018-04-02Auto merge of #49252 - Manishearth:easy-feature-flag, r=nikomatsakisbors-1/+1
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-29Fix testManish Goregaokar-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-28Remove adjacent all-const match arm hack.Felix S. Klock II-27/+0
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-26revert making casts atomic, test order dependencyleonardo.yvens-0/+5
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-8/+0
2018-03-26fixes internal compiler error:Peter Hrvola-0/+43
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