| Age | Commit message (Expand) | Author | Lines |
| 2016-05-28 | Auto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis | bors | -0/+18 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -0/+342 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -202/+342 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -0/+202 |
| 2016-05-26 | Add a regression test | Simonas Kazlauskas | -0/+29 |
| 2016-05-24 | Do not inject test harness for --cfg test | Seo Sanghyeon | -0/+18 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -2/+1 |
| 2016-05-23 | Use 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-16 | Auto merge of #33640 - lucab:to-upstream/tcp-stress, r=alexcrichton | bors | -9/+15 |
| 2016-05-15 | Auto merge of #33620 - eddyb:oops-static-is-not-fn, r=dotdash | bors | -0/+1 |
| 2016-05-14 | test: clear deprecation warnings in tcp-stress | Luca Bruno | -7/+8 |
| 2016-05-14 | test: assert that all tcp-stress threads get spawned | Luca Bruno | -2/+7 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -0/+21 |
| 2016-05-14 | Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton | Manish Goregaokar | -6/+10 |
| 2016-05-13 | mir: always allow &mut [...] in static mut regardless of the array length. | Eduard Burtescu | -0/+1 |
| 2016-05-13 | Allow repr attribute on single variant enum. | Luqman Aden | -0/+18 |
| 2016-05-13 | Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1 | bors | -0/+24 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -0/+26 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -6/+10 |
| 2016-05-12 | Check the constants’ parameter environment | Simonas Kazlauskas | -0/+21 |
| 2016-05-11 | Auto merge of #33556 - steveklabnik:rollup, r=steveklabnik | bors | -0/+15 |
| 2016-05-11 | Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelix | Steve Klabnik | -0/+15 |
| 2016-05-11 | mir: drop temps outside-in by scheduling the drops inside-out. | Eduard Burtescu | -9/+7 |
| 2016-05-10 | mir: don't attempt to promote Unpromotable constant temps. | Eduard Burtescu | -0/+24 |
| 2016-05-10 | Auto merge of #33488 - eddyb:trans-fixes, r=Aatch | bors | -3/+24 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -0/+217 |
| 2016-05-09 | Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2016-05-09 | trans: deal with the fact that ZSTs are always "initialized". | Eduard Burtescu | -0/+10 |
| 2016-05-09 | trans: monomorphize varidiac call argument types. | Eduard Burtescu | -3/+3 |
| 2016-05-09 | Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddyb | bors | -0/+1 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+217 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -8/+8 |
| 2016-05-09 | Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddyb | bors | -0/+36 |
| 2016-05-09 | trans: monomorphize the cast destination type before using it. | Eduard Burtescu | -0/+11 |
| 2016-05-08 | casting `b"text"` to `* const u8` doesn't work in const_eval | Oliver 'ker' Schneider | -0/+1 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -12/+18 |
| 2016-05-08 | trans: handle string literal reborrows. | Eduard Burtescu | -0/+13 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-05-07 | trans: support simd_shuffle using MIR constants for indices. | Eduard Burtescu | -2/+1 |
| 2016-05-07 | test: adjust for the move to MIR-based const checking. | Eduard Burtescu | -6/+0 |
| 2016-05-07 | trans: callee: normalize trait_ref before use | Wang Xuerui | -0/+36 |
| 2016-05-07 | Translate constants from MIR instead of going through trans::expr/consts. | Eduard Burtescu | -4/+4 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -2/+2 |
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -2/+28 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+5015 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -0/+72 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+29 |
| 2016-05-03 | address review comments | Ariel Ben-Yehuda | -1/+8 |