| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -2/+2 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -1/+0 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -0/+1 |
| 2020-05-01 | doc: misc rustdoc things | Tshepang Lekhonkhobe | -3/+3 |
| 2020-04-27 | Accept `LocalDefId` as key for `lint_mod` query | marmeladema | -7/+3 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+5 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -1/+3 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -0/+1 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -0/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-27 | add `unused_braces`, lint anon_const | Bastian Kauschke | -0/+2 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -2/+4 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -1/+2 |
| 2020-02-18 | better lint names | Ralf Jung | -0/+1 |
| 2020-02-15 | rustc_lint: Move `unused_doc_comments` from pre-expansion to early lints | Vadim Petrochenkov | -1/+2 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+0 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -19/+38 |
| 2020-02-07 | Remove unused feature gate from librustc_lint | bjorn3 | -1/+0 |
| 2020-01-12 | Expose `context::CheckLintNameResult` | Yuki Okushi | -1/+1 |
| 2020-01-11 | lints: move a comment | Mazdak Farrokhzad | -5/+21 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -15/+17 |
| 2020-01-11 | {rustc::lint -> rustc_lint}::internal | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -0/+1 |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -1/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Move lint levels machanism in librustc_lint. | Camille GILLOT | -0/+2 |
| 2020-01-01 | Move late lint machanism in librustc_lint. | Camille GILLOT | -1/+3 |
| 2020-01-01 | Move early lint machanism in librustc_lint. | Camille GILLOT | -0/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -200/+230 |
| 2019-12-07 | Fixes typo | Nathan Ringo | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -0/+2 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -2/+1 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -1/+0 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -0/+12 |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -0/+4 |
| 2019-11-06 | Add future incompatibility lint for `array.into_iter()` | Lukas Kalbertodt | -0/+4 |
| 2019-11-06 | nested_impl_trait -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-06 | duplicate_macro_exports -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-06 | parenthesized_params_in_types_and_modules -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-06 | safe_extern_static -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-06 | legacy_ctor_visibility -> error | Mazdak Farrokhzad | -0/+2 |
| 2019-11-02 | uninit/zeroed lint: warn against NULL vtables | Ralf Jung | -0/+1 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -197/+39 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -3/+0 |