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
/
paths.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-29
Move RangeArgument
Manish Goregaokar
-1
/
+1
2018-03-04
Fix #2496
HMPerson1
-0
/
+2
2018-01-18
needless_pass_by_value: Whitelist RangeArgument (fixes #2357)
Manish Goregaokar
-0
/
+1
2017-10-31
Fix lint_without_lint_pass
kennytm
-2
/
+2
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
-89
/
+89
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-09
Add CLONE_ON_REF_PTR lint
Aaron Hill
-0
/
+4
2017-08-25
New lint: (maybe_)infinite_iter
Andre Bogus
-0
/
+2
2017-08-24
Merge pull request #1959 from DarkEld3r/1884-borrowed-box-any
Oliver Schneider
-0
/
+1
2017-08-23
Fix borrowed_box lint for Box<Any>
Stanislav Tkach
-0
/
+1
2017-08-22
new lint: naive_bytecount
Andre Bogus
-0
/
+1
2017-08-14
Rustfmt
Oliver Schneider
-1
/
+2
2017-06-16
rustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)
messense
-13
/
+13
2017-06-06
Check for AsRef/AsMut arguments in wrong_self_convention
Andre Bogus
-0
/
+1
2017-06-05
Finish rustup.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-26
Update to fix array_indexing failures: RangeInclusive::NonEmpty is gone
Georg Brandl
-2
/
+0
2017-05-11
Fix #1730
Oliver Schneider
-0
/
+2
2017-02-19
Lint needless take-by-value
sinkuu
-0
/
+2
2017-01-07
Implement `unused_io_amount` lint
sinkuu
-0
/
+3
2016-12-02
`enum glob use` and `copies` left
Oliver Schneider
-1
/
+2
2016-10-30
Add lint for redundant pattern matching in iflet for Result/Option
d-dorazio
-0
/
+4
2016-10-22
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
mcarton
-7
/
+7
2016-09-30
Add a lint to warn about un-necessary .into_iter()
Elliott Clark
-0
/
+1
2016-09-01
Added a lint_without_lint_pass lint.
kennytm
-0
/
+2
2016-08-22
New cmp_null lint (fixes #1184) (#1186)
llogiq
-0
/
+2
2016-07-18
"fallout"
Oliver Schneider
-1
/
+1
2016-07-15
add the path to the util::path module
Oliver Schneider
-0
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+61
[prev]