| Age | Commit message (Expand) | Author | Lines |
| 2016-09-10 | Improve `Eq` deriving | Vadim Petrochenkov | -1/+30 |
| 2016-09-10 | Improve shallow `Clone` deriving | Vadim Petrochenkov | -13/+45 |
| 2016-09-10 | Rollup merge of #35691 - jaredwy:update-error-63, r=jonathandturner | Guillaume Gomez | -3/+39 |
| 2016-09-10 | Auto merge of #36333 - apasel422:issue-35668, r=eddyb | bors | -0/+24 |
| 2016-09-10 | fix span for errors E0537, E0535 & E0536 | Mikhail Modin | -42/+0 |
| 2016-09-09 | Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakis | bors | -100/+15 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -0/+10 |
| 2016-09-09 | Update the wording for E0063. This will truncate the fields to 3. | Jared Wyles | -3/+39 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -2/+76 |
| 2016-09-08 | fix feature error, test fallout | Andre Bogus | -3/+0 |
| 2016-09-08 | Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakis | bors | -148/+76 |
| 2016-09-08 | added feature gate test | Andre Bogus | -0/+14 |
| 2016-09-08 | warning → error, lowercase | Andre Bogus | -3/+3 |
| 2016-09-07 | Fix duplicate error code | Jared Roesch | -7/+7 |
| 2016-09-07 | Handle `ReEmpty` for `impl Trait` | Andrew Paseltiner | -0/+24 |
| 2016-09-07 | add static_in_const feature gate | Andre Bogus | -100/+4 |
| 2016-09-07 | Auto merge of #36304 - TimNN:fix-36299, r=eddyb | bors | -0/+15 |
| 2016-09-07 | Auto merge of #36289 - euclio:self-suggestion, r=jseyfried | bors | -0/+20 |
| 2016-09-06 | Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn | bors | -5/+31 |
| 2016-09-06 | re-add accidentally removed line | Tim Neumann | -0/+15 |
| 2016-09-06 | Rollup merge of #36267 - Cobrand:E0559, r=jonathandturner | Jonathan Turner | -15/+24 |
| 2016-09-06 | Rollup merge of #36128 - gavinb:error_msgs_p2, r=jonathandturner | Jonathan Turner | -0/+7 |
| 2016-09-06 | Rollup merge of #36121 - Cobrand:master, r=jonathandturner | Jonathan Turner | -1/+3 |
| 2016-09-06 | Auto merge of #36276 - jseyfried:fix_unused, r=nrc | bors | -0/+38 |
| 2016-09-06 | Add regression test. | Jeffrey Seyfried | -0/+38 |
| 2016-09-05 | show `self` suggestion when items are in the block | Andy Russell | -0/+11 |
| 2016-09-05 | resolve: Suggest `use self` when import resolves | Andy Russell | -0/+9 |
| 2016-09-05 | Updated E0527 to new error format | Cobrand | -1/+3 |
| 2016-09-05 | Add test for unused field in union | Josh Triplett | -0/+26 |
| 2016-09-06 | E0518 Update error format #36111 | Gavin Baker | -0/+2 |
| 2016-09-06 | E0517 Update error format #36109 | Gavin Baker | -0/+4 |
| 2016-09-05 | E0516 Update error format #36108 | Gavin Baker | -0/+1 |
| 2016-09-05 | Rollup merge of #36065 - acrrd:new_format_E0496, r=GuillaumeGomez | Manish Goregaokar | -46/+66 |
| 2016-09-05 | Rollup merge of #35983 - GuillaumeGomez:e0060_bonus, r=jonathandturner | Manish Goregaokar | -18/+19 |
| 2016-09-05 | Make `private_in_public` compatibility lint warn-by-default again | Vadim Petrochenkov | -2/+6 |
| 2016-09-04 | Updated E0559 to new format | Cobrand | -15/+24 |
| 2016-09-04 | Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturner | Manish Goregaokar | -22/+0 |
| 2016-09-04 | Rollup merge of #36070 - gavinb:master, r=jonathandturner | Manish Goregaokar | -1/+4 |
| 2016-09-04 | E0060 and E0061 improvement | Guillaume Gomez | -18/+19 |
| 2016-09-03 | Fix "field is never used" warning to take unions into account | Josh Triplett | -5/+5 |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -17/+185 |
| 2016-09-03 | Fix rebase, fix some tests | Vadim Petrochenkov | -9/+9 |
| 2016-09-03 | Support unions in borrow checker | Vadim Petrochenkov | -0/+309 |
| 2016-09-03 | Support deriving some traits for unions | Vadim Petrochenkov | -0/+30 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -0/+72 |
| 2016-09-03 | Implement drop translation and add lint for unions with drop fields | Vadim Petrochenkov | -0/+40 |
| 2016-09-03 | Make accesses to union fields unsafe | Vadim Petrochenkov | -0/+23 |
| 2016-09-03 | Check fields in union patters/expressions | Vadim Petrochenkov | -11/+60 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -2/+37 |
| 2016-09-03 | Auto merge of #35957 - alexcrichton:macros-1.1, r=nrc | bors | -4/+3 |