about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2022-08-19Move `UnitHash` into `Methods` lint passJason Newcomb-83/+76
2022-08-19Move `TransmutingNull` into `Transmute` lint passJason Newcomb-94/+89
2022-08-19Move `StableSortPrimitive` to `Methods` lint passJason Newcomb-148/+76
2022-08-19Move `RepeatOnce` into `Methods` lint passJason Newcomb-94/+92
2022-08-19Move `range_zip_with_len` into `Methods` lint passJason Newcomb-70/+77
2022-08-19Move `PathBufPushOverwrite` into `Methods` lint groupJason Newcomb-76/+76
2022-08-19Move `OpenOptions` into `Methods` lint passJason Newcomb-39/+39
2022-08-19Move `MutMutexLock` into `Methods` lint passJason Newcomb-75/+74
2022-08-19Move `MapErrIgnore` into `Methods` lint passJason Newcomb-158/+140
2022-08-19Move `MapClone` into `Methods` lint passJason Newcomb-173/+159
2022-08-19Move `ManualOkOr` into `Methods` lint passJason Newcomb-100/+98
2022-08-19Move `GetFirst` into `Methods` lint passJason Newcomb-75/+76
2022-08-19Move `CaseSensitiveFileExtensionComparisons` into `Methods` lint passJason Newcomb-91/+77
2022-08-19Move `BytesCountToLen` into `Methods` lint passJason Newcomb-75/+68
2022-08-19Move `ByteCount` into `Methods` lint passJason Newcomb-110/+111
2022-08-19Move `BorrowAsPtr` into `Casts` lint passJason Newcomb-104/+79
2022-08-19Move `AsUnderscore` into `Casts` lint passJason Newcomb-81/+62
2022-08-19Auto merge of #9295 - Guilherme-Vasconcelos:manual-empty-string-creation, r=d...bors-4/+150
2022-08-18Dont lint on match pattern-bindingLukas Lueg-1/+1
2022-08-18Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarchobors-47/+281
2022-08-17Auto merge of #9338 - sgued:9331-unwrap-err-used, r=giraffatebors-15/+33
2022-08-17unwrap_used: Fix error message for unwrap_err when expect_used is allowedSosthène Guédon-3/+3
2022-08-17Auto merge of #9287 - Jarcho:trans_undefined, r=xFrednetbors-217/+183
2022-08-17Fix typo in as_undescore docscherryblossom-1/+1
2022-08-17Auto merge of #9341 - bmc-msft:suggest-map_or-instead-of-unwrap_or, r=giraffatebors-2/+1
2022-08-16Enhance `needless_borrow` to consider trait implementationsSamuel E. Moelius III-47/+281
2022-08-16Auto merge of #9327 - Serial-ATA:non_ascii_literal_macro, r=Alexendoobors-0/+7
2022-08-16suggest map_or in case_sensitive_file_extension_comparisonsBrian Caswell-2/+1
2022-08-16Fix [`non_ascii_literal`] in testsSerial-0/+7
2022-08-16unwrap_used and expect_used: trigger on uses of their _err variantsSosthène Guédon-14/+32
2022-08-16Auto merge of #9340 - alex-semenyuk:box_t, r=dswijbors-8/+2
2022-08-16Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswijbors-6/+126
2022-08-16Fix examplealexey semenyuk-8/+2
2022-08-16Auto merge of #9328 - stanislav-tkach:borrow_deref_ref-remove-extra-deref-fro...bors-5/+0
2022-08-15Auto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednetbors-24/+26
2022-08-15Simplify the borrow_deref_ref lint exampleStanislav Tkach-5/+0
2022-08-15Fix label not starting with lcase-letterlukaslueg-1/+1
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-4/+4
2022-08-14Implement clippy::manual_empty_string_creations lintGuilherme-Vasconcelos-0/+146
2022-08-14Auto merge of #9187 - sgued:iter-once, r=flip1995bors-5/+190
2022-08-14Auto merge of #9167 - aldhsu:fix-trait-duplication-false-pos, r=flip1995bors-36/+46
2022-08-12Update lint versions for 1.63 releaseflip1995-7/+7
2022-08-12Auto merge of #9289 - mkrasnitski:9094, r=xFrednetbors-42/+48
2022-08-12Lint trait duplication in one pass.Allen Hsu-36/+19
2022-08-11Adjust lint description for better clarityMichael Krasnitski-3/+5
2022-08-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-332/+671
2022-08-10Add labels to if_let_mutexLukas Lueg-23/+25
2022-08-10Fix if_let_mutex not checking Mutexes behind refsLukas Lueg-1/+1