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-11-25
Fix some warnings related to Self
Guillem Nieto
-7
/
+7
2018-11-25
Rename some symbols
Guillem Nieto
-57
/
+60
2018-11-25
Split lint into slow and unsafe vector initalization
Guillem Nieto
-28
/
+72
2018-11-25
Add unsafe set_len initialization
Guillem Nieto
-7
/
+33
2018-11-25
Add slow zero-filled vector initialization lint
Guillem Nieto
-0
/
+307
2018-11-24
Merge pull request #3439 from dtolnay/npbv
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-3
/
+2
2018-11-23
rustup https://github.com/rust-lang/rust/pull/54071/
Matthias Krüger
-2
/
+2
2018-11-22
Merge pull request #3447 from phansch/small_rename
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-3
/
+3
2018-11-22
Merge branch 'master' into version_ids
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-50
/
+99
2018-11-22
s/file_map/source_map
Philipp Hansch
-3
/
+3
2018-11-22
rust-lang-nursery/rust-clippy => rust-lang/rust-clippy
Matthias Krüger
-7
/
+6
2018-11-21
Address 'clippy::single-match' dogfood lint
Wayne Warren
-6
/
+4
2018-11-21
Fix nit
Philipp Krones
-1
/
+1
2018-11-21
Address travis CI lint failure
Wayne Warren
-1
/
+1
2018-11-21
issue#3318 run trivially_copy_pass_by_ref for traits
Wayne Warren
-41
/
+93
2018-11-21
Enable rustup clippy to refer to the correct documentation
Oliver Scherer
-2
/
+5
2018-11-21
rustup https://github.com/rust-lang/rust/pull/52591
Matthias Krüger
-2
/
+2
2018-11-21
Downgrade needless_pass_by_value to allow by default
David Tolnay
-3
/
+2
2018-11-19
Merge #3432
bors[bot]
-4
/
+6
2018-11-17
remove unused allow() attributes, NFC
Matthias Krüger
-18
/
+3
2018-11-15
Don't emit suggestion when inside of a macro
flip1995
-4
/
+6
2018-11-15
rustup https://github.com/rust-lang/rust/pull/55852/
Matthias Krüger
-1
/
+1
2018-11-15
Merge #3419
bors[bot]
-0
/
+118
2018-11-14
Fix "too" -> "foo" typo in format.rs
Anton
-1
/
+1
2018-11-14
Fix `use_self` violation
Michael Wright
-2
/
+2
2018-11-14
Fix wrong suggestion for `redundant_closure_call`
Michael Wright
-16
/
+45
2018-11-13
Check for common metadata
Yusuf Simonson
-0
/
+118
2018-11-13
Fix `use_self` false positive on `use` statements
Michael Wright
-0
/
+5
2018-11-10
Fix `use_self` false positive
Michael Wright
-15
/
+24
2018-11-06
Remove `+` from `has_unary_equivalent`
Michael Wright
-3
/
+2
2018-11-06
Merge branch 'master' into fix-missing-comma-fp
Michael Wright
-70
/
+102
2018-11-05
RIIR update lints: Add check mode (update_lints.py rewrite complete)
Philipp Hansch
-6
/
+6
2018-11-05
Merge #3353
bors[bot]
-62
/
+94
2018-11-04
rustup https://github.com/rust-lang/rust/pull/55665 (pass contexts by reference)
Matthias Krüger
-2
/
+2
2018-11-04
changed into_iter to iter and fixed a lint check
Maxwell Anderson
-3
/
+3
2018-11-04
Fix `collapsible_if` error
Michael Wright
-15
/
+13
2018-11-04
Fix `possible_missing_comma` false positives
Michael Wright
-13
/
+23
2018-11-03
rustup https://github.com/rust-lang/rust/pull/55330/
Matthias Krüger
-2
/
+2
2018-11-03
Merge #3400
bors[bot]
-22
/
+29
2018-11-02
Also lint cfg_attr(.., rustfmt::skip)
flip1995
-2
/
+2
2018-11-02
Differ between inner and outer attributes
flip1995
-5
/
+48
2018-11-02
Add cfg_attr(rustfmt) lint
flip1995
-2
/
+34
2018-11-02
Addressed comments.
kennytm
-5
/
+5
2018-11-02
Fix dogfood error.
kennytm
-20
/
+20
2018-11-02
Added lints `into_iter_on_ref` and `into_iter_on_array`. Fix #1565.
kennytm
-1
/
+120
2018-11-02
Allow single_match_else
flip1995
-1
/
+2
2018-11-02
Fix typos
flip1995
-1
/
+1
2018-11-02
Fix dogfood error
flip1995
-1
/
+1
2018-11-02
Fix typo and indentation
flip1995
-2
/
+2
2018-11-02
Add new lint: unknwon_clippy_lintsg
flip1995
-7
/
+87
[prev]
[next]