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
Age
Commit message (
Expand
)
Author
Lines
2018-10-24
Merge #3312
bors[bot]
-15
/
+36
2018-10-24
Merge #3356
bors[bot]
-2
/
+2
2018-10-24
Merge #3338
bors[bot]
-3
/
+7
2018-10-24
Fix warnings introduced by #3349
flip1995
-2
/
+2
2018-10-24
Merge #3349
bors[bot]
-9
/
+75
2018-10-24
Replace remaining `krate.span` with `DUMMY_SP`
Hidehito Yabuuchi
-2
/
+2
2018-10-24
Use DUMMY_SP in multiple_crate_versions
Hidehito Yabuuchi
-11
/
+4
2018-10-24
Some fixes for wildcard_dependencies
Hidehito Yabuuchi
-15
/
+13
2018-10-24
Merge #3350
bors[bot]
-5
/
+34
2018-10-24
Minor changes on clippy_lints/src/wildcard_dependencies.rs
Hidehito Yabuuchi
-0
/
+2
2018-10-24
Lint for wildcard dependencies in Cargo.toml
Hidehito Yabuuchi
-0
/
+73
2018-10-24
Merge #3339
bors[bot]
-5
/
+33
2018-10-23
Don't emit `new_without_default_derive` if an impl of Default exists
Owen Sanchez
-5
/
+34
2018-10-23
small fix
Maxwell Anderson
-2
/
+2
2018-10-23
added float support for mistyped literal lints
Maxwell Anderson
-76
/
+88
2018-10-23
Merge remote-tracking branch 'upstream/master'
Maxwell Anderson
-2
/
+3
2018-10-23
Fix inspector pass documentation
Guillem Nieto
-2
/
+2
2018-10-20
new_ret_no_self added test cases
Josh Mcguigan
-1
/
+0
2018-10-19
new_ret_no_self walk return type to check for self
Josh Mcguigan
-18
/
+6
2018-10-19
Check for known array length in `needless_range_loop`
HMPerson1
-5
/
+33
2018-10-19
Fix suggestion for multiple derefs
HMPerson1
-2
/
+13
2018-10-19
new_ret_no_self correct false positive on raw pointer return types
Josh Mcguigan
-0
/
+6
2018-10-19
new_ret_no_self correct linting of tuple return types
Josh Mcguigan
-0
/
+11
2018-10-19
Fix `clone_on_copy` not detecting derefs sometimes
HMPerson1
-1
/
+2
2018-10-18
Merge remote-tracking branch 'upstream/master'
Maxwell Anderson
-204
/
+541
2018-10-18
new_ret_no_self: add sample from #3313 to Known Problems section.
Matthias Krüger
-2
/
+3
2018-10-18
Merge pull request #3303 from shssoichiro/3069-unnecessary-fold-pattern-guard
Philipp Hansch
-1
/
+2
2018-10-18
Support multiline comments and hopefully fix panic
Lukas Stevens
-4
/
+4
2018-10-18
Check for comments in collapsible ifs
Lukas Stevens
-0
/
+9
2018-10-18
Merge pull request #3323 from pengowen123/fix_manual_memcpy
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-2
/
+14
2018-10-17
Merge pull request #3330 from shssoichiro/3309-goblin-ice
Philipp Hansch
-1
/
+5
2018-10-17
Resolve ICE in needless range loop lint
Joshua Holmer
-1
/
+5
2018-10-17
Merge pull request #3281 from CYBAI/redundant-match
Philipp Hansch
-108
/
+247
2018-10-17
Rename if_let_redundant_pattern_matching to redundant_pattern_matching
CYBAI
-9
/
+28
2018-10-17
Add lint for redundant pattern matching for explicit return boolean
CYBAI
-36
/
+156
2018-10-16
Fix issue #3322: reword help message for len_zero
Giorgio Gambino
-1
/
+1
2018-10-16
Simplify manual_memcpy suggestion in some cases
Owen Sanchez
-2
/
+14
2018-10-16
Update known problems for unnecessary_fold
Joshua Holmer
-1
/
+2
2018-10-15
Avoid linting `boxed_local` on trait implementations.
Bruno Kirschner
-1
/
+12
2018-10-15
out_of_bounds_indexing improved reporting of out of bounds value
Josh Mcguigan
-2
/
+2
2018-10-15
Merge pull request #3316 from pengowen123/fix_needless_range_loop
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-6
/
+34
2018-10-14
Swap order of methods in `needless_range_loop` suggestion in some cases
Owen Sanchez
-6
/
+34
2018-10-14
fix for rustc master
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-10-14
out_of_bounds_indexing refactoring
Josh Mcguigan
-35
/
+30
2018-10-14
mem_forget: fix syntax error in code sample
Matthias Krüger
-1
/
+1
2018-10-13
OUT_OF_BOUNDS_INDEXING fix #3102 false negative
Josh Mcguigan
-22
/
+48
2018-10-13
Merge pull request #3310 from JoshMcguigan/explicit_counter_loop-3308
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-4
/
+1
2018-10-13
explicit_counter_loop fix #3308 false positive
Josh Mcguigan
-4
/
+1
2018-10-13
Added new_ret_no_self exception to clippy to pass dogfood tests
Josh Mcguigan
-0
/
+1
2018-10-13
new_ret_no_self correctly lint impl return
Josh Mcguigan
-4
/
+22
[prev]
[next]