| Age | Commit message (Expand) | Author | Lines |
| 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-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -0/+31 |
| 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 |
| 2021-07-06 | rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntax | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename future_prelude_collisions to rust_2021_prelude_collisions | Ryan Levick | -4/+4 |
| 2021-07-06 | rust_2021_token_prefixes | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename reserved_prefix lint to reserved_prefixes | Ryan Levick | -4/+4 |
| 2021-07-06 | Add s to FUTURE_PRELUDE_COLLISION | Ryan Levick | -4/+4 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt... | Ryan Levick | -5/+5 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -0/+47 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -0/+2 |
| 2021-06-29 | Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis | Yuki Okushi | -7/+10 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -0/+6 |
| 2021-06-27 | Make disjoint_capture_migration an edition lint. | Mara Bos | -7/+10 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -0/+6 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -0/+6 |
| 2021-06-26 | Use FutureIncompatibilityReason to denote edition | lrh2000 | -1/+1 |
| 2021-06-26 | Add migration lint for reserved prefixes. | Mara Bos | -0/+38 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -0/+2 |