| Age | Commit message (Expand) | Author | Lines |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-23 | make it a migration lint | mark | -3/+12 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -1/+3 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -0/+17 |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -1/+5 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+13 |
| 2018-07-14 | Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj | kennytm | -0/+2 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+2 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -0/+5 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -0/+5 |
| 2018-07-05 | Whitelist lints | Guillaume Gomez | -1/+1 |
| 2018-06-26 | rename lint to `unnameable-test-functions` | Esteban Küber | -1/+1 |
| 2018-06-26 | Lint inner fn marked as `#[test]` | Esteban Küber | -0/+1 |
| 2018-06-26 | Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis | bors | -1/+3 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -1/+3 |
| 2018-06-26 | Auto merge of #51678 - Zoxc:combine-lints, r=estebank | bors | -48/+36 |
| 2018-06-25 | Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint | leonardo.yvens | -1/+1 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -0/+5 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -48/+36 |
| 2018-06-13 | Fix options issues | Guillaume Gomez | -0/+3 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -0/+1 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+5 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -0/+1 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -2/+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 | -0/+1 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -8/+11 |
| 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 | -2/+0 |
| 2018-05-18 | Rename `unused_loop_label` to `unused_label` and fix/clean up lint logic | Kyle Stachowicz | -3/+3 |
| 2018-05-18 | Add lint checks for unused loop labels | Kyle Stachowicz | -1/+3 |
| 2018-05-17 | Auto merge of #50665 - alexcrichton:fix-single-item-path-warnings, r=oli-obk | bors | -2/+4 |
| 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/+1 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -5/+2 |
| 2018-05-10 | Rename the 2018 edition lint names | Alex Crichton | -1/+1 |
| 2018-05-08 | Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakis | bors | -1/+3 |
| 2018-05-04 | Rename idiom lints to migration lints | Manish Goregaokar | -1/+1 |
| 2018-05-04 | Add idiom lint for bare extern crate | Manish Goregaokar | -1/+3 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+0 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -0/+1 |
| 2018-04-25 | Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebank | bors | -0/+1 |
| 2018-04-24 | Warn on all erroneous constants | Oliver Schneider | -0/+1 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -1/+6 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |