about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-4/+2
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-1/+1
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-1/+1
2018-04-16Separately gate each target_feature featureAlex Crichton-0/+1
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-23/+6
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-4/+2
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-0/+18
2018-04-14Replace remaining uses of deprecated Heap with GlobalMike Hommey-8/+8
2018-04-14Replace remaining uses of deprecated std::heap with std::allocMike Hommey-4/+4
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-8/+8
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-12/+13
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-5/+5
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-19/+19
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-13/+12
2018-04-12Auto merge of #48528 - bitshifter:repr_packed, r=eddybbors-68/+520
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-3/+1
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-3/+1
2018-04-12Rollup merge of #48270 - leodasvacas:refactor-casts, r=nikomatsakiskennytm-0/+5
2018-04-12Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertjkennytm-0/+22
2018-04-11Add test for derive(PartialOrd) correctnessvarkor-0/+18
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-68/+520
2018-04-11Rollup merge of #49795 - nox:niche-with-uninhabited-fields, r=eddybkennytm-0/+7
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-13/+12
2018-04-09in which the non-shorthand patterns lint keeps its own counsel in macrosZack M. Davis-0/+24
2018-04-09Properly look for uninhabitedness of variants in niche-filling checkAnthony Ramine-0/+7
2018-04-08Auto merge of #49704 - leodasvacas:fix-#49344, r=nikomatsakisbors-0/+4
2018-04-07Auto merge of #49692 - sinkuu:main_fix, r=arielb1bors-0/+30
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