| Age | Commit message (Expand) | Author | Lines |
| 2021-12-11 | Remove useless variant. | Camille GILLOT | -1/+0 |
| 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/+29 |
| 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 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -3/+3 |
| 2021-09-14 | Add reachable_patterns lint to rfc-2008-non_exhaustive | Devin Ragotzy | -0/+54 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -9/+17 |
| 2021-09-11 | fix doctests | Gus Wynn | -2/+4 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -1/+22 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+8 |
| 2021-08-27 | Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS | Simonas Kazlauskas | -1/+1 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -33/+0 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -0/+1 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -0/+1 |
| 2021-08-19 | Clarify some wording in Rust 2021 lint docs | Noah Lev | -9/+13 |
| 2021-08-14 | Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu | bors | -0/+34 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -4/+4 |
| 2021-08-07 | Auto merge of #87772 - npmccallum:naked_abi, r=Amanieu | bors | -1/+33 |
| 2021-08-07 | Fix naked function test run on non-x86_64 | Nathaniel McCallum | -1/+1 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-08-04 | Move naked function ABI check to its own lint | Nathaniel McCallum | -1/+33 |
| 2021-08-04 | Fix lint capitalization and ignoring, test with include_str | asquared31415 | -0/+1 |
| 2021-08-04 | Revert accidental removal of attributes | asquared31415 | -2/+2 |
| 2021-08-04 | Comment tweaks | asquared31415 | -1/+1 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -2/+35 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -0/+31 |
| 2021-08-02 | Validate that naked functions are never inlined | Nathaniel McCallum | -0/+3 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -0/+31 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-27 | Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default | Aaron Hill | -1/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -2/+0 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -0/+1 |
| 2021-07-24 | Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov | bors | -0/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -0/+1 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -2/+2 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -14/+5 |