about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-06-28Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqdMatthias Krüger-91/+159
2024-06-27Extend rules of dead code analysis for impls for adts to impls for types refe...mu001999-0/+65
2024-06-27Switch back `non_local_definitions` lint to allow-by-defaultUrgau-91/+159
2024-06-27Remove the `box_pointers` lint.Nicholas Nethercote-36/+4
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-161/+198
2024-06-25Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgrbors-0/+31
2024-06-25Prevent ICE from expected future breakagexFrednet-19/+63
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-0/+49
2024-06-25Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-0/+31
2024-06-25Detect unused structs which derived Defaultmu001999-0/+49
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-142/+135
2024-06-24Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ...Michael Goulet-1/+36
2024-06-23Special case when a code line only has multiline span startsEsteban Küber-3/+2
2024-06-21Fix remaining casesMichael Goulet-20/+20
2024-06-21Fix another assertion failure for some Expect diagnostics.Nicholas Nethercote-2/+24
2024-06-20Rollup merge of #126719 - nnethercote:fix-126521, r=oli-obkMatthias Krüger-0/+24
2024-06-19Clarify that anonymous consts still do introduce a new scopeManish Goregaokar-5/+5
2024-06-20Fix assertion failure for some `Expect` diagnostics.Nicholas Nethercote-0/+24
2024-06-19Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726León Orell Valerian Liehr-26/+42
2024-06-18Create `tests/ui/coverage-attr/`Zalathar-156/+0
2024-06-18Mark assoc tys live only if the trait is livemu001999-0/+31
2024-06-16Show notice about "never used" for enumlong-long-float-1/+36
2024-06-15Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxuGuillaume Gomez-5/+5
2024-06-15tests/ui/lint: Move 19 tests to new `non-snake-case` subdirMartin Nordholts-5/+5
2024-06-15Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebankbors-1/+3
2024-06-13Rollup merge of #126371 - estebank:suggest-core, r=fmeaseMatthias Krüger-2/+2
2024-06-13Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkovMatthias Krüger-0/+33
2024-06-13Tweak output of import suggestionsEsteban Küber-2/+2
2024-06-12Detect pub structs never constructed even though they impl pub trait with ass...r0cky-0/+78
2024-06-12Add pub struct with allow(dead_code) into worklistr0cky-0/+33
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-10/+119
2024-06-07Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errorsbors-7/+12
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-7/+12
2024-06-06Rollup merge of #126101 - lqd:revert-124099, r=wesleywiserJubilee-9/+9
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-9/+9
2024-06-06Don't warn on fields in the `unreachable_pub` lintUrgau-23/+19
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-10/+119
2024-05-29non_local_defs: move cargo update suggestion upperUrgau-1/+1
2024-05-29non_local_defs: indicate that the macro needs to changeUrgau-0/+2
2024-05-29 Let lint_forgetting_references give the suggestion if possiblesurechen-20/+345
2024-05-29 Let lint_forgetting_copy_types give the suggestion if possible.surechen-3/+108
2024-05-29Let lint_dropping_references give the suggestion if possible.surechen-10/+231
2024-05-29Auto merge of #125433 - surechen:fix_125189, r=Urgaubors-4/+126
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-12/+7
2024-05-27non_local_defs: point the parent item when appropriateUrgau-472/+308
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-62/+221
2024-05-27non_local_defs: suggest removing leading ref/ptr to make the impl localUrgau-3/+9
2024-05-27non_local_defs: improve main without a trait noteUrgau-7/+7
2024-05-27non_local_defs: be more precise about what needs to be movedUrgau-223/+128
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-9/+5