about summary refs log tree commit diff
path: root/clippy_lints/src/methods/manual_str_repeat.rs
AgeCommit message (Expand)AuthorLines
2024-11-12new lint `unnecessary_map_or`Jacherr-2/+2
2023-11-10Clean up after if chain removalAlex Macleod-10/+10
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-36/+34
2023-07-01"try this" -> "try"Samuel Moelius-1/+1
2022-11-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+0
2022-11-18Rm diagnostic item, use lang itemDeadbeef-3/+3
2022-11-07Lint `needless_collect` on non-std collection typesJason Newcomb-2/+0
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-5/+5
2022-10-02Fix and improve internal lint checking for `match_type` usagesJason Newcomb-4/+4
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-1/+1
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-3/+3
2021-10-02Make diangostic item names consistentCameron Steffen-3/+3
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-0/+99