about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-08-20Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwcoJacob Pratt-16/+61
2025-08-19bless tests with new lint messagesKarol Zwolak-16/+16
2025-08-19mention lint group in default level lint noteKarol Zwolak-0/+45
2025-08-19Update uitestsJonathan Brouwer-107/+212
2025-08-15Fix wrong spans with external macros in the `dropping_copy_types` lintUrgau-1/+21
2025-08-14Update uitestsJonathan Brouwer-79/+93
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-32/+174
2025-08-12Remove unused must_useMichael Goulet-32/+174
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-1/+14
2025-08-12Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkovStuart Cook-10/+51
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+1
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-1/+13
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+12
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+12
2025-08-10fix: re-enable self-assignmentLee ByeongJun-10/+51
2025-08-07Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro...Stuart Cook-12/+11
2025-08-06Changes to the tests for the `#[should_panic]` portJonathan Brouwer-13/+13
2025-08-04Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obkStuart Cook-0/+435
2025-08-01Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebankJacob Pratt-1/+1
2025-07-31Add lint against dangling pointers form local variablesUrgau-0/+435
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-23Upgrade semicolon_in_expressions_from_macros from warn to denyJosh Triplett-12/+11
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