| Age | Commit message (Expand) | Author | Lines |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -1/+1 |
| 2022-01-23 | rustc_lint: Remove some redundant fields from `EarlyContext` | Vadim Petrochenkov | -1/+1 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -0/+5 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -1/+5 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -1/+2 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -1/+5 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-16 | Use get_diagnostic_name more | Cameron Steffen | -0/+1 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -1/+0 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -1/+0 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+3 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -5/+0 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+4 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+3 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -1/+0 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+1 |
| 2021-08-30 | Warn when [T; N].into_iter() is ambiguous in the new edition. | Mara Bos | -0/+2 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -0/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -2/+0 |
| 2021-08-18 | Remove box syntax from rustc_lint | est31 | -6/+5 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -0/+1 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -0/+1 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -2/+2 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -2/+2 |
| 2021-07-08 | Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov | Yuki Okushi | -0/+3 |
| 2021-07-06 | Parse tool name for command line lint options | Eric Holk | -0/+3 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -0/+1 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -0/+1 |
| 2021-07-06 | Rename lint | Ryan Levick | -0/+1 |
| 2021-06-26 | Better suggestion for array_into_iter in for loop. | Mara Bos | -1/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+1 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -0/+1 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -0/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -1/+1 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-03-05 | Rename `rustdoc` to `rustdoc::all` | Joshua Nelson | -0/+1 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -0/+3 |
| 2021-03-03 | First version of noop-lint | Ryan Levick | -0/+3 |
| 2021-03-01 | Update comments | Joshua Nelson | -2/+1 |
| 2021-03-01 | Address review comments | Joshua Nelson | -0/+1 |
| 2021-03-01 | Improve error messages | Joshua Nelson | -0/+4 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -15/+19 |