about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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
2016-07-12Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichtonbors-0/+2
2016-07-12std: Clean out deprecated APIsAlex Crichton-3/+0
2016-07-12tyencode: Make sure that projection bounds are handled in stable order.Michael Woerister-0/+66
2016-07-10Mutex and RwLock need RefUnwindSafe too.Aaron Gallagher-0/+2
2016-07-09trans: Make sure that closures only get translated once.Michael Woerister-0/+26
2016-07-08Auto merge of #34679 - eddyb:mir-nested-pairs, r=dotdashbors-0/+8
2016-07-07Auto merge of #34658 - luqmana:34592-nested_returns, r=eddybbors-0/+43
2016-07-07Auto merge of #34672 - luqmana:27021-reassign-match-body, r=eddybbors-0/+21
2016-07-06Handle nested pairs in MIR trans.Eduard Burtescu-0/+8
2016-07-05Make match discriminant reassignment check more accurate.Luqman Aden-0/+21
2016-07-06feat: reinterpret `precision` field for stringsEvgeny Safronov-1/+2
2016-07-05Just pass in NodeId to FunctionContext::new instead of looking it up.Luqman Aden-0/+43
2016-07-04Revert "Revert "Remove the return_address intrinsic.""Eduard Burtescu-43/+0
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-5/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-5/+0
2016-07-02Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisabors-0/+43
2016-07-02fail obligations that depend on erroring obligationsAriel Ben-Yehuda-0/+20
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+43
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-0/+39