about summary refs log tree commit diff
path: root/tests/ui/lint/unused
AgeCommit message (Expand)AuthorLines
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-21/+23
2025-07-12Update uitest stderrsJonathan Brouwer-12/+12
2025-07-10Remove uncessary parens in closure body with unused lintyukang-0/+136
2025-07-06Port `#[path]` to the new attribute parsing infrastructureJonathan Brouwer-19/+19
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-6/+79
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-6/+79
2025-06-30Rollup merge of #143196 - Periodic1911:link_section, r=oli-obkdianqk-1/+20
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+20
2025-06-29Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLiiGuillaume Gomez-0/+168
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-25Fix suggestion spans inside macros for the `unused_must_use` lintUrgau-0/+168
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-12/+12
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-20coldJana Dönszelmann-12/+12
2025-06-17make error codes reflect reality betterJana Dönszelmann-18/+18
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-18/+18
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-10/+70
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-10/+10
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-2/+13
2025-05-25Fix `unused_braces` lint suggestion when encountering attributesUrgau-0/+49
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-10/+70
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-1/+1
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+1
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-3/+3
2025-04-03Use `cfg(false)` in UI testsclubby789-1/+1
2025-03-24Fix autofix for `self` and `self as …` in `unused_imports` lintSamuel Tardieu-0/+103
2025-03-13Visit PatField when collecting lint levelsMichael Goulet-0/+21
2025-03-07tests: fix some typos in commenttcpdumppy-1/+1
2025-02-19Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwcoMatthias Krüger-15/+26
2025-02-18Lint `#[must_use]` attributes applied to methods in trait implsSamuel Tardieu-15/+26
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-2/+2
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-6/+4
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-12/+18
2025-01-03turn rustc_box into an intrinsicRalf Jung-13/+5
2024-12-13Stabilize async closuresMichael Goulet-51/+48
2024-11-14Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac...surechen-29/+160
2024-11-12For expr `return (_ = 42);` unused_paren lint should not be triggeredsurechen-0/+9
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-22/+22
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-0/+61
2024-10-12Make unused_parens's suggestion considering expr's attributessurechen-0/+61
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-1/+1
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-6/+6
2024-08-18stabilize raw_ref_opRalf Jung-1/+1
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-3/+19