| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-24 | Filed a proper tracking issue. | kennytm | -2/+1 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -1/+9 |
| 2018-03-23 | Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup | Alex Crichton | -17/+17 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -17/+17 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+0 |
| 2018-03-14 | register removed lints | Andrew Cann | -0/+4 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -5/+0 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -0/+1 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -5/+0 |
| 2018-03-10 | type_alias_bounds lint: If the type alias uses an associated type without "as... | Ralf Jung | -1/+1 |
| 2018-03-10 | Rename ignored_generic_bounds -> type_alias_bounds | Ralf Jung | -1/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+1 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -0/+6 |
| 2018-03-08 | Make bare_trait_object not be an epoch lint | Manish Goregaokar | -6/+1 |
| 2018-03-08 | Make tyvar_behind_raw_pointer an epoch lint | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -1/+2 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -2/+0 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -1/+1 |