about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2024-07-04fix tests after rebaseBennet Bleßmann-2/+2
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-15/+0
2024-07-04Properly handle removal suggestion renderingEsteban Küber-15/+0
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-16/+16
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-3/+3
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-3/+3
2024-07-02chore: remove duplicate wordshattizai-3/+3
2024-07-01clippy: update to pulldown-cmark 0.11Michael Howell-16/+16
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-8/+25
2024-06-29Rollup merge of #127045 - compiler-errors:explicit, r=oli-obkMatthias Krüger-3/+3
2024-06-28address review commentsDeadbeef-1/+9
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-7/+16
2024-06-28Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obkMatthias Krüger-2/+2
2024-06-27Tighten spans for async blocksMichael Goulet-2/+2
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-1008/+3631
2024-06-27Make queries more explicitMichael Goulet-3/+3
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-573/+602
2024-06-25`sudo CI=green` && Review changes <3xFrednet-11/+2
2024-06-25Rollup merge of #126893 - dtolnay:prec, r=compiler-errorsMatthias Krüger-5/+5
2024-06-25RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:xFrednet-573/+611
2024-06-25Auto merge of #125741 - petrochenkov:atvisord, r=davidtwcobors-61/+61
2024-06-24Replace Deref bounds on Interner in favor of a SliceLike traitMichael Goulet-1/+1
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-8/+8
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-61/+61
2024-06-23Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUSDavid Tolnay-5/+5
2024-06-22Rollup merge of #126723 - estebank:dot-dot-dot, r=NadrierilGuillaume Gomez-4/+4
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-2/+2
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-522/+792
2024-06-19Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`sTrevor Gross-10/+52
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-06-17Fix other toolsMichael Goulet-4/+1
2024-06-17Rework precise capturing syntaxMichael Goulet-1/+1
2024-06-13Tweak output of import suggestionsEsteban Küber-3/+1
2024-06-13Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearthbors-1667/+3098
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-1667/+3098
2024-06-13Fixup clippy testsWaffle Lapkin-6/+2
2024-06-10Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obkMatthias Krüger-24/+9
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-24/+9
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-34/+10
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-34/+10
2024-06-06Rollup merge of #126101 - lqd:revert-124099, r=wesleywiserJubilee-6/+6
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-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-1/+1
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-2/+6
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-7/+7