| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -3/+3 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -0/+1 |
| 2020-12-22 | Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor | bors | -1/+1 |
| 2020-12-03 | Add lint pass for doc keyword | Guillaume Gomez | -0/+3 |
| 2020-11-29 | `overlapping_range_endpoints` does not belong in the `unused` lint group | Nadrieril | -1/+0 |
| 2020-11-29 | Rename the `overlapping_patterns` lint to `overlapping_range_endpoints` | Nadrieril | -1/+2 |
| 2020-10-18 | Add lint to warn about braces in a panic message. | Mara Bos | -0/+3 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -2/+2 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -3/+3 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -1/+2 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -0/+1 |
| 2020-10-29 | Rollup merge of #78244 - workingjubilee:dogfood-fancy-ranges, r=varkor | Jonas Schievink | -0/+2 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -0/+2 |
| 2020-10-26 | Uplift temporary-cstring-as-ptr into rustc | Nathan Whitaker | -0/+3 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -3/+4 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -3/+4 |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+3 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -0/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+464 |