about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-07-20Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJungMatthias Krüger-47/+16
2025-07-18fix: don't panic on volatile access to nullLuigi Sartor Piucco-47/+16
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-40/+42
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-19/+19
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-21/+23
2025-07-17fix: false positive double_negations when it jumps macro boundaryanatawa12-0/+36
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-12/+12
2025-07-13Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errorsbors-4/+4
2025-07-13Retire hir::*ItemRef.Camille GILLOT-1/+1
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-3/+3
2025-07-13Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkovMatthias Krüger-0/+64
2025-07-12Update uitest stderrsJonathan Brouwer-12/+12
2025-07-11Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebankMatthias Krüger-1/+1
2025-07-10Check assoc consts and tys later like assoc fnsMu001999-0/+64
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-1/+1
2025-07-10Remove uncessary parens in closure body with unused lintyukang-0/+136
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-2/+2
2025-07-06Port `#[path]` to the new attribute parsing infrastructureJonathan Brouwer-19/+19
2025-07-05Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkovMatthias Krüger-13/+12
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-07-05Stop using Key trait randomlyMichael Goulet-13/+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-51/+418
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-51/+418
2025-06-30Rollup merge of #143196 - Periodic1911:link_section, r=oli-obkdianqk-1/+20
2025-06-30Rollup merge of #143168 - Kivooeo:tf16, r=tgross35dianqk-0/+60
2025-06-30cleaned up some testsKivooeo-6/+8
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-28moved testsKivooeo-0/+58
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-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-12/+12
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-12/+12
2025-06-24Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmeaseMatthias Krüger-0/+127
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-06-22Address review commentsUrgau-2/+12
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-8/+99
2025-06-20coldJana Dönszelmann-12/+12
2025-06-18Emit the usages suggestions as tool-only suggestionsUrgau-25/+0
2025-06-18Auto merge of #138165 - jdonszelmann:inline, r=oli-obkbors-13/+13
2025-06-18Also emit suggestions for usages in the `non_upper_case_globals` lintUrgau-0/+142
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-18Dont suggest remove semi inside macro expansion for redundant semi lintxizheyin-1/+1
2025-06-17Add test suggest-remove-semi-in-macro-expansion-issue-142143.rsxizheyin-0/+29