| Age | Commit message (Expand) | Author | Lines |
| 2016-08-05 | Rollup merge of #35266 - circuitfox:35247-E0109-update-error-format, r=jonath... | Guillaume Gomez | -0/+1 |
| 2016-08-05 | Rollup merge of #35264 - GuillaumeGomez:E0132_update, r=jonathandturner | Guillaume Gomez | -0/+1 |
| 2016-08-05 | Update error message for E0166 | Roy Brunton | -2/+6 |
| 2016-08-05 | Auto merge of #35317 - TimNN:internal-deprecated, r=eddyb | bors | -2/+83 |
| 2016-08-05 | Add new error code tests | Guillaume Gomez | -0/+179 |
| 2016-08-05 | Update E0379 to new format #35338 | kc1212 | -1/+3 |
| 2016-08-05 | Update E0391 to new format. | Ryan Scott | -0/+2 |
| 2016-08-05 | Auto merge of #35283 - shantanuraj:master, r=jonathandturner | bors | -75/+75 |
| 2016-08-05 | Update E0106 error message to new format. | Dominik Boehi | -3/+9 |
| 2016-08-04 | Updated E0081 to new format | Christian Poveda | -6/+9 |
| 2016-08-04 | Fix for issue #35336 - updating error message for for E0368 to include a span... | William Lee | -0/+1 |
| 2016-08-04 | Auto merge of #35274 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -0/+404 |
| 2016-08-04 | Update error message E0120 | Vincent Prouillet | -1/+3 |
| 2016-08-04 | Update compiler error E0055 to use new error format | Nick Massey | -1/+3 |
| 2016-08-04 | add test for nested deprecated | Tim Neumann | -0/+81 |
| 2016-08-04 | fix existing tests | Tim Neumann | -2/+2 |
| 2016-08-04 | E0119 update error format | Chris Stankus | -2/+4 |
| 2016-08-04 | Update error format for E0062 | trixnz | -1/+3 |
| 2016-08-04 | Update error format for E0137 | Vincent Prouillet | -2/+4 |
| 2016-08-04 | Update E0124 to the new error format | Samuel Cormier-Iijima | -2/+6 |
| 2016-08-04 | E0110 update error format | Chris Stankus | -0/+1 |
| 2016-08-04 | Updated E0071 to new format. | Federico Ravasio | -2/+8 |
| 2016-08-04 | Changing label to "this is an..." | saml | -4/+4 |
| 2016-08-04 | Set label for unreachable pattern | saml | -0/+4 |
| 2016-08-04 | Update error message E0178 | Adam MedziĆski | -4/+12 |
| 2016-08-04 | Update error message for E0172 | Roy Brunton | -1/+3 |
| 2016-08-04 | Update E0079 to new format | Yossi Konstantinovsky | -0/+1 |
| 2016-08-04 | Removing trailing whitespace leftover from last re-formatting commit | William Lee | -3/+3 |
| 2016-08-04 | Tidying up some of the line spacing / code formatting for NOTE/ERROR annotati... | William Lee | -12/+16 |
| 2016-08-04 | Add new error code tests | Guillaume Gomez | -0/+404 |
| 2016-08-03 | Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakis | bors | -0/+30 |
| 2016-08-04 | Fixes for issues #35215 and #35216 | William Lee | -2/+16 |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -75/+75 |
| 2016-08-03 | Update error message for E0109 | Chris Stankus | -0/+1 |
| 2016-08-03 | Add note test for E0132 | Guillaume Gomez | -0/+1 |
| 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-02 | Automatically enable -Zorbit if -Zincremental is specified. | Michael Woerister | -0/+20 |
| 2016-08-02 | Auto merge of #35145 - jseyfried:avoid_extra_resolve_error, r=arielb1 | bors | -4/+7 |
| 2016-08-01 | Improve diagnostics for pattern bindings that illegally shadow items. | Jeffrey Seyfried | -0/+8 |
| 2016-08-02 | Rollup merge of #34802 - petrochenkov:call, r=eddyb | Seo Sanghyeon | -59/+7 |
| 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 | Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearth | bors | -0/+1 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -59/+7 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -41/+61 |