| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -0/+29 |
| 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 |
| 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 |