about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui
AgeCommit message (Expand)AuthorLines
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-510/+1660
2024-07-11Remove unary neg from `clippy::precedence` lintUrgau-101/+3
2024-07-06Mark format! with must_use hintlukas-2/+8
2024-07-04bless testsBennet Bleßmann-10/+10
2024-07-04fix tests after rebaseBennet Bleßmann-2/+2
2024-07-04Properly handle removal suggestion renderingEsteban Küber-15/+0
2024-06-28address review commentsDeadbeef-1/+9
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-7/+16
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-275/+1748
2024-06-25RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:xFrednet-388/+420
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-61/+61
2024-06-22Rollup merge of #126723 - estebank:dot-dot-dot, r=NadrierilGuillaume Gomez-4/+4
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-4/+4
2024-06-19Update float tests to include `f16` and `f128`Trevor Gross-512/+781
2024-06-13Tweak output of import suggestionsEsteban Küber-3/+1
2024-06-13Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearthbors-882/+1847
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-882/+1847
2024-06-13Fixup clippy testsWaffle Lapkin-6/+2
2024-06-09Update `icu4x` dependenciesclubby789-1/+1
2024-06-08Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=AmanieuLeón Orell Valerian Liehr-4/+10
2024-06-07Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errorsbors-28/+4
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-28/+4
2024-06-07bless `std_instead_of_core`Slanterns-4/+10
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-6/+6
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-140/+671
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-24/+24
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-4/+28
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-395/+1630
2024-05-20Remove a clippy test that doesn't apply anymoreMichael Goulet-34/+26
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-08Use generic `NonZero`.Markus Reiter-33/+33
2024-05-08Simplify `clippy` lint.Markus Reiter-102/+102
2024-05-02Update clippy tests for stable exclusive_rangeRoss Smyth-72/+66
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-318/+909
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-6/+6
2024-04-27clippy: bless testsklensy-6/+6
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-24/+24
2024-04-24Fix and bless clippy testsGary Guo-72/+68
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-15/+13
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-6/+6
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-6/+6
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-135/+513
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-10/+10
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-5/+6
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-920/+3247
2024-03-29clippy: fix up `include_str!` spans in diagnosticsMichael Howell-5/+6
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-624/+2505