| Age | Commit message (Expand) | Author | Lines |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -0/+72 |
| 2016-10-27 | deprecation message for custom derive | Nick Cameron | -1/+3 |
| 2016-10-27 | deprecate no_debug | Nick Cameron | -0/+15 |
| 2016-10-26 | Rollup merge of #37396 - mikhail-m1:e0221, r=jonathandturner | Guillaume Gomez | -11/+21 |
| 2016-10-26 | Rollup merge of #37394 - cramertj:cramertj/unused-import-with-id, r=Guillaume... | Guillaume Gomez | -8/+8 |
| 2016-10-27 | add back test for issue #6804 | Ariel Ben-Yehuda | -0/+34 |
| 2016-10-26 | flatten nested slice patterns in HAIR construction | Ariel Ben-Yehuda | -0/+16 |
| 2016-10-26 | handle mixed byte literal and byte array patterns | Ariel Ben-Yehuda | -0/+73 |
| 2016-10-26 | remove StaticInliner and NaN checking | Ariel Ben-Yehuda | -43/+1 |
| 2016-10-26 | change match checking to use HAIR | Ariel Ben-Yehuda | -4/+4 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -0/+23 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -2/+2 |
| 2016-10-25 | Auto merge of #37361 - jseyfried:fix_crate_var_regressions, r=nrc | bors | -0/+42 |
| 2016-10-25 | Avoid false positive `unused_extern_crates`. | Jeffrey Seyfried | -0/+2 |
| 2016-10-25 | Support `use $crate;` with a future compatibility warning. | Jeffrey Seyfried | -0/+33 |
| 2016-10-25 | Fix `$crate`-related regressions. | Jeffrey Seyfried | -0/+7 |
| 2016-10-25 | Auto merge of #37111 - TimNN:sized-enums, r=nikomatsakis | bors | -23/+73 |
| 2016-10-25 | adapt tests | Tim Neumann | -2/+2 |
| 2016-10-25 | Add identifier to unused import warnings | Taylor Cramer | -8/+8 |
| 2016-10-25 | Auto merge of #37360 - jseyfried:fix_label_scope, r=nrc | bors | -0/+3 |
| 2016-10-24 | Rollup merge of #37324 - GuillaumeGomez:trait_error_message, r=jonathandturner | Jonathan Turner | -34/+37 |
| 2016-10-24 | add new test case | Tim Neumann | -0/+68 |
| 2016-10-24 | adapt existing tests | Tim Neumann | -23/+5 |
| 2016-10-23 | Make error E0221 more helpful | Mikhail Modin | -11/+21 |
| 2016-10-22 | Fix label scopes. | Jeffrey Seyfried | -0/+3 |
| 2016-10-22 | Reword error when data-less enum variant called as function | Esteban Küber | -2/+6 |
| 2016-10-21 | Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturner | bors | -1186/+0 |
| 2016-10-21 | Improve E0277 help message | Guillaume Gomez | -34/+37 |
| 2016-10-21 | Auto merge of #37290 - petrochenkov:pnp, r=jseyfried | bors | -8/+93 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -1186/+0 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -8/+93 |
| 2016-10-19 | Future proof `#[no_link]`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-19 | Rollup merge of #37202 - petrochenkov:pretty, r=nrc | Eduard-Mihai Burtescu | -20/+0 |
| 2016-10-19 | Rollup merge of #37193 - zackmdavis:pluralization_of_expected_type_arguments,... | Eduard-Mihai Burtescu | -5/+5 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+40 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -20/+0 |
| 2016-10-17 | Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis | bors | -1/+1 |
| 2016-10-17 | Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree. | Felix S. Klock II | -306/+0 |
| 2016-10-17 | Fix Subst construction: use subst from adt_def rather than Drop impl's subst. | Felix S. Klock II | -0/+73 |
| 2016-10-17 | Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried | bors | -2/+5 |
| 2016-10-17 | Use one message for uppercase global lint | Aleksey Kladov | -2/+2 |
| 2016-10-15 | correct erroneous pluralization of '1 type argument' error messages | Zack M. Davis | -5/+5 |
| 2016-10-14 | Rollup merge of #36307 - faebser:E0408_new_error_format, r=GuillaumeGomez | Jonathan Turner | -6/+8 |
| 2016-10-14 | Lint against lowercase static mut | Aleksey Kladov | -0/+3 |
| 2016-10-13 | Changed error message E0408 to new format | Fabian Frei | -6/+8 |
| 2016-10-12 | Rollup merge of #37084 - jseyfried:cleanup_expanded_macro_use_scopes, r=nrc | Alex Crichton | -12/+9 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -36/+9 |
| 2016-10-12 | tests for `#[may_dangle]` attribute. | Felix S. Klock II | -0/+207 |
| 2016-10-12 | Fix bug in test for E0199 and add test for E0198. | Felix S. Klock II | -1/+20 |
| 2016-10-12 | Require destructors using `#[may_dangle]` to use `unsafe impl`. | Felix S. Klock II | -0/+46 |