| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-07-01 | Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum | bors | -1/+0 |
| 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 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -1/+1 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-25 | Fix new lints | Ryan Levick | -2/+2 |
| 2021-06-25 | Add back missing doc | Ryan Levick | -0/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -7/+4 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -40/+39 |
| 2021-06-25 | rustc_lint_defs: Remove apparently unused dependency on tracing (as "log") | Josh Triplett | -1/+0 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -0/+50 |
| 2021-06-15 | Add future_prelude_collision to 2021 compat group | jam1garner | -1/+5 |