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
2016-10-30
inspector: fix printing non-local trait refs
Sebastian Ullrich
-4
/
+4
2016-10-30
Merge pull request #1299 from Manishearth/clippy-toml
Oliver Schneider
-10
/
+44
2016-10-30
factor out `is_automatically_derived` util fn
Sebastian Ullrich
-5
/
+9
2016-10-30
Add lint for redundant pattern matching in iflet for Result/Option
d-dorazio
-0
/
+4
2016-10-25
Search for `clippy.toml` recursively
mcarton
-10
/
+44
2016-10-24
clean up docs for clippy_dump
Oliver Schneider
-4
/
+8
2016-10-24
properly name the docs
Oliver Schneider
-1
/
+1
2016-10-24
dogfood
Oliver Schneider
-8
/
+9
2016-10-24
factor out decl dumping
Oliver Schneider
-78
/
+87
2016-10-24
add expression and pattern dump
Oliver Schneider
-1
/
+290
2016-10-24
Merge branch 'master' of github.com:Manishearth/rust-clippy into deep_code_in...
Oliver Schneider
-13
/
+19
2016-10-23
Changed signature of cargo::metadata according to review comment.
Arnavion
-2
/
+2
2016-10-22
Don't assume the first package in the result of `cargo metadata` is the curre...
Arnavion
-3
/
+3
2016-10-22
Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
mcarton
-10
/
+16
2016-10-18
rename inspection attribute to `clippy_dump`
Oliver Schneider
-14
/
+14
2016-10-18
initial implementation of the code inspector lint
Oliver Schneider
-0
/
+180
2016-10-12
doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents list
Patrick Horlebein
-1
/
+1
2016-10-06
Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*
mcarton
-3
/
+3
2016-10-04
Remove warning in the lastest nightly
mcarton
-3
/
+4
2016-10-03
Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
mcarton
-9
/
+9
2016-10-03
Merge pull request #1255 from Manishearth/cov
Manish Goregaokar
-13
/
+51
2016-10-02
Partially hash `let` declaration in `SpanlessHash`
mcarton
-2
/
+7
2016-10-01
Support `ExprType` (type ascription) comparison
mcarton
-3
/
+7
2016-10-01
Implement more `hir` typed node comparison
mcarton
-8
/
+37
2016-09-30
Add a lint to warn about un-necessary .into_iter()
Elliott Clark
-0
/
+1
2016-09-28
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
mcarton
-13
/
+7
2016-09-16
Fix FP with `WHILE_LET_ON_ITERATOR` and refutable pats
mcarton
-0
/
+36
2016-09-16
Fix typo
mcarton
-1
/
+1
2016-09-10
Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*
mcarton
-3
/
+2
2016-09-01
Added a lint_without_lint_pass lint.
kennytm
-3
/
+124
2016-08-31
Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*
mcarton
-3
/
+3
2016-08-28
Add a `builtin_type_shadow` lint
mcarton
-0
/
+22
2016-08-28
Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
mcarton
-1
/
+1
2016-08-23
Typo
mcarton
-4
/
+4
2016-08-23
Deny `missing_docs_in_private_items` in some modules
mcarton
-3
/
+53
2016-08-22
New cmp_null lint (fixes #1184) (#1186)
llogiq
-0
/
+2
2016-08-17
rustup for the ! type
Oliver Schneider
-7
/
+3
2016-08-17
Add "DirectX" and "OpenGL" to `doc_valid_idents`
mcarton
-1
/
+1
2016-08-13
Update to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)
David Tolnay
-3
/
+3
2016-08-08
add suggestions to clone_on_copy
Oliver Schneider
-1
/
+7
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-2
/
+3
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-3
/
+3
2016-08-06
Add a configurable threshold for enum variants before name lints trigger (fix...
Georg Brandl
-0
/
+2
2016-08-03
added OAuth and TrueType to doc whitelist
Andre Bogus
-1
/
+1
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-6
/
+6
2016-07-31
Add `IPv4` and `IPv6` to the valid doc idents list
mcarton
-1
/
+1
2016-07-18
Merge pull request #1093 from oli-obk/serde_specific_lint
llogiq
-0
/
+55
2016-07-18
"fallout"
Oliver Schneider
-1
/
+1
2016-07-18
add an internal lint that catches misordered paths
Oliver Schneider
-0
/
+54
2016-07-15
add the path to the util::path module
Oliver Schneider
-0
/
+1
[prev]
[next]