| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-09-01 | turn the RFC1592 warnings into hard errors | Ariel Ben-Yehuda | -8/+0 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -1/+1 |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -1/+1 |
| 2016-08-04 | track current_item in Deprecated lint pass | Tim Neumann | -1/+1 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -3/+1 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -0/+1 |
| 2016-06-24 | Fix typo in future incompatible lint | Seo Sanghyeon | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -0/+1 |
| 2016-05-28 | Add an AST sanity checking pass and use it to catch some illegal lifetime/lab... | Vadim Petrochenkov | -0/+4 |
| 2016-05-17 | warn for where/return-types that reference regions | Niko Matsakis | -1/+5 |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -1/+5 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+4 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+0 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+0 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -0/+4 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -0/+1 |
| 2016-03-25 | issue a future-compat lint for constants of invalid type | Niko Matsakis | -0/+8 |
| 2016-03-18 | Change inherent overlap error to a warning for now, to ease the breakage. | Aaron Turon | -0/+4 |
| 2016-03-09 | trans: Keep transmutes from fn item types working, but lint them. | Eduard Burtescu | -0/+4 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -0/+4 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+0 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -2/+5 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -2/+5 |