| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | [beta] Fix naming conventions for new lints | Vadim Petrochenkov | -2/+2 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -0/+7 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -3/+7 |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -0/+19 |
| 2018-05-04 | Make extern_absolute_paths only work on the new edition | Manish Goregaokar | -0/+7 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -0/+61 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -0/+17 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -0/+20 |
| 2018-05-03 | Unit test for the new implicit borrow and deref within the | Felix S. Klock II | -0/+61 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -0/+49 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -0/+20 |
| 2018-05-03 | Auto merge of #50378 - varkor:repr-align-max-29, r=eddyb | bors | -1/+4 |
| 2018-05-02 | Skip checking for unused mutable locals that have no name | Keith Yeung | -0/+17 |
| 2018-05-02 | make it compile again | flip1995 | -3/+3 |
| 2018-05-02 | Change Attribute::name to return the last segment | Seiichi Uchida | -3/+3 |
| 2018-05-02 | Add tests for a new feature 'tool_attributes' | Seiichi Uchida | -0/+49 |
| 2018-05-01 | Reduce the maximum alignment to repr(align(1 << 29)) | varkor | -1/+4 |
| 2018-05-01 | Remove `macro_reexport` | Vadim Petrochenkov | -145/+0 |
| 2018-05-01 | Rollup merge of #50330 - japaric:used, r=nagisa | kennytm | -0/+28 |
| 2018-04-30 | check that #[used] is used only on statics | Jorge Aparicio | -0/+28 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -18/+43 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -18/+43 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -7/+1 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -5/+5 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -3/+0 |
| 2018-04-27 | fixed tests | Christian Poveda | -3/+0 |
| 2018-04-27 | removed dyn_trait feature from tests | Christian Poveda | -3/+3 |
| 2018-04-27 | Allow #[inline] on closures | Amanieu d'Antras | -5/+5 |
| 2018-04-27 | Auto merge of #50275 - kennytm:rollup, r=kennytm | bors | -0/+11 |
| 2018-04-27 | Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebank | kennytm | -0/+11 |
| 2018-04-27 | Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichton | bors | -1/+1 |
| 2018-04-26 | Update a compile-fail test | Aravind Gollakota | -1/+2 |
| 2018-04-26 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -0/+11 |
| 2018-04-25 | Fix crate:: in local paths | Manish Goregaokar | -26/+4 |
| 2018-04-24 | Disable two-phase-reservation-sharing-interference[nll_beyond] | Josh Stone | -1/+1 |
| 2018-04-24 | Warn on all erroneous constants | Oliver Schneider | -60/+64 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -34/+0 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -1/+0 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -1/+1 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -0/+20 |
| 2018-04-21 | Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov | bors | -1/+9 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -1/+1 |
| 2018-04-21 | Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth | bors | -2/+2 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -1/+9 |
| 2018-04-20 | fix two compile-fail tests that were still using -Zedition | Kurtis Nusbaum | -2/+2 |
| 2018-04-20 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+4 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+16 |
| 2018-04-20 | Rollup merge of #50031 - krk:issue-46336, r=estebank | kennytm | -4/+7 |
| 2018-04-18 | Clarified E0015 message, r=estebank | krk | -4/+7 |
| 2018-04-18 | Auto merge of #49950 - Zoxc:default-span, r=estebank | bors | -23/+22 |