| Age | Commit message (Expand) | Author | Lines |
| 2016-10-11 | Auto merge of #37095 - petrochenkov:metactor, r=alexcrichton | bors | -0/+18 |
| 2016-10-11 | Auto merge of #37090 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -2/+7 |
| 2016-10-11 | Temporary fix for metadata decoding for struct constructors | Vadim Petrochenkov | -0/+18 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -3/+0 |
| 2016-10-12 | Stabilise attributes on statements. | Nick Cameron | -12/+8 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -21/+1 |
| 2016-10-11 | Rollup merge of #37060 - jfirebaugh:E0303, r=jonathandturner | Guillaume Gomez | -2/+7 |
| 2016-10-11 | Auto merge of #36871 - petrochenkov:pdderr, r=nikomatsakis | bors | -57/+38 |
| 2016-10-11 | Auto merge of #36825 - sbwtw:master, r=alexcrichton | bors | -2/+10 |
| 2016-10-11 | Add test. | Jeffrey Seyfried | -3/+3 |
| 2016-10-11 | Clean up the scopes of expanded `#[macro_use]` imports. | Jeffrey Seyfried | -9/+6 |
| 2016-10-09 | Update E0303 to new error format | John Firebaugh | -2/+7 |
| 2016-10-06 | Rollup merge of #36932 - michaelwoerister:type-alias-dep-graph-test, r=nikoma... | Jonathan Turner | -0/+56 |
| 2016-10-06 | Rollup merge of #36909 - GuillaumeGomez:merge_e0002_e0004, r=arielb1 | Jonathan Turner | -1/+1 |
| 2016-10-05 | Turn compatibility lint `match_of_unit_variant_via_paren_dotdot` into a hard ... | Vadim Petrochenkov | -57/+38 |
| 2016-10-04 | Move pattern resolution checks from typeck to resolve | Vadim Petrochenkov | -55/+74 |
| 2016-10-04 | Fix cross-crate resolution of half-items created by export shadowing | Vadim Petrochenkov | -0/+504 |
| 2016-10-04 | Rollup merge of #36941 - martinhath:issue-21837, r=alexcrichton | Manish Goregaokar | -0/+20 |
| 2016-10-04 | Rollup merge of #36798 - gavinb:fix/36164, r=GuillaumeGomez | Manish Goregaokar | -22/+21 |
| 2016-10-03 | Add test for Issue #21837 | Martin Thoresen | -0/+20 |
| 2016-10-03 | incr.comp.: Add test case for dependency graph of type aliases. | Michael Woerister | -0/+56 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -1/+43 |
| 2016-10-02 | Use a distinct error code for "if may be missing an else clause" | John Firebaugh | -1/+1 |
| 2016-10-02 | Merge E0002 into E0004 | Guillaume Gomez | -1/+1 |
| 2016-10-02 | Auto merge of #36862 - chamoysvoice:E0220, r=GuillaumeGomez | bors | -3/+5 |
| 2016-10-02 | Fix fallout in tests. | Jeffrey Seyfried | -1/+1 |
| 2016-10-02 | Add test. | Jeffrey Seyfried | -0/+42 |
| 2016-10-02 | Improve error message and snippet for "did you mean `x`" | Gavin Baker | -22/+21 |
| 2016-10-01 | Auto merge of #36885 - Manishearth:rollup, r=Manishearth | bors | -16/+64 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -0/+229 |
| 2016-10-01 | Rollup merge of #36882 - jseyfried:fix_36881, r=eddyb | Manish Goregaokar | -0/+14 |
| 2016-10-01 | Rollup merge of #36873 - GuillaumeGomez:e0035_e0036, r=jonathandturner | Manish Goregaokar | -16/+50 |
| 2016-10-01 | Fix `module_to_string`. | Jeffrey Seyfried | -0/+14 |
| 2016-09-30 | Update E0370 to new error format | Guillaume Gomez | -16/+48 |
| 2016-09-30 | Update E0036 to new error format | Guillaume Gomez | -0/+1 |
| 2016-09-30 | Tidy | Brian Anderson | -2/+2 |
| 2016-09-30 | Adding ignore-emscripten to failing tests. | Ross Schulman | -0/+4 |
| 2016-09-30 | Update E0220 error format | Jesus Garlea | -3/+5 |
| 2016-09-30 | Update E0035 to new error format | Guillaume Gomez | -0/+1 |
| 2016-09-30 | add println!() macro with out any arguments | 石博文 | -2/+10 |
| 2016-09-28 | Rollup merge of #36757 - KiChjang:E0025-format, r=jonathandturner | Jonathan Turner | -9/+21 |
| 2016-09-28 | Rollup merge of #36376 - GuillaumeGomez:e0050, r=jonathandturner | Jonathan Turner | -1/+8 |
| 2016-09-28 | Update E0050 to new error format | Guillaume Gomez | -1/+8 |
| 2016-09-27 | Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc | bors | -7/+13 |
| 2016-09-27 | Auto merge of #36761 - jonathandturner:E0425_E0446_E0449, r=nrc | bors | -45/+74 |
| 2016-09-27 | Fix fallout in tests. | Jeffrey Seyfried | -7/+13 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -6/+122 |
| 2016-09-26 | Rollup merge of #36756 - alygin:e0512-new-format, r=jonathandturner | Jonathan Turner | -0/+1 |
| 2016-09-26 | Rollup merge of #36723 - GuillaumeGomez:e0513, r=jonathandturner | Jonathan Turner | -0/+19 |
| 2016-09-26 | Rollup merge of #36721 - TimNN:infinite-emptiness, r=nrc | Jonathan Turner | -0/+62 |