| Age | Commit message (Expand) | Author | Lines |
| 2016-08-03 | Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism. | Eduard Burtescu | -0/+30 |
| 2016-08-03 | rustc_trans: don't lose the cross-crate DefId, MIR trans needs it. | Eduard Burtescu | -0/+28 |
| 2016-08-02 | tests: mark the inline asm in run-pass/issue-14936 as volatile. | Eduard Burtescu | -1/+2 |
| 2016-08-02 | tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows. | Eduard Burtescu | -0/+3 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -110/+13 |
| 2016-08-02 | Rollup merge of #35140 - the-kenny:tcp-stress-test-const-thread-count, r=alex... | Seo Sanghyeon | -2/+5 |
| 2016-08-02 | Rollup merge of #34802 - petrochenkov:call, r=eddyb | Seo Sanghyeon | -108/+8 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -13/+1 |
| 2016-08-01 | Add test case for large number of closures within one codegen unit | Michael Woerister | -0/+48 |
| 2016-08-01 | tcp-stress-test.rs: Only spawn 200 threads. | Moritz Ulrich | -1/+1 |
| 2016-07-31 | tcp-stress-test: Factor out thread count as constant. | Moritz Ulrich | -2/+5 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -108/+8 |
| 2016-07-29 | test: Fix a test on MSVC | Alex Crichton | -13/+1 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -4/+4 |
| 2016-07-28 | Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichton | Manish Goregaokar | -55/+0 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -0/+23 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -1/+1 |
| 2016-07-27 | Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton | bors | -0/+44 |
| 2016-07-26 | DoubleEndedIterator for Args | Sebastian Thiel | -0/+44 |
| 2016-07-24 | move coerce-match{,-calls} into run-pass-valgrind | Tamir Duberstein | -55/+0 |
| 2016-07-24 | Rollup merge of #34972 - oli-obk:cant_cast_str_to_const_ptr, r=eddyb | Manish Goregaokar | -1/+4 |
| 2016-07-23 | Auto merge of #34925 - jseyfried:nested_macros, r=eddyb | bors | -0/+9 |
| 2016-07-23 | Fix run-pass/ifmt test | Tobias Bucher | -3/+3 |
| 2016-07-22 | Add regression test. | Jeffrey Seyfried | -0/+23 |
| 2016-07-22 | improve const eval error reporting on "" and b"" casts | Oliver Schneider | -1/+4 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -1/+2 |
| 2016-07-19 | Add regression test. | Jeffrey Seyfried | -0/+9 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -0/+7 |
| 2016-07-15 | Add labels hygiene test | Jeffrey Seyfried | -0/+7 |
| 2016-07-13 | Auto merge of #34805 - michaelwoerister:stable-bounds-encoding, r=eddyb | bors | -0/+66 |
| 2016-07-14 | format: add tests for ergonomic format_args! | Wang Xuerui | -0/+33 |
| 2016-07-12 | Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton | bors | -0/+2 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -3/+0 |
| 2016-07-12 | tyencode: Make sure that projection bounds are handled in stable order. | Michael Woerister | -0/+66 |
| 2016-07-10 | Mutex and RwLock need RefUnwindSafe too. | Aaron Gallagher | -0/+2 |
| 2016-07-09 | trans: Make sure that closures only get translated once. | Michael Woerister | -0/+26 |
| 2016-07-08 | Auto merge of #34679 - eddyb:mir-nested-pairs, r=dotdash | bors | -0/+8 |
| 2016-07-07 | Auto merge of #34658 - luqmana:34592-nested_returns, r=eddyb | bors | -0/+43 |
| 2016-07-07 | Auto merge of #34672 - luqmana:27021-reassign-match-body, r=eddyb | bors | -0/+21 |
| 2016-07-06 | Handle nested pairs in MIR trans. | Eduard Burtescu | -0/+8 |
| 2016-07-05 | Make match discriminant reassignment check more accurate. | Luqman Aden | -0/+21 |
| 2016-07-06 | feat: reinterpret `precision` field for strings | Evgeny Safronov | -1/+2 |
| 2016-07-05 | Just pass in NodeId to FunctionContext::new instead of looking it up. | Luqman Aden | -0/+43 |
| 2016-07-04 | Revert "Revert "Remove the return_address intrinsic."" | Eduard Burtescu | -43/+0 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -5/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -5/+0 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+43 |
| 2016-07-02 | fail obligations that depend on erroring obligations | Ariel Ben-Yehuda | -0/+20 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+43 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -0/+39 |