about summary refs log tree commit diff
path: root/tests/ui/lint/unused
AgeCommit message (Expand)AuthorLines
2025-09-21Changes to uitests for macro_export portJonathan Brouwer-12/+12
2025-09-10fixup no_{core,std} handling codeJana Dönszelmann-12/+12
2025-09-08fixup limit handling codeJana Dönszelmann-42/+45
2025-08-26Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmannSamuel Tardieu-3/+15
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-3/+15
2025-08-24Regression test for attributes on macro callsJonathan Brouwer-15/+2
2025-08-24fix ICE on stable related to attrs on macrosJana Dönszelmann-0/+38
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-60/+78
2025-08-24Support lints in early attribute parsingJana Dönszelmann-27/+40
2025-08-21split up context.rsJana Dönszelmann-21/+21
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-1/+1
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-2/+2
2025-08-19bless tests with new lint messagesKarol Zwolak-2/+2
2025-08-19Update uitestsJonathan Brouwer-107/+212
2025-08-14Update uitestsJonathan Brouwer-27/+35
2025-08-12Remove unused must_useMichael Goulet-32/+174
2025-08-06Changes to the tests for the `#[should_panic]` portJonathan Brouwer-13/+13
2025-07-24Add test case for single boundBen Schulz-1/+35
2025-07-24Fix unused_parens false positiveBen Schulz-0/+9
2025-07-23Update uitest stderrsJonathan Brouwer-20/+20
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