| Age | Commit message (Expand) | Author | Lines |
| 2018-07-14 | Whitelist lints | Guillaume Gomez | -2/+2 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -1/+1 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -1/+1 |
| 2018-06-13 | Fix options issues | Guillaume Gomez | -0/+36 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -0/+74 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+5 |
| 2018-06-06 | Do not account for inner/outer attr | Esteban Küber | -11/+1 |
| 2018-06-06 | Use consistent span for repr attr suggestion | Esteban Küber | -23/+35 |
| 2018-06-06 | Add i/u size | Esteban Küber | -2/+2 |
| 2018-06-06 | Change repr documentation link | Esteban Küber | -1/+1 |
| 2018-06-06 | Expand (fix) u* and i* `repr` hints | Esteban Küber | -1/+3 |
| 2018-06-06 | Add `transparent` as valid `repr` hint | Esteban Küber | -3/+3 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -0/+70 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -16/+3 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -68/+1 |
| 2018-05-30 | Prohibit duplicate `macro_export`s | Vadim Petrochenkov | -0/+5 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -4/+27 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -14/+17 |
| 2018-05-20 | Fix according to comments | F001 | -0/+5 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -0/+1 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -5/+2 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -0/+1 |
| 2018-05-18 | Revert "Add lint checks for unused loop labels" | Kyle Stachowicz | -60/+0 |
| 2018-05-18 | Fix formatting in unused label linting to make tidy checks pass | Kyle Stachowicz | -2/+4 |
| 2018-05-18 | Fix ignored unused outer label when inner label shadows and is broken multipl... | Kyle Stachowicz | -8/+6 |
| 2018-05-18 | Rename `unused_loop_label` to `unused_label` and fix/clean up lint logic | Kyle Stachowicz | -33/+28 |
| 2018-05-18 | Add lint checks for unused loop labels | Kyle Stachowicz | -1/+66 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -2/+4 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -1/+1 |
| 2018-05-15 | Make is_global true for latebound regions | Matthew Jasper | -1/+1 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -2/+4 |
| 2018-05-15 | Add trivial bounds lint | Matthew Jasper | -0/+59 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -5/+2 |
| 2018-05-13 | Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man... | kennytm | -2/+2 |
| 2018-05-12 | Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ... | bors | -1/+1 |
| 2018-05-12 | Better error reporting in Copy derive | leonardo.yvens | -1/+1 |
| 2018-05-12 | rustc: Only suggest deleting `extern crate` if it works | Alex Crichton | -0/+3 |
| 2018-05-12 | Auto merge of #50476 - zackmdavis:tame_unreachable_pub_suggestion, r=Manishearth | bors | -20/+25 |
| 2018-05-11 | rustc: Include semicolon when removing `extern crate` | Alex Crichton | -2/+2 |
| 2018-05-10 | don't make crazy suggestion for unreachable braced pub-use | Zack M. Davis | -20/+25 |
| 2018-05-10 | Rename the 2018 edition lint names | Alex Crichton | -1/+1 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -5/+5 |
| 2018-05-08 | Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakis | bors | -1/+66 |
| 2018-05-07 | Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichton | bors | -3/+15 |
| 2018-05-06 | in which the must-use additional messaging is tucked into a note | Zack M. Davis | -5/+5 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -2/+2 |
| 2018-05-04 | Rename idiom lints to migration lints | Manish Goregaokar | -1/+1 |