| Age | Commit message (Expand) | Author | Lines |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -91/+159 |
| 2024-06-27 | Extend rules of dead code analysis for impls for adts to impls for types refe... | mu001999 | -0/+65 |
| 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 |
| 2024-05-29 | non_local_defs: indicate that the macro needs to change | Urgau | -0/+2 |
| 2024-05-29 | Let lint_forgetting_references give the suggestion if possible | surechen | -20/+345 |
| 2024-05-29 | Let lint_forgetting_copy_types give the suggestion if possible. | surechen | -3/+108 |
| 2024-05-29 | Let lint_dropping_references give the suggestion if possible. | surechen | -10/+231 |
| 2024-05-29 | Auto merge of #125433 - surechen:fix_125189, r=Urgau | bors | -4/+126 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -12/+7 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -472/+308 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -62/+221 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -3/+9 |
| 2024-05-27 | non_local_defs: improve main without a trait note | Urgau | -7/+7 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -223/+128 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -9/+5 |