summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-11-03add #32791 test caseNiko Matsakis-0/+81
2016-10-22[beta] trans: pad const structs to aligned sizeTim Neumann-0/+25
2016-10-19Deprecate `Reflect`Nick Cameron-4/+1
2016-10-19Stabilise attributes on statements.Nick Cameron-5/+1
2016-10-19Stabilise `?`Nick Cameron-12/+1
2016-10-19Add regression test.Jeffrey Seyfried-0/+25
2016-10-18normalize types every time HR regions are erasedAriel Ben-Yehuda-0/+25
2016-10-18Some tests to check that lifetime parametric fn's do not trip up LLVM.Felix S. Klock II-0/+54
2016-10-11force `i1` booleans to `i8` when comparingNiko Matsakis-0/+24
2016-10-11stop having identity casts be lexprsAriel Ben-Yehuda-0/+35
2016-10-11loosen assertion against proj in collectorNiko Matsakis-0/+34
2016-09-25Haiku: add workaround for missing F_DUPFD_CLOEXECNiels Sascha Reedijk-0/+1
2016-09-24Rollup merge of #36566 - frewsxcv:9837, r=nikomatsakisGuillaume Gomez-0/+20
2016-09-21Auto merge of #36551 - eddyb:meta-games, r=nikomatsakisbors-2/+5
2016-09-21Auto merge of #36496 - pnkfelix:workaround-issue-34427, r=eddybbors-0/+26
2016-09-21add assert_ne and debug_assert_ne macrosAshley Williams-0/+35
2016-09-20rustc: allow less and handle fn pointers in the type hashing algorithm.Eduard Burtescu-0/+4
2016-09-20rustc: don't recurse through nested items in decoded HIR fragments.Eduard Burtescu-2/+1
2016-09-20Workaround #34427 by using memset of 0 on ARM to set the discriminant.Felix S. Klock II-0/+26
2016-09-18Add regression test for #9837.Corey Farwell-0/+20
2016-09-18Auto merge of #36555 - jseyfried:issue_36540, r=eddybbors-0/+19
2016-09-17Add regression test.Jeffrey Seyfried-0/+19
2016-09-17Auto merge of #36508 - nagisa:llvm-backport, r=eddybbors-0/+40
2016-09-17Up the LLVMSimonas Kazlauskas-0/+40
2016-09-17Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichtonbors-0/+17
2016-09-16Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrcbors-0/+3
2016-09-16Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddybbors-0/+22
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-1/+24
2016-09-15Auto merge of #36491 - Manishearth:rollup, r=Manishearthbors-7/+99
2016-09-15Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1Manish Goregaokar-0/+32
2016-09-15Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddybManish Goregaokar-0/+28
2016-09-15Rollup merge of #36425 - michaelwoerister:stable-projection-bounds, r=eddybManish Goregaokar-0/+19
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-7/+20
2016-09-15Remove data structure specialization for .zip() iteratorUlrik Sverdrup-0/+17
2016-09-15Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichtonbors-0/+58
2016-09-15Add regression test.Jeffrey Seyfried-0/+3
2016-09-14clear obligations-added flag with nested fulfillcxNiko Matsakis-0/+32
2016-09-13trans: Let the collector find drop-glue for all vtables, not just VTableImpl.Michael Woerister-0/+22
2016-09-13add missing testNiko Matsakis-0/+28
2016-09-13TypeIdHasher: Let projections be hashed implicitly by the visitor.Michael Woerister-0/+19
2016-09-13Auto merge of #36264 - matklad:zeroing-cstring, r=alexcrichtonbors-0/+49
2016-09-12Auto merge of #36406 - arielb1:constant-padding, r=eddybbors-0/+25
2016-09-12use `adt::trans_const` when translating constant closures and tuplesAriel Ben-Yehuda-0/+25
2016-09-11Auto merge of #36369 - uweigand:s390x, r=alexcrichtonbors-0/+6
2016-09-10Auto merge of #36351 - pnkfelix:fix-36278-size-miscalc, r=eddybbors-0/+28
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+12
2016-09-10Inherit overflow checks for sum and productSteven Fackler-0/+58
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-7/+9
2016-09-09Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakisbors-81/+1
2016-09-09Add s390x supportUlrich Weigand-0/+6