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-13
Removed unused variables
Josh Mcguigan
-1
/
+1
2018-10-13
new_ret_no_self fix false positive for impl trait return with associated type...
Josh Mcguigan
-1
/
+2
2018-10-13
new_ret_no_self corrected panic and added test stderr
Josh Mcguigan
-7
/
+9
2018-10-13
new_ret_no_self added positive test cases
Josh Mcguigan
-11
/
+11
2018-10-13
Merge pull request #3233 from rust-lang-nursery/unused-unit
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-3
/
+99
2018-10-13
Merge pull request #3298 from devonhollowood/pedantic-dogfood-naming
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-44
/
+55
2018-10-12
Fix some more `stutter` warnings
Devon Hollowood
-12
/
+10
2018-10-13
unused unit lint
Andre Bogus
-3
/
+99
2018-10-12
Revert "Exclude pattern guards from unnecessary_fold lint"
Joshua Holmer
-18
/
+0
2018-10-12
Exclude pattern guards from unnecessary_fold lint
Joshua Holmer
-0
/
+18
2018-10-12
Merge pull request #3291 from JoshMcguigan/cmp_owned-3289
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-22
/
+27
2018-10-12
cmp_owned refactor
Josh Mcguigan
-31
/
+14
2018-10-12
cmp_owned correct error message if rhs is deref
Josh Mcguigan
-0
/
+4
2018-10-12
Add a comment reminding to update README if the default changes
sigustin
-0
/
+2
2018-10-11
Merge remote-tracking branch 'upstream/master'
Maxwell Anderson
-22
/
+51
2018-10-11
tmp progress
Maxwell Anderson
-2
/
+16
2018-10-11
Fix `doc_markdown` lints
Devon Hollowood
-1
/
+2
2018-10-11
Fix `stutter` lints
Devon Hollowood
-27
/
+28
2018-10-11
Fix `similar_names` warnings
Devon Hollowood
-6
/
+17
2018-10-11
cmp_owned current suggestion for multiple deref
Josh Mcguigan
-1
/
+1
2018-10-11
Remove now-useless `allow(unknown_lints)`
Oliver Scherer
-1
/
+1
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-11
Merge pull request #3294 from mikerite/fix-3276
Philipp Hansch
-1
/
+2
2018-10-11
Merge pull request #3288 from devonhollowood/pedantic-dogfood-casts
Philipp Hansch
-11
/
+31
2018-10-11
Fix fn_to_numeric_cast_with_truncation suppression
Michael Wright
-1
/
+2
2018-10-11
Merge pull request #3127 from mikerite/fix-2937
mikerite
-8
/
+16
2018-10-10
Limit commutative assign op lint to primitive types
Karim SENHAJI
-1
/
+3
2018-10-09
Clarify code
Devon Hollowood
-17
/
+4
2018-10-10
Fix #2937
Michael Wright
-8
/
+16
2018-10-09
Corrected single-character string constant used as pattern found in dogfood test
Josh Mcguigan
-1
/
+1
2018-10-09
Fixes 3289, cmp_owned wording and false positive
Josh Mcguigan
-4
/
+22
2018-10-09
Merge pull request #3287 from JoshMcguigan/cmp_owned-2925
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-12
/
+14
2018-10-08
Fix cast_possible_wrap and cast_sign_loss warnings
Devon Hollowood
-3
/
+6
2018-10-08
Fix cast_possible_truncation warnings
Devon Hollowood
-10
/
+40
2018-10-08
Fixes #2925 cmp_owned false positive
Josh Mcguigan
-12
/
+14
2018-10-08
if_let_redundant_pattern_matching: use Span.to() instead of Span.with_hi() to...
Matthias Krüger
-1
/
+1
2018-10-08
Improve diagnostics in case of lifetime elision (closes #3284)
Rotem Yaari
-1
/
+1
2018-10-08
Merge pull request #3282 from JoshMcguigan/excessive_precision-2840
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-3
/
+3
2018-10-08
Merge pull request #3283 from etaoins/dont-suggest-cloned-for-map-box-deref
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-10-08
Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...
Philipp Hansch
-37
/
+39
2018-10-07
Fix items_after_statements for `const`s
Devon Hollowood
-7
/
+7
2018-10-07
Fix items_after_statements for sub-functions
Devon Hollowood
-28
/
+28
2018-10-07
Fix items_after_statements for `use` statements
Devon Hollowood
-2
/
+4
2018-10-08
Don't suggest cloned() for map Box deref
Ryan Cumming
-1
/
+1
2018-10-07
Fix excessive_precision false positive
Josh Mcguigan
-3
/
+3
2018-10-07
Merge pull request #3280 from d-dorazio/fix-new_without_default-should-not-fi...
Philipp Hansch
-0
/
+4
2018-10-07
Merge pull request #3279 from phansch/fix_fp_in_fn_to_numeric_cast_with_trunc...
Manish Goregaokar
-0
/
+5
2018-10-07
Fix FP in `fn_to_numeric_cast_with_truncation`
Philipp Hansch
-0
/
+5
2018-10-07
new_without_default should not warn about unsafe new
Daniele D'Orazio
-0
/
+4
2018-10-07
Adding more detail to filter_map lint documentation.
Dylan Maccora
-2
/
+13
[prev]
[next]