| Age | Commit message (Expand) | Author | Lines |
| 2016-09-21 | Workaround #34427 by using memset of 0 on ARM to set the discriminant. | Felix S. Klock II | -0/+26 |
| 2016-09-21 | add missing test | Niko Matsakis | -0/+28 |
| 2016-09-21 | use `adt::trans_const` when translating constant closures and tuples | Ariel Ben-Yehuda | -0/+25 |
| 2016-09-19 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -0/+17 |
| 2016-09-19 | Up the LLVM | Simonas Kazlauskas | -0/+40 |
| 2016-09-16 | Fix issue #36036. | Felix S. Klock II | -0/+36 |
| 2016-09-12 | llvm: backport "[SimplifyCFG] Hoisting invalidates metadata". | Eduard Burtescu | -0/+32 |
| 2016-09-12 | rustc_trans: do not generate allocas for unused locals. | Eduard Burtescu | -0/+18 |
| 2016-09-12 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -0/+18 |
| 2016-08-22 | Properly invalidate the early exit cache | Simonas Kazlauskas | -0/+37 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -5/+112 |
| 2016-08-14 | Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichton | Eduard-Mihai Burtescu | -18/+0 |
| 2016-08-14 | Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichton | Eduard-Mihai Burtescu | -22/+22 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -3/+54 |
| 2016-08-14 | Rollup merge of #35533 - frewsxcv:22984, r=brson | Eduard-Mihai Burtescu | -0/+13 |
| 2016-08-14 | Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakis | bors | -1/+1 |
| 2016-08-13 | Improve comments on ! tests | Andrew Cann | -0/+1 |
| 2016-08-13 | Fix `make tidy` | Andrew Cann | -1/+1 |
| 2016-08-13 | Add explanations to tests | Andrew Cann | -0/+9 |
| 2016-08-13 | Add another test for ! | Andrew Cann | -0/+34 |
| 2016-08-13 | Add tests for ! type | Andrew Cann | -0/+60 |
| 2016-08-13 | Add run-pass/never_coercions.rs test | Andrew Cann | -0/+19 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -16/+0 |
| 2016-08-13 | Predicates haven't existed in almost 5 years. | Ahmed Charles | -18/+0 |
| 2016-08-13 | Ensure that attributes are spelled properly. | Ahmed Charles | -22/+22 |
| 2016-08-13 | Parse numeric fields in struct expressions and patterns | Vadim Petrochenkov | -0/+23 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -69/+78 |
| 2016-08-12 | test: add more extensive tests for impl Trait. | Eduard Burtescu | -0/+43 |
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -0/+44 |
| 2016-08-12 | typeck: record `impl Trait` concrete resolutions. | Eduard Burtescu | -0/+969 |
| 2016-08-12 | rustc: always normalize projections in ty::layout regardless where they appear. | Eduard Burtescu | -0/+23 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -1/+1 |
| 2016-08-11 | Rollup merge of #35505 - futile:test_29053, r=nikomatsakis | Jonathan Turner | -0/+21 |
| 2016-08-10 | Auto merge of #35525 - jonathandturner:rollup, r=jonathandturner | bors | -0/+19 |
| 2016-08-10 | [emscripten] Disable code paths that don't work on emscripten | Jan-Erik Rediger | -2/+4 |
| 2016-08-10 | [emscripten] Ignore tests | Jan-Erik Rediger | -1/+50 |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -0/+29 |
| 2016-08-08 | Add regression test for #22894. | Corey Farwell | -0/+13 |
| 2016-08-08 | Rollup merge of #35458 - GuillaumeGomez:test_string_ICE, r=alexcrichton | Jonathan Turner | -0/+19 |
| 2016-08-08 | add test for issue #29053 | Felix Rath | -0/+21 |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -0/+29 |
| 2016-08-07 | Add run-pass test for issue 33498 | Guillaume Gomez | -0/+19 |
| 2016-08-06 | Add regression test for #20847. | Corey Farwell | -0/+21 |
| 2016-08-06 | Rewrite TypeId computation to not miss anything and work cross-crate. | Eduard Burtescu | -45/+101 |
| 2016-08-04 | rustc_trans: don't Assert(Overflow(Neg)) when overflow checks are off. | Eduard Burtescu | -0/+26 |
| 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 |