| Age | Commit message (Expand) | Author | Lines |
| 2016-08-04 | Update E0124 to the new error format | Samuel Cormier-Iijima | -2/+6 |
| 2016-08-04 | Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakis | bors | -0/+41 |
| 2016-08-03 | Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakis | bors | -0/+30 |
| 2016-08-03 | Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism. | Eduard Burtescu | -0/+30 |
| 2016-08-02 | Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakis | bors | -0/+20 |
| 2016-08-03 | Properly enforce the "patterns aren't allowed in foreign functions" check | Vadim Petrochenkov | -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 | Automatically enable -Zorbit if -Zincremental is specified. | Michael Woerister | -0/+20 |
| 2016-08-02 | fix field type, add test | Scott A Carr | -0/+41 |
| 2016-08-02 | Auto merge of #35145 - jseyfried:avoid_extra_resolve_error, r=arielb1 | bors | -9/+9 |
| 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 | Fix fallout in `ui/codemap_tests`. | Jeffrey Seyfried | -5/+2 |
| 2016-08-01 | Auto merge of #35163 - sanxiyn:rollup, r=sanxiyn | bors | -171/+22 |
| 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 | -169/+17 |
| 2016-08-01 | Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb | bors | -316/+1 |
| 2016-08-01 | Auto merge of #34830 - michaelwoerister:internal-closures, r=nikomatsakis | bors | -0/+48 |
| 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 | Auto merge of #35130 - sanxiyn:unused-type-parameter-error, r=nrc | bors | -7/+23 |
| 2016-07-31 | Auto merge of #35143 - arielb1:rfc447-regions, r=eddyb | bors | -0/+36 |
| 2016-07-31 | Make "type aliases cannot be used for traits" a note instead of a span_label. | Jeffrey Seyfried | -4/+3 |
| 2016-07-31 | Avoid emitting a unhelpful cascading resolution error. | Jeffrey Seyfried | -0/+4 |
| 2016-07-31 | typeck: use a TypeVisitor in ctp | Ariel Ben-Yehuda | -0/+36 |
| 2016-07-31 | Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1 | bors | -0/+32 |
| 2016-07-31 | tcp-stress-test: Factor out thread count as constant. | Moritz Ulrich | -2/+5 |
| 2016-07-31 | Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearth | bors | -0/+3 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -169/+17 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -41/+61 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -0/+3 |
| 2016-07-31 | Suppress unused type parameter error when type has error field | Seo Sanghyeon | -7/+23 |
| 2016-07-30 | Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -40/+40 |
| 2016-07-30 | Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrc | Manish Goregaokar | -8/+8 |
| 2016-07-29 | syntax_ext: format: fix ICE with bad named arguments | Wang Xuerui | -0/+6 |
| 2016-07-29 | test: Fix a test on MSVC | Alex Crichton | -13/+1 |
| 2016-07-29 | test: Remove the execution-engine test | Alex Crichton | -303/+0 |
| 2016-07-28 | Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mw | bors | -2/+262 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -4/+4 |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -40/+40 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -0/+63 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -10/+0 |
| 2016-07-28 | Add a testing mechanism and a simple spike test | Niko Matsakis | -0/+197 |
| 2016-07-28 | Modify trans to skip generating `.o` files | Niko Matsakis | -2/+12 |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -39/+39 |
| 2016-07-28 | Rollup merge of #35037 - ollie27:rustdoc_tuple_struct_where, r=alexcrichton | Manish Goregaokar | -1/+17 |
| 2016-07-28 | Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2016-07-28 | Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrc | Manish Goregaokar | -0/+23 |
| 2016-07-28 | Rollup merge of #34963 - petrochenkov:useerr, r=jseyfried | Manish Goregaokar | -0/+27 |