about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-05-28Auto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakisbors-0/+18
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-0/+342
2016-05-26Address review commentsVadim Petrochenkov-202/+342
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-0/+202
2016-05-26Add a regression testSimonas Kazlauskas-0/+29
2016-05-24Do not inject test harness for --cfg testSeo Sanghyeon-0/+18
2016-05-22Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichtonbors-2/+1
2016-05-23Use libc::abort, not intrinsics::abort, in rtabort!Brian Campbell-2/+1
2016-05-19[MIR] Add PointerCast for Unsize casts of fat pointers.Luqman Aden-0/+44
2016-05-16Auto merge of #33640 - lucab:to-upstream/tcp-stress, r=alexcrichtonbors-9/+15
2016-05-15Auto merge of #33620 - eddyb:oops-static-is-not-fn, r=dotdashbors-0/+1
2016-05-14test: clear deprecation warnings in tcp-stressLuca Bruno-7/+8
2016-05-14test: assert that all tcp-stress threads get spawnedLuca Bruno-2/+7
2016-05-14Rollup merge of #33572 - nagisa:assoc-const-types, r=eddybManish Goregaokar-0/+21
2016-05-14Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichtonManish Goregaokar-6/+10
2016-05-13mir: always allow &mut [...] in static mut regardless of the array length.Eduard Burtescu-0/+1
2016-05-13Allow repr attribute on single variant enum.Luqman Aden-0/+18
2016-05-13Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1bors-0/+24
2016-05-12re-introduce a cache for ast-ty-to-tyNiko Matsakis-0/+26
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-6/+10
2016-05-12Check the constants’ parameter environmentSimonas Kazlauskas-0/+21
2016-05-11Auto merge of #33556 - steveklabnik:rollup, r=steveklabnikbors-0/+15
2016-05-11Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelixSteve Klabnik-0/+15
2016-05-11mir: drop temps outside-in by scheduling the drops inside-out.Eduard Burtescu-9/+7
2016-05-10mir: don't attempt to promote Unpromotable constant temps.Eduard Burtescu-0/+24
2016-05-10Auto merge of #33488 - eddyb:trans-fixes, r=Aatchbors-3/+24
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-0/+217
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-8/+8
2016-05-09trans: deal with the fact that ZSTs are always "initialized".Eduard Burtescu-0/+10
2016-05-09trans: monomorphize varidiac call argument types.Eduard Burtescu-3/+3
2016-05-09Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddybbors-0/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+217
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-8/+8
2016-05-09Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddybbors-0/+36
2016-05-09trans: monomorphize the cast destination type before using it.Eduard Burtescu-0/+11
2016-05-08casting `b"text"` to `* const u8` doesn't work in const_evalOliver 'ker' Schneider-0/+1
2016-05-08Auto merge of #33130 - eddyb:mir-const, r=nikomatsakisbors-12/+18
2016-05-08trans: handle string literal reborrows.Eduard Burtescu-0/+13
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-07trans: support simd_shuffle using MIR constants for indices.Eduard Burtescu-2/+1
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-6/+0
2016-05-07trans: callee: normalize trait_ref before useWang Xuerui-0/+36
2016-05-07Translate constants from MIR instead of going through trans::expr/consts.Eduard Burtescu-4/+4
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-2/+2
2016-05-06kill the old auxiliary directoryNiko Matsakis-2/+28
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+5015
2016-05-06Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakisbors-0/+72
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+29
2016-05-03address review commentsAriel Ben-Yehuda-1/+8