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_utils
Age
Commit message (
Expand
)
Author
Lines
2021-07-13
Fix `NumericLiteral::format` that may produce a invalid literal
Yoshitomo Nakanishi
-0
/
+3
2021-07-05
Add new lint: strlen_on_c_strings
Mateusz Gacek
-0
/
+12
2021-06-26
Don't suggest unstable and doc(hidden) variants.
Mara Bos
-0
/
+5
2021-06-25
Do not spawn blacklisted_name lint in test context
Igor Aleksanov
-0
/
+12
2021-06-17
Bump Clippy version -> 0.1.55
flip1995
-1
/
+1
2021-06-17
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-49
/
+100
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-4
/
+13
2021-06-09
Factor out match_var
Cameron Steffen
-71
/
+55
2021-06-09
Auto merge of #7330 - xFrednet:0000-refactor-map-identity, r=flip1995
bors
-0
/
+54
2021-06-08
Auto merge of #7262 - Jarcho:while_let_on_iter_closure, r=xFrednet,flip1995
bors
-4
/
+6
2021-06-07
Extracting `is_expr_identity_function` into `clippy_utils` for reusability
xFrednet
-0
/
+54
2021-06-04
Revert clippy's path to the copy intrinsics (part of reverting PR 81238).
Felix S. Klock II
-2
/
+2
2021-06-04
Don't treat `cfg!()` as a constant.
Mara Bos
-2
/
+8
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-277
/
+242
2021-05-31
Fix type checks for `manual_str_repeat`
Jason Newcomb
-2
/
+25
2021-05-30
Add lint `manual_str_repeat`
Jason Newcomb
-0
/
+1
2021-05-26
Fix allow on some statement lints
Cameron Steffen
-1
/
+1
2021-05-25
Remove semicolons in `clippy_utils`
mbartlett21
-13
/
+13
2021-05-24
Hash Symbol directly
Cameron Steffen
-1
/
+1
2021-05-24
Fix SpanlessEq for GenericArg::Const
Cameron Steffen
-10
/
+10
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-24
Add a short-circuiting case
Cameron Steffen
-2
/
+4
2021-05-24
Use UnhashMap
Cameron Steffen
-3
/
+3
2021-05-24
Use FxHasher
Cameron Steffen
-4
/
+4
2021-05-24
Use discriminant instead of stable_hash
Cameron Steffen
-12
/
+9
2021-05-24
Minor SpanlessHash improvements
Cameron Steffen
-47
/
+12
2021-05-21
Suggest `&mut iter` inside a closure for `while_let_on_iterator`
Jason Newcomb
-4
/
+6
2021-05-21
Move `needless_borrow` to style
Jason Newcomb
-162
/
+152
2021-05-20
Improve `needless_borrow` lint
Jason Newcomb
-28
/
+15
2021-05-20
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
flip1995
-8
/
+101
2021-05-20
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-9
/
+101
2021-05-18
Fix fallout from not ignoring warnings anymore
flip1995
-6
/
+4
2021-05-18
Deny warning in every main sub-crate
flip1995
-0
/
+8
2021-05-17
Auto merge of #7223 - ThibsG:FpUselessConversion7205, r=camsteffen
bors
-0
/
+24
2021-05-17
Add generic args for comparison in `use_self` and `useless_conversion` lints
ThibsG
-0
/
+24
2021-05-12
Cleanup of `while_let_on_iterator`
Jason Newcomb
-1
/
+1
2021-05-12
Improvements to `while_let_on_iterator`
Jason Newcomb
-2
/
+54
2021-05-12
Use () for entry_fn.
Camille GILLOT
-2
/
+2
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-2
/
+2
2021-05-06
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
flip1995
-34
/
+239
2021-05-06
Bump Clippy version -> 0.1.54
flip1995
-1
/
+1
2021-05-06
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-34
/
+239
2021-05-05
Applying PR suggestions (mostly typos)
xFrednet
-0
/
+8
2021-05-05
Metadata collection: Rounding up the implementation
xFrednet
-3
/
+3
2021-05-05
Metadata collection: Resolve lint from locals
xFrednet
-1
/
+1
2021-05-05
Metadata collection: processing emission closures (417/455)
xFrednet
-0
/
+2
2021-05-05
Metadata collection: Collecting Applicability assign values
xFrednet
-1
/
+8
2021-05-05
Metadata collection: Collecting Applicability assign values
xFrednet
-0
/
+7
2021-05-05
Metadata collection lint: Basic applicability collection
xFrednet
-0
/
+2
2021-05-04
SpanlessHash Pat
Cameron Steffen
-15
/
+78
[next]