| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | fix lint doctests | Ralf Jung | -2/+1 |
| 2022-06-02 | make cenum_impl_drop_cast deny-by-default and show up as future breakage diag... | Ralf Jung | -1/+2 |
| 2022-05-23 | Fix typo | est31 | -1/+1 |
| 2022-05-14 | Allow the unused_macro_rules lint for now | est31 | -1/+2 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+44 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -6/+5 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+2 |
| 2022-05-04 | Add unused_macro_rules lint definition | est31 | -0/+44 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+2 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -35/+0 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+1 |
| 2022-04-14 | Update error code docs | Jacob Pratt | -1/+1 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -5/+4 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -3/+1 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -16/+72 |
| 2022-04-08 | WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts. | Aria Beingessner | -0/+36 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -0/+23 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -1/+1 |
| 2022-03-08 | Fill out documentation for new lint | David Koloski | -2/+15 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -0/+1 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+9 |
| 2022-03-05 | Change to lint | Jack Huey | -0/+34 |
| 2022-03-02 | Added `unfulfilled_lint_expectations` lint for (RFC-2383) | xFrednet | -0/+34 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+38 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -0/+35 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -0/+8 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+4 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -47/+0 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+4 |
| 2022-01-13 | Fix lints documents | hafeoz | -5/+37 |
| 2021-12-16 | Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2021-12-15 | Add a lint for duplicated attributes. | Ethiraric | -0/+30 |
| 2021-12-14 | Disable asm lint example tests since they only work on x86_64 | Amanieu d'Antras | -2/+2 |
| 2021-12-14 | Fix lint examples on non-x86_64 | Amanieu d'Antras | -0/+2 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -37/+9 |
| 2021-12-07 | Future compatibility warning on cfg_attr on crate_type and crate_name | bjorn3 | -0/+36 |
| 2021-11-05 | Properly register text_direction_codepoint_in_comment lint. | Hans Kratz | -0/+1 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -1/+3 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -1/+3 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -0/+28 |
| 2021-10-18 | Make all proc-macro back-compat lints deny-by-default | Aaron Hill | -2/+2 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+4 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -0/+46 |
| 2021-10-04 | Make `proc_macro_derive_resolution_fallback` a future-breakage lint | Aaron Hill | -0/+1 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -0/+46 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+39 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -2/+4 |