| Age | Commit message (Expand) | Author | Lines |
| 2018-07-14 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -0/+5 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -0/+7 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -2/+2 |
| 2018-06-09 | Add lint for intra link resolution failure | Guillaume Gomez | -0/+7 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -0/+6 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -0/+13 |
| 2018-06-06 | Turn warning into lint | Esteban Küber | -0/+6 |
| 2018-06-05 | Refactor the const eval diagnostic API | Oliver Schneider | -0/+3 |
| 2018-05-30 | Prohibit duplicate `macro_export`s | Vadim Petrochenkov | -0/+13 |
| 2018-05-28 | Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth | bors | -3/+4 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -14/+14 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -13/+13 |
| 2018-05-20 | suggestion applicabilities for libsyntax and librustc, run-rustfix tests | Zack M. Davis | -3/+4 |
| 2018-05-20 | Fix according to comments | F001 | -2/+2 |
| 2018-05-20 | re-implement | F001 | -0/+7 |
| 2018-05-19 | Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov | bors | -0/+7 |
| 2018-05-19 | Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakis | bors | -7/+0 |
| 2018-05-18 | Default `unused_labels` to allow, move to "unused" | Kyle Stachowicz | -1/+1 |
| 2018-05-18 | Reimplement unused_labels lint as a compiler builtin in the resolver | Kyle Stachowicz | -0/+7 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -7/+7 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -2/+2 |
| 2018-05-15 | Turn deprecation lint `legacy_imports` into a hard error | Vadim Petrochenkov | -7/+0 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -1/+1 |
| 2018-05-11 | Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj | bors | -1/+8 |
| 2018-05-08 | Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakis | bors | -1/+1 |
| 2018-05-04 | Mark lints with applicability | Manish Goregaokar | -10/+11 |
| 2018-05-04 | add warnings for unused lifetime parameters | Niko Matsakis | -1/+8 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-02 | lint: deny incoherent_fundamental_impls by default | Hoàng Đức Hiếu | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -2/+2 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -1/+1 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -1/+2 |
| 2018-04-20 | Add suggestion to lint | Manish Goregaokar | -1/+19 |
| 2018-04-20 | Add ABSOLUTE_PATH_STARTING_WITH_MODULE epoch lint for path breakage | Manish Goregaokar | -0/+8 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+4 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -3/+3 |
| 2018-03-28 | Require lints to be Send + Sync | John Kåre Alsaker | -3/+4 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -7/+13 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -1/+8 |
| 2018-03-20 | change all appropriate EPOCH to EDITION | Kurtis Nusbaum | -1/+1 |
| 2018-03-20 | rename epoch to edition | Kurtis Nusbaum | -16/+16 |
| 2018-03-14 | Make coerce_never lint an error | Andrew Cann | -7/+0 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -8/+0 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -2/+1 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -0/+27 |