index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
methods
Age
Commit message (
Expand
)
Author
Lines
2022-08-19
Move `UnitHash` into `Methods` lint pass
Jason Newcomb
-0
/
+73
2022-08-19
Move `StableSortPrimitive` to `Methods` lint pass
Jason Newcomb
-0
/
+74
2022-08-19
Move `RepeatOnce` into `Methods` lint pass
Jason Newcomb
-0
/
+89
2022-08-19
Move `range_zip_with_len` into `Methods` lint pass
Jason Newcomb
-0
/
+68
2022-08-19
Move `PathBufPushOverwrite` into `Methods` lint group
Jason Newcomb
-0
/
+74
2022-08-19
Move `OpenOptions` into `Methods` lint pass
Jason Newcomb
-0
/
+204
2022-08-19
Move `MutMutexLock` into `Methods` lint pass
Jason Newcomb
-0
/
+71
2022-08-19
Move `MapErrIgnore` into `Methods` lint pass
Jason Newcomb
-0
/
+138
2022-08-19
Move `MapClone` into `Methods` lint pass
Jason Newcomb
-0
/
+156
2022-08-19
Move `ManualOkOr` into `Methods` lint pass
Jason Newcomb
-1
/
+96
2022-08-19
Move `GetFirst` into `Methods` lint pass
Jason Newcomb
-2
/
+73
2022-08-19
Move `CaseSensitiveFileExtensionComparisons` into `Methods` lint pass
Jason Newcomb
-0
/
+75
2022-08-19
Move `BytesCountToLen` into `Methods` lint pass
Jason Newcomb
-0
/
+65
2022-08-19
Move `ByteCount` into `Methods` lint pass
Jason Newcomb
-3
/
+109
2022-08-19
Auto merge of #9295 - Guilherme-Vasconcelos:manual-empty-string-creation, r=d...
bors
-1
/
+1
2022-08-18
Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarcho
bors
-15
/
+4
2022-08-17
unwrap_used: Fix error message for unwrap_err when expect_used is allowed
Sosthène Guédon
-3
/
+3
2022-08-16
Enhance `needless_borrow` to consider trait implementations
Samuel E. Moelius III
-15
/
+4
2022-08-16
unwrap_used and expect_used: trigger on uses of their _err variants
Sosthène Guédon
-14
/
+32
2022-08-15
Auto merge of #9329 - xphoniex:fix-#9317, r=flip1995
bors
-2
/
+15
2022-08-14
Skip `unnecessary_to_owned` when `t != t.to_string()`
xphoniex
-2
/
+15
2022-08-14
Update all tests to comply with clippy::manual_empty_string_creations
Guilherme-Vasconcelos
-1
/
+1
2022-08-14
Auto merge of #9187 - sgued:iter-once, r=flip1995
bors
-0
/
+176
2022-08-12
Update lint versions for 1.63 release
flip1995
-1
/
+1
2022-08-11
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-17
/
+38
2022-08-08
Rename new lints to iter_on_empty_collections and iter_on_single_items
Sosthène Guédon
-9
/
+11
2022-08-08
Prevent some false positives
Sosthène Guédon
-3
/
+20
2022-08-08
Improve suggestions
Sosthène Guédon
-41
/
+47
2022-08-08
Move iter_once and iter_empty to methods as a late pass
Sosthène Guédon
-0
/
+151
2022-08-02
clean up
Daniel Macovei
-4
/
+5
2022-08-02
add paren before '?' when suggesting deref
Daniel Macovei
-1
/
+5
2022-08-01
Auto merge of #9223 - sgued:unwrap-expect-used, r=giraffate
bors
-16
/
+32
2022-07-30
Apply suggestions from code review
Sosthene
-2
/
+2
2022-07-29
Avoid ICE when fetching LocalDefId
Miguel Guarniz
-1
/
+2
2022-07-28
Fix tests
Sosthène Guédon
-1
/
+3
2022-07-28
unwrap_used: Fix doc to not recommend expect when expect_used is not allowed
Sosthène Guédon
-1
/
+10
2022-07-28
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
Philipp Krones
-1
/
+77
2022-07-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+77
2022-07-22
unwrap_used: Fix help, "an `None`" -> "`None`"
Sosthène Guédon
-9
/
+9
2022-07-21
unwrap_used: Stop recommending using `expect` when the `expect_used` lint is ...
Sosthène Guédon
-8
/
+13
2022-07-18
Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarcho
bors
-0
/
+76
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-81
/
+82
2022-07-17
Add new lint `obfuscated_if_else`
Ariel Uy
-0
/
+76
2022-07-17
Auto merge of #9022 - alex-semenyuk:needless_option_take_more_docs, r=Jarcho
bors
-0
/
+4
2022-07-17
NEEDLESS_OPTION_TAKE doc improvements
alexey semenyuk
-0
/
+4
2022-07-16
Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...
Matthias Krüger
-1
/
+1
2022-07-17
avoid some `Symbol` to `String` conversions
Takayuki Maeda
-1
/
+1
2022-07-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-81
/
+78
2022-07-12
Fix clippy build
Maybe Waffle
-12
/
+12
2022-07-11
Address review
alex-semenyuk
-2
/
+1
[next]