about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-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-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-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-0/+29
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
2016-08-03rustc_trans: don't lose the cross-crate DefId, MIR trans needs it.Eduard Burtescu-0/+28
2016-08-02tests: mark the inline asm in run-pass/issue-14936 as volatile.Eduard Burtescu-1/+2
2016-08-02tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.Eduard Burtescu-0/+3
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-110/+13
2016-08-02Rollup merge of #35140 - the-kenny:tcp-stress-test-const-thread-count, r=alex...Seo Sanghyeon-2/+5
2016-08-02Rollup merge of #34802 - petrochenkov:call, r=eddybSeo Sanghyeon-108/+8
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-13/+1
2016-08-01Add test case for large number of closures within one codegen unitMichael Woerister-0/+48
2016-08-01tcp-stress-test.rs: Only spawn 200 threads.Moritz Ulrich-1/+1
2016-07-31tcp-stress-test: Factor out thread count as constant.Moritz Ulrich-2/+5
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-108/+8
2016-07-29test: Fix a test on MSVCAlex Crichton-13/+1
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-4/+4
2016-07-28Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichtonManish Goregaokar-55/+0
2016-07-28Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrcManish Goregaokar-0/+23
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-1/+1
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-0/+44
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-0/+44
2016-07-24move coerce-match{,-calls} into run-pass-valgrindTamir Duberstein-55/+0
2016-07-24Rollup merge of #34972 - oli-obk:cant_cast_str_to_const_ptr, r=eddybManish Goregaokar-1/+4
2016-07-23Auto merge of #34925 - jseyfried:nested_macros, r=eddybbors-0/+9
2016-07-23Fix run-pass/ifmt testTobias Bucher-3/+3
2016-07-22Add regression test.Jeffrey Seyfried-0/+23
2016-07-22improve const eval error reporting on "" and b"" castsOliver Schneider-1/+4
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-1/+2
2016-07-19Add regression test.Jeffrey Seyfried-0/+9
2016-07-15Auto merge of #34570 - jseyfried:no_rename, r=nrcbors-0/+7
2016-07-15Add labels hygiene testJeffrey Seyfried-0/+7
2016-07-13Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddybbors-0/+66
2016-07-14format: add tests for ergonomic format_args!Wang Xuerui-0/+33