about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-08-01Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebankJacob Pratt-1/+1
2025-07-31Extend `is_case_difference` to handle digit-letter confusablesxizheyin-1/+1
2025-07-31Consider operator's span when computing binop expr spanMichael Goulet-11/+11
2025-07-29Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercoteStuart Cook-2/+2
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-2/+2
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
2025-07-28Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxuMatthias Krüger-0/+16
2025-07-26Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errorsTrevor Gross-0/+43
2025-07-25commentsKivooeo-0/+2
2025-07-25move 28 testsKivooeo-0/+14
2025-07-24Add test case for single boundBen Schulz-1/+35
2025-07-24Fix unused_parens false positiveBen Schulz-0/+9
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-38/+38
2025-07-23Update uitest stderrsJonathan Brouwer-20/+20
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-16future-incompat lints: don't link to the nightly edition-guide versiondianne-38/+38
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