summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-10-18Some tests to check that lifetime parametric fn's do not trip up LLVM.Felix S. Klock II-0/+54
2016-10-18stop having identity casts be lexprsAriel Ben-Yehuda-0/+35
2016-10-14force `i1` booleans to `i8` when comparingNiko Matsakis-0/+24
2016-10-14loosen assertion against proj in collectorNiko Matsakis-0/+34
2016-09-21Workaround #34427 by using memset of 0 on ARM to set the discriminant.Felix S. Klock II-0/+26
2016-09-21add missing testNiko Matsakis-0/+28
2016-09-21use `adt::trans_const` when translating constant closures and tuplesAriel Ben-Yehuda-0/+25
2016-09-19Remove data structure specialization for .zip() iteratorUlrik Sverdrup-0/+17
2016-09-19Up the LLVMSimonas Kazlauskas-0/+40
2016-09-16Fix issue #36036.Felix S. Klock II-0/+36
2016-09-12llvm: backport "[SimplifyCFG] Hoisting invalidates metadata".Eduard Burtescu-0/+32
2016-09-12rustc_trans: do not generate allocas for unused locals.Eduard Burtescu-0/+18
2016-09-12typeck: use NoExpectation to check return type of diverging fnAlex Burka-0/+18
2016-08-22Properly invalidate the early exit cacheSimonas Kazlauskas-0/+37
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-5/+112
2016-08-14Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichtonEduard-Mihai Burtescu-18/+0
2016-08-14Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichtonEduard-Mihai Burtescu-22/+22
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-3/+54
2016-08-14Rollup merge of #35533 - frewsxcv:22984, r=brsonEduard-Mihai Burtescu-0/+13
2016-08-14Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakisbors-1/+1
2016-08-13Improve comments on ! testsAndrew Cann-0/+1
2016-08-13Fix `make tidy`Andrew Cann-1/+1
2016-08-13Add explanations to testsAndrew Cann-0/+9
2016-08-13Add another test for !Andrew Cann-0/+34
2016-08-13Add tests for ! typeAndrew Cann-0/+60
2016-08-13Add run-pass/never_coercions.rs testAndrew Cann-0/+19
2016-08-13Remove obsolete divergence related stuffAndrew Cann-16/+0
2016-08-13Predicates haven't existed in almost 5 years.Ahmed Charles-18/+0
2016-08-13Ensure that attributes are spelled properly.Ahmed Charles-22/+22
2016-08-13Parse numeric fields in struct expressions and patternsVadim Petrochenkov-0/+23
2016-08-13Remove restrictions from tuple structs/variantsVadim Petrochenkov-69/+78
2016-08-12test: add more extensive tests for impl Trait.Eduard Burtescu-0/+43
2016-08-12typeck: leak auto trait obligations through impl Trait.Eduard Burtescu-0/+44
2016-08-12typeck: record `impl Trait` concrete resolutions.Eduard Burtescu-0/+969
2016-08-12rustc: always normalize projections in ty::layout regardless where they appear.Eduard Burtescu-0/+23
2016-08-11Make `private_in_public` compatibility lint deny-by-defaultVadim Petrochenkov-1/+1
2016-08-11Rollup merge of #35505 - futile:test_29053, r=nikomatsakisJonathan Turner-0/+21
2016-08-10Auto merge of #35525 - jonathandturner:rollup, r=jonathandturnerbors-0/+19
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-2/+4
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-1/+50
2016-08-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-0/+29
2016-08-08Add regression test for #22894.Corey Farwell-0/+13
2016-08-08Rollup merge of #35458 - GuillaumeGomez:test_string_ICE, r=alexcrichtonJonathan Turner-0/+19
2016-08-08add test for issue #29053Felix Rath-0/+21
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-0/+29
2016-08-07Add run-pass test for issue 33498Guillaume Gomez-0/+19
2016-08-06Add regression test for #20847.Corey Farwell-0/+21
2016-08-06Rewrite TypeId computation to not miss anything and work cross-crate.Eduard Burtescu-45/+101
2016-08-04rustc_trans: don't Assert(Overflow(Neg)) when overflow checks are off.Eduard Burtescu-0/+26
2016-08-03Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.Eduard Burtescu-0/+30