| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | Bless test fallout | Michael Goulet | -4/+8 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -119/+10 |
| 2024-08-03 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -33/+0 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -31/+0 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -135/+18 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+31 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -2/+2 |
| 2024-07-09 | Fire unsafe_code lint on unsafe extern blocks | Santiago Pastorino | -0/+31 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -0/+42 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -0/+42 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -18/+135 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -18/+135 |
| 2024-06-30 | Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr | Matthias Krüger | -36/+4 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -91/+159 |
| 2024-06-27 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -91/+159 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -36/+4 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -161/+198 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -0/+31 |
| 2024-06-25 | Prevent ICE from expected future breakage | xFrednet | -19/+63 |
| 2024-06-25 | Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoerister | Matthias Krüger | -0/+49 |
| 2024-06-25 | Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -0/+31 |
| 2024-06-25 | Detect unused structs which derived Default | mu001999 | -0/+49 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -142/+135 |
| 2024-06-24 | Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ... | Michael Goulet | -1/+36 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -3/+2 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -20/+20 |
| 2024-06-21 | Fix another assertion failure for some Expect diagnostics. | Nicholas Nethercote | -2/+24 |
| 2024-06-20 | Rollup merge of #126719 - nnethercote:fix-126521, r=oli-obk | Matthias Krüger | -0/+24 |
| 2024-06-19 | Clarify that anonymous consts still do introduce a new scope | Manish Goregaokar | -5/+5 |
| 2024-06-20 | Fix assertion failure for some `Expect` diagnostics. | Nicholas Nethercote | -0/+24 |
| 2024-06-19 | Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726 | León Orell Valerian Liehr | -26/+42 |
| 2024-06-18 | Create `tests/ui/coverage-attr/` | Zalathar | -156/+0 |
| 2024-06-18 | Mark assoc tys live only if the trait is live | mu001999 | -0/+31 |
| 2024-06-16 | Show notice about "never used" for enum | long-long-float | -1/+36 |
| 2024-06-15 | Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxu | Guillaume Gomez | -5/+5 |
| 2024-06-15 | tests/ui/lint: Move 19 tests to new `non-snake-case` subdir | Martin Nordholts | -5/+5 |
| 2024-06-15 | Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebank | bors | -1/+3 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -2/+2 |
| 2024-06-13 | Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -2/+2 |
| 2024-06-12 | Detect pub structs never constructed even though they impl pub trait with ass... | r0cky | -0/+78 |
| 2024-06-12 | Add pub struct with allow(dead_code) into worklist | r0cky | -0/+33 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -10/+119 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -7/+12 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -7/+12 |
| 2024-06-06 | Rollup merge of #126101 - lqd:revert-124099, r=wesleywiser | Jubilee | -9/+9 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -9/+9 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -23/+19 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -10/+119 |
| 2024-05-29 | non_local_defs: move cargo update suggestion upper | Urgau | -1/+1 |