| Age | Commit message (Expand) | Author | Lines |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -1/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -4/+4 |
| 2017-07-27 | Make a lint instead | Guillaume Gomez | -0/+1 |
| 2017-07-18 | Prohibit lifetime arguments in path segments with late bound lifetime parameters | Vadim Petrochenkov | -1/+5 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -0/+4 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-05-30 | Turn `invalid_type_param_default` into a lint again | Vadim Petrochenkov | -2/+4 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -43/+30 |
| 2017-05-29 | Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=... | bors | -0/+4 |
| 2017-05-26 | Add warning cycle #42238. | Masaki Hara | -0/+4 |
| 2017-05-13 | Add lint for unused macros | est31 | -1/+2 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-02 | Add illegal_floating_point_literal_pattern compat lint | est31 | -0/+5 |
| 2017-05-02 | Add a lint to disallow anonymous parameters | est31 | -0/+5 |
| 2017-03-29 | Make overlapping_inherent_impls lint a hard error | topecongiro | -4/+1 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -0/+1 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -4/+2 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+4 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -4/+2 |
| 2017-02-05 | Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis | Corey Farwell | -0/+4 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+1 |
| 2017-02-03 | Use a proper future-compatibility lint | Andrew Cann | -0/+4 |
| 2017-01-29 | Implement compatibility lint for legacy constructor visibilities | Vadim Petrochenkov | -0/+4 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -1/+0 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -0/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+4 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -1/+0 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -0/+4 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -2/+1 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+1 |
| 2016-11-01 | update `extra_requirement_in_impl` to #37166 | Niko Matsakis | -1/+1 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -0/+4 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -0/+4 |
| 2016-10-27 | Auto merge of #36894 - petrochenkov:deny, r=nikomatsakis | bors | -8/+8 |
| 2016-10-27 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -8/+8 |
| 2016-10-27 | review changes | Nick Cameron | -1/+13 |
| 2016-10-27 | Add possibility of deprecating attributes | Nick Cameron | -0/+1 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -0/+4 |
| 2016-10-12 | Rollup merge of #37049 - srinivasreddy:librustc_lint, r=nrc | Alex Crichton | -14/+28 |
| 2016-10-09 | run rustfmt on librustc_lint folder | Srinivas Reddy Thatiparthy | -14/+28 |
| 2016-10-05 | Turn compatibility lint `match_of_unit_variant_via_paren_dotdot` into a hard ... | Vadim Petrochenkov | -5/+0 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -0/+4 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -0/+1 |
| 2016-09-03 | Implement drop translation and add lint for unions with drop fields | Vadim Petrochenkov | -0/+1 |