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-06
Add license header to Rust files
Manish Goregaokar
-0
/
+1340
2018-10-05
Rustup for https://github.com/rust-lang/rust/pull/54741
Manish Goregaokar
-14
/
+11
2018-10-05
Remove unused utils
Manish Goregaokar
-9
/
+0
2018-10-05
Merge pull request #3251 from rust-lang-nursery/relicense-rewrite
Manish Goregaokar
-172
/
+149
2018-10-05
Merge remote-tracking branch 'origin/master' into relicense-rewrite
Philipp Hansch
-20
/
+36
2018-10-04
Solves #3222 by checking the BareFnTy Abi type
Joel Gallant
-1
/
+2
2018-10-04
Add hidden lifetime parameters to fix warning
Philipp Hansch
-1
/
+1
2018-10-04
Reimplement the `fn_to_numeric_cast_with_truncation` lint
Philipp Hansch
-1
/
+41
2018-10-04
Improve docs of fn_to_numeric_cast
Philipp Hansch
-3
/
+6
2018-10-04
resolve build warnings in clippy_lints/src/format.rs
Matthias Krüger
-2
/
+1
2018-10-04
Merge pull request #3256 from rust-lang-nursery/fix-2796
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-10
/
+24
2018-10-03
Don't suggest `to_string().to_string` in USELESS_FORMAT
mcarton
-6
/
+18
2018-10-03
Reimplement the `fn_to_numeric_cast` lint
Philipp Hansch
-0
/
+47
2018-10-03
Fix push_item_path call (rustup to 4cf11765dc98536c6eedf33f2df7f72f6e161263)
Manish Goregaokar
-1
/
+2
2018-10-02
Ignore `format!` with precision in `USELESS_FORMAT`
mcarton
-4
/
+6
2018-10-02
Trailing newline
Oliver Schneider
-1
/
+1
2018-10-02
FIx dogfood
Oliver Schneider
-4
/
+2
2018-10-02
Reimplement the `map_clone` lint from scratch
Oliver Schneider
-0
/
+104
2018-10-02
Merge pull request #3245 from JoshMcguigan/wrong_self_convention-1530
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-8
/
+10
2018-10-02
Correct false positive in wrong_self_convention lint for to_mut
Josh Mcguigan
-8
/
+10
2018-10-02
relicensing: Remove map_clone
Manish Goregaokar
-144
/
+0
2018-10-02
relicensing: Remove fn_to_numeric_cast, fn_to_numeric_cast_with_truncation
Manish Goregaokar
-71
/
+0
2018-10-02
ScalarMaybeUndef -> Scalar (Rustup to e812ca472a2a5284e9f15cd9af32285d7ff3fd39)
Manish Goregaokar
-3
/
+2
2018-10-01
Fix 'impossible case reached' ICE
Philipp Hansch
-5
/
+4
2018-09-30
Merge branch 'master' into unnecessary_filter_map
Michael Wright
-2
/
+4
2018-09-29
Fixes #3180, suppress excessive_precision lint for floats with no decimal part
Josh Mcguigan
-2
/
+4
2018-09-29
Merge branch 'master' into unnecessary_filter_map
Michael Wright
-19
/
+28
2018-09-29
rustfmt
Michael Wright
-9
/
+11
2018-09-29
Move unnecessary_filter_map to a submodule
Michael Wright
-140
/
+148
2018-09-28
Merge pull request #3224 from matthiaskrgr/clippy_self__use_self
Philipp Krones
-17
/
+15
2018-09-28
Merge pull request #3178 from ms2300/bad_unwrap
Philipp Hansch
-2
/
+13
2018-09-27
Fix warnings in clippy_lints
Michael Wright
-10
/
+7
2018-09-27
Merge branch 'master' into unnecessary_filter_map
Michael Wright
-4
/
+4
2018-09-26
fix clippy::single-match-else and clippy::match_same_arms warnings in clippys...
Matthias Krüger
-13
/
+11
2018-09-26
fix all clippy::use_self pedantic warnings found in the codebase.
Matthias Krüger
-4
/
+4
2018-09-26
rustup
Matthias Krüger
-4
/
+4
2018-09-26
Implement unnecesary_filter_map lint
Michael Wright
-1
/
+167
2018-09-24
Lint for chaining flatten after map
Jane Lusby
-13
/
+61
2018-09-24
Fix single_char_pattern crash (#3204)
Michael Wright
-3
/
+5
2018-09-23
Full fix of get unwrap issue
ms2300
-3
/
+14
2018-09-23
#3006 : Fixing for .get().unwrap().foo()
ms2300
-1
/
+1
2018-09-23
Merge pull request #3207 from mikerite/fix-3206
Philipp Krones
-1
/
+6
2018-09-23
Merge pull request #3191 from vi/suggest_with_applicability
Philipp Krones
-106
/
+427
2018-09-22
Fix double_parens false positive
Michael Wright
-1
/
+6
2018-09-20
Another Applicability adjustment
flip1995
-1
/
+1
2018-09-20
Applicability adjustment per additional comments
Vitaly _Vi Shukela
-3
/
+3
2018-09-20
Fill in Applicability from review comments by @flip1995
Vitaly _Vi Shukela
-48
/
+52
2018-09-20
Fix indents
Vitaly _Vi Shukela
-235
/
+253
2018-09-20
Apply subset of "cargo fmt".
Vitaly _Vi Shukela
-4
/
+4
2018-09-20
Add forgotten function: span_suggestion*s* to the previous refactoting
Vitaly _Vi Shukela
-1
/
+6
[prev]
[next]