about summary refs log tree commit diff
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-38/+371
2022-08-18Auto merge of #9348 - lukaslueg:issue9347, r=Alexendoobors-1/+31
2022-08-18Dont lint on match pattern-bindingLukas Lueg-1/+31
2022-08-18Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarchobors-78/+585
2022-08-17Auto merge of #9338 - sgued:9331-unwrap-err-used, r=giraffatebors-24/+101
2022-08-17unwrap_used: Fix error message for unwrap_err when expect_used is allowedSosthène Guédon-7/+25
2022-08-17Auto merge of #9287 - Jarcho:trans_undefined, r=xFrednetbors-228/+222
2022-08-17Auto merge of #9345 - cherryblossom000:patch-1, r=flip1995bors-1/+1
2022-08-17Auto merge of #9344 - Jarcho:opt_target_dir, r=flip1995bors-2/+6
2022-08-17Fix typo in as_undescore docscherryblossom-1/+1
2022-08-16Handle `CARGO_TARGET_DIR` not being set in compile-testJason Newcomb-2/+6
2022-08-17Auto merge of #9341 - bmc-msft:suggest-map_or-instead-of-unwrap_or, r=giraffatebors-2/+1
2022-08-16Fix adjacent codeSamuel E. Moelius III-25/+26
2022-08-16Enhance `needless_borrow` to consider trait implementationsSamuel E. Moelius III-53/+559
2022-08-16Auto merge of #9343 - Serial-ATA:compiletest-target-env, r=Manishearthbors-1/+2
2022-08-16Use `CARGO_TARGET_DIR` in compile-testSerial-1/+2
2022-08-16Auto merge of #9327 - Serial-ATA:non_ascii_literal_macro, r=Alexendoobors-39/+110
2022-08-16suggest map_or in case_sensitive_file_extension_comparisonsBrian Caswell-2/+1
2022-08-16Fix [`non_ascii_literal`] in testsSerial-39/+110
2022-08-16unwrap_used and expect_used: trigger on uses of their _err variantsSosthène Guédon-19/+78
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/+657
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-27/+61
2022-08-15Simplify the borrow_deref_ref lint exampleStanislav Tkach-5/+0
2022-08-15Fix label not starting with lcase-letterlukaslueg-4/+4
2022-08-15Auto merge of #9329 - xphoniex:fix-#9317, r=flip1995bors-2/+71
2022-08-14Skip `unnecessary_to_owned` when `t != t.to_string()`xphoniex-2/+71
2022-08-14Update all tests to comply with clippy::manual_empty_string_creationsGuilherme-Vasconcelos-38/+40
2022-08-14Implement clippy::manual_empty_string_creations lintGuilherme-Vasconcelos-1/+332
2022-08-14Auto merge of #9187 - sgued:iter-once, r=flip1995bors-5/+524
2022-08-14Auto merge of #9167 - aldhsu:fix-trait-duplication-false-pos, r=flip1995bors-334/+481