about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2022-08-19Move `UnitHash` into `Methods` lint passJason Newcomb-0/+73
2022-08-19Move `StableSortPrimitive` to `Methods` lint passJason Newcomb-0/+74
2022-08-19Move `RepeatOnce` into `Methods` lint passJason Newcomb-0/+89
2022-08-19Move `range_zip_with_len` into `Methods` lint passJason Newcomb-0/+68
2022-08-19Move `PathBufPushOverwrite` into `Methods` lint groupJason Newcomb-0/+74
2022-08-19Move `OpenOptions` into `Methods` lint passJason Newcomb-0/+204
2022-08-19Move `MutMutexLock` into `Methods` lint passJason Newcomb-0/+71
2022-08-19Move `MapErrIgnore` into `Methods` lint passJason Newcomb-0/+138
2022-08-19Move `MapClone` into `Methods` lint passJason Newcomb-0/+156
2022-08-19Move `ManualOkOr` into `Methods` lint passJason Newcomb-1/+96
2022-08-19Move `GetFirst` into `Methods` lint passJason Newcomb-2/+73
2022-08-19Move `CaseSensitiveFileExtensionComparisons` into `Methods` lint passJason Newcomb-0/+75
2022-08-19Move `BytesCountToLen` into `Methods` lint passJason Newcomb-0/+65
2022-08-19Move `ByteCount` into `Methods` lint passJason Newcomb-3/+109
2022-08-19Auto merge of #9295 - Guilherme-Vasconcelos:manual-empty-string-creation, r=d...bors-1/+1
2022-08-18Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarchobors-15/+4
2022-08-17unwrap_used: Fix error message for unwrap_err when expect_used is allowedSosthène Guédon-3/+3
2022-08-16Enhance `needless_borrow` to consider trait implementationsSamuel E. Moelius III-15/+4
2022-08-16unwrap_used and expect_used: trigger on uses of their _err variantsSosthène Guédon-14/+32
2022-08-15Auto merge of #9329 - xphoniex:fix-#9317, r=flip1995bors-2/+15
2022-08-14Skip `unnecessary_to_owned` when `t != t.to_string()`xphoniex-2/+15
2022-08-14Update all tests to comply with clippy::manual_empty_string_creationsGuilherme-Vasconcelos-1/+1
2022-08-14Auto merge of #9187 - sgued:iter-once, r=flip1995bors-0/+176
2022-08-12Update lint versions for 1.63 releaseflip1995-1/+1
2022-08-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-17/+38
2022-08-08Rename new lints to iter_on_empty_collections and iter_on_single_itemsSosthène Guédon-9/+11
2022-08-08Prevent some false positivesSosthène Guédon-3/+20
2022-08-08Improve suggestionsSosthène Guédon-41/+47
2022-08-08Move iter_once and iter_empty to methods as a late passSosthène Guédon-0/+151
2022-08-02clean upDaniel Macovei-4/+5
2022-08-02add paren before '?' when suggesting derefDaniel Macovei-1/+5
2022-08-01Auto merge of #9223 - sgued:unwrap-expect-used, r=giraffatebors-16/+32
2022-07-30Apply suggestions from code review Sosthene-2/+2
2022-07-29Avoid ICE when fetching LocalDefIdMiguel Guarniz-1/+2
2022-07-28Fix testsSosthène Guédon-1/+3
2022-07-28unwrap_used: Fix doc to not recommend expect when expect_used is not allowedSosthène Guédon-1/+10
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-1/+77
2022-07-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+77
2022-07-22unwrap_used: Fix help, "an `None`" -> "`None`"Sosthène Guédon-9/+9
2022-07-21unwrap_used: Stop recommending using `expect` when the `expect_used` lint is ...Sosthène Guédon-8/+13
2022-07-18Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarchobors-0/+76
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-81/+82
2022-07-17Add new lint `obfuscated_if_else`Ariel Uy-0/+76
2022-07-17Auto merge of #9022 - alex-semenyuk:needless_option_take_more_docs, r=Jarchobors-0/+4
2022-07-17NEEDLESS_OPTION_TAKE doc improvementsalexey semenyuk-0/+4
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-1/+1
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-1/+1
2022-07-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-81/+78
2022-07-12Fix clippy buildMaybe Waffle-12/+12
2022-07-11Address reviewalex-semenyuk-2/+1