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
2021-12-26
Auto merge of #8133 - surechen:fix_8128, r=xFrednet
bors
-5
/
+27
2021-12-26
Fixes #8128
surechen
-5
/
+27
2021-12-23
Simplify code
Piotr Mikulski
-2
/
+2
2021-12-23
Refactor
Piotr Mikulski
-15
/
+3
2021-12-23
clippy
Piotr Mikulski
-6
/
+1
2021-12-23
refactor
Piotr Mikulski
-3
/
+1
2021-12-23
cargo dev fmt
Piotr Mikulski
-4
/
+6
2021-12-23
rewrite the PR
Piotr Mikulski
-4
/
+21
2021-12-23
Imrpove `unwrap_or_else_default`
Piotr Mikulski
-2
/
+3
2021-12-17
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-18
/
+633
2021-12-15
Expand `is_clone_like` comment
Samuel E. Moelius III
-0
/
+3
2021-12-14
Address review comments
Samuel E. Moelius III
-16
/
+12
2021-12-13
Add comma
Samuel E. Moelius III
-1
/
+1
2021-12-13
Fix clippy uses of QPath::LangItem
Esteban Kuber
-1
/
+1
2021-12-13
Handle `to_vec` on for loop expression #8069
Samuel E. Moelius III
-50
/
+277
2021-12-13
Address review comments
Samuel E. Moelius III
-35
/
+67
2021-12-13
Add `unnecessary_to_owned` lint
Samuel E. Moelius III
-1
/
+358
2021-12-06
Rename remove_blocks to peel_blocks
Cameron Steffen
-8
/
+8
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-127
/
+375
2021-12-05
fix some false negatives for single_char_pattern
nixx quality
-1
/
+6
2021-12-04
Auto merge of #8054 - camsteffen:map-flatten-style, r=giraffate
bors
-1
/
+1
2021-12-03
Upgrade map_flatten to complexity
Cameron Steffen
-1
/
+1
2021-12-02
Escape backslash for singe_char_pattern.rs
frobiac
-1
/
+7
2021-12-02
Auto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
bors
-5
/
+13
2021-12-02
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-119
/
+348
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-1
/
+1
2021-11-28
apply iter_cloned_collect to copied()
togami2864
-4
/
+6
2021-11-20
Move deref closure builder to `clippy_utils::sugg` module
ThibsG
-253
/
+5
2021-11-20
Fix full projection identifier + move applicability to `MaybeIncorrect`
ThibsG
-16
/
+26
2021-11-20
Handle closures with type annotations on args
ThibsG
-64
/
+80
2021-11-20
Rephrase the fn checking for a double ref, not only one
ThibsG
-9
/
+11
2021-11-20
Add some notes about `MethodCall` cases
ThibsG
-4
/
+10
2021-11-20
Handle args taken by ref also for `MethodCall`
ThibsG
-24
/
+19
2021-11-20
Fix suggestions when call functions involved taking by ref
ThibsG
-37
/
+56
2021-11-20
Correct suggestion when dereferencing enough, calling a function
ThibsG
-2
/
+1
2021-11-20
Handle multiple reference levels into binding type and add more tests
ThibsG
-5
/
+24
2021-11-20
Applying refactoring for simplified code
ThibsG
-25
/
+22
2021-11-20
Handle other projection kinds
ThibsG
-12
/
+68
2021-11-20
Return a struct and add applicability
ThibsG
-6
/
+19
2021-11-20
Build end of suggestion only once at the end of the process
ThibsG
-7
/
+9
2021-11-20
Simplifying `next_pos` init
ThibsG
-14
/
+6
2021-11-20
Use applicability for snippets
ThibsG
-3
/
+8
2021-11-20
Add some doc for `search_is_some` lint
ThibsG
-0
/
+11
2021-11-20
Build suggestion within visitor + add more tests
ThibsG
-100
/
+102
2021-11-20
Use `ExprUseVisitor` and multipart suggestion to avoid iffy `String` replacement
ThibsG
-46
/
+140
2021-11-20
Fix `any()` not taking reference in `search_is_some` lint
ThibsG
-2
/
+20
2021-11-17
Auto merge of #7971 - togami2864:fix/option-map-or-none, r=llogiq
bors
-50
/
+89
2021-11-18
check whether stmts is empty or not in block
togami2864
-2
/
+2
2021-11-17
Auto merge of #7896 - surechen:fix_manual_split_once, r=camsteffen
bors
-22
/
+162
2021-11-17
fixes: #7889
surechen
-22
/
+162
[next]