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
/
utils
Age
Commit message (
Expand
)
Author
Lines
2018-01-27
Fix compilation
Michael Wright
-10
/
+10
2018-01-25
Add misaligned_transmute lint
Devon Hollowood
-1
/
+6
2018-01-24
Enable more patterns in the author lint
Oliver Schneider
-10
/
+39
2018-01-23
Merge pull request #2362 from flip1995/master
Oliver Schneider
-0
/
+2
2018-01-23
Apply requested changes
flip1995
-1
/
+1
2018-01-23
Add configurable threshold, default: 4096
flip1995
-0
/
+2
2018-01-19
Merge branch 'master' of github.com:Manishearth/rust-clippy into fold_any
Oliver Schneider
-3
/
+32
2018-01-19
Merge pull request #2367 from etaoins/inline-fn-without-body-lint
Oliver Schneider
-0
/
+31
2018-01-18
Suggest removing inline attributes
Ryan Cumming
-0
/
+31
2018-01-18
needless_pass_by_value: Whitelist RangeArgument (fixes #2357)
Manish Goregaokar
-0
/
+1
2018-01-17
Add some reviewer comments
Phil Ellison
-2
/
+2
2018-01-16
Fix error span to play nicely with rustfix
Phil Ellison
-2
/
+2
2018-01-15
Rustup
Oliver Schneider
-3
/
+0
2018-01-14
Address some review comments
Phil Ellison
-0
/
+14
2018-01-14
Move get_arg_name into utils
Phil Ellison
-0
/
+8
2018-01-02
Add "NaNs" and "GitLab" to `doc-valid-idents`
Trevor Spiteri
-2
/
+2
2017-12-15
Rustup and lazy_static version mismatch fix
Oliver Schneider
-0
/
+4
2017-11-21
fix usage of LayoutDetails
Frederick Zhang
-2
/
+3
2017-11-18
Ignore identifier 'OpenStreetMap' for DOC_MARKDOWN lint
Johannes Hofmann
-1
/
+1
2017-11-15
Rustup
Oliver Schneider
-4
/
+3
2017-11-10
Rustup
Oliver Schneider
-8
/
+12
2017-11-06
Merge pull request #2202 from topecongiro/format
Oliver Schneider
-61
/
+69
2017-11-05
Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)
Matt Kraai
-5
/
+5
2017-11-05
Cargo fmt
topecongiro
-61
/
+69
2017-11-03
&Self
sinkuu
-6
/
+6
2017-11-03
Fix test
sinkuu
-6
/
+6
2017-10-31
Fix lint_without_lint_pass
kennytm
-6
/
+3
2017-10-29
Handle TyForeign
Manish Goregaokar
-0
/
+1
2017-10-23
remove if_let_chain
Alex Burka
-57
/
+0
2017-10-23
manual fixups if_let_chain -> if_chain
Alex Burka
-67
/
+69
2017-10-23
mechanically swap if_let_chain -> if_chain
Alex Burka
-76
/
+84
2017-10-20
Add lint for `From<String>`
HMPerson1
-0
/
+2
2017-10-20
Fixed some code in clippy to pass the new, removed formatting changes.
Paul Florence
-92
/
+92
2017-10-17
Merge pull request #2120 from sinkuu/implicit_hasher
Oliver Schneider
-1
/
+4
2017-10-13
Fix panic with fake `Range` type
sinkuu
-9
/
+8
2017-10-11
Apply suggestions
sinkuu
-1
/
+4
2017-10-08
Merge pull request #2117 from sinkuu/improve_take_by_value
Oliver Schneider
-0
/
+84
2017-10-08
Duplicate ptr_arg's suggestion logic
sinkuu
-0
/
+84
2017-10-07
Merge branch 'master' into no_effect_with_drop
Chris Emerson
-10
/
+28
2017-10-04
Add identity_conversion lint (fixes #1051)
sinkuu
-0
/
+2
2017-09-29
alphabetize paths to pass dogfood
Laura Peskin
-1
/
+1
2017-09-29
add lint for creation of invalid references
Laura Peskin
-0
/
+4
2017-09-29
Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_threshold
Oliver Schneider
-0
/
+2
2017-09-28
Use ..= in the suggestion
Manish Goregaokar
-1
/
+1
2017-09-28
Rust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017-09-27)
Manish Goregaokar
-4
/
+4
2017-09-27
Clarify verbose_bit_mask_threshold description
Yury Krivopalov
-1
/
+1
2017-09-25
Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)
Manish Goregaokar
-1
/
+8
2017-09-25
Configuration option for VERBOSE_BIT_MASK threshold
Yury Krivopalov
-0
/
+2
2017-09-20
avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...
Andre Bogus
-3
/
+6
2017-09-19
Move has_drop to the utils module.
Chris Emerson
-0
/
+9
[prev]
[next]