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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-0
/
+1
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-1
/
+1
2016-11-25
Convert DEREF_ADDROF to EarlyLintPass
Phil Turnbull
-1
/
+1
2016-11-22
Lint usage of `*&` and `*&mut`
Phil Turnbull
-0
/
+3
2016-11-19
Add lint for `string.extend("str".chars())`
Phil Turnbull
-0
/
+1
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-1
/
+0
2016-10-31
Run update_lints.py
Devon Hollowood
-0
/
+1
2016-10-31
Merge pull request #1307 from Kha/partialeq_ne
Oliver Schneider
-0
/
+3
2016-10-30
implement 'Re-implementing `PartialEq::ne`' lint
Sebastian Ullrich
-0
/
+3
2016-10-30
Merge pull request #1299 from Manishearth/clippy-toml
Oliver Schneider
-5
/
+11
2016-10-30
Add lint for redundant pattern matching in iflet for Result/Option
d-dorazio
-0
/
+3
2016-10-25
Search for `clippy.toml` recursively
mcarton
-5
/
+11
2016-10-24
add expression and pattern dump
Oliver Schneider
-0
/
+1
2016-10-18
initial implementation of the code inspector lint
Oliver Schneider
-0
/
+1
2016-10-16
Remove the now stable `#[feature(question_mark)]`
mcarton
-1
/
+0
2016-10-14
Suggest `nth(X)` instead of `skip(X).next()`
d-dorazio
-0
/
+1
2016-10-06
Fix dogfood problem
mcarton
-1
/
+1
2016-10-04
Merge pull request #1257 from KitFreddura/master
Martin Carton
-0
/
+3
2016-10-02
ran update
Kit Freddura
-1
/
+1
2016-10-02
removed formatting changes
Kit Freddura
-0
/
+3
2016-10-02
Allow option_map_unwrap_or(_else)
Andre Bogus
-2
/
+2
2016-09-30
Run util/update_lints.py after adding explicit_into_iter_loop
Elliott Clark
-0
/
+1
2016-09-13
Merge pull request #1224 from oli-obk/divergence
Martin Carton
-0
/
+1
2016-09-12
lint diverging expressions that are sub-expressions of others
Oliver Schneider
-0
/
+1
2016-09-12
Let the submodule `#[allow]` in `module_inception`
Oliver Schneider
-3
/
+1
2016-09-01
Added a lint_without_lint_pass lint.
kennytm
-0
/
+6
2016-08-28
Add a `builtin_type_shadow` lint
mcarton
-0
/
+1
2016-08-28
Remove now useless attribute `type_macros`
mcarton
-1
/
+0
2016-08-24
refactored misc to reduce passes
Andre Bogus
-7
/
+1
2016-08-23
Add a `MISSING_DOCS_IN_PRIVATE_ITEMS` lint
mcarton
-1
/
+4
2016-08-23
Add `zero_prefixed_literal` lint
mcarton
-0
/
+1
2016-08-22
New cmp_null lint (fixes #1184) (#1186)
llogiq
-3
/
+4
2016-08-17
disallow lint attributes on `use` and `extern crate` items
Oliver Schneider
-0
/
+1
2016-08-16
Lint print!("...\n") (closes #455)
Georg Brandl
-0
/
+1
2016-08-16
lint modules that have the same name as their parent module
Oliver Schneider
-0
/
+3
2016-08-11
Add lint for reads and writes that depend on evaluation order
scurest
-0
/
+3
2016-08-07
INDEXING_SLICING should probably be a restriction lint.
Georg Brandl
-1
/
+1
2016-08-07
Merge pull request #1145 from birkenfeld/issue-703-2
Manish Goregaokar
-0
/
+2
2016-08-06
Add a configurable threshold for enum variants before name lints trigger (fix...
Georg Brandl
-1
/
+1
2016-08-05
Lint literal suffixes not separated by underscores (see #703)
Georg Brandl
-0
/
+1
2016-08-05
Lint inconsistent casing in hex literals (closes #703)
Georg Brandl
-0
/
+1
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-1
/
+1
2016-07-20
update lints
Oliver Schneider
-0
/
+1
2016-07-18
Merge pull request #1093 from oli-obk/serde_specific_lint
llogiq
-0
/
+4
2016-07-18
add an internal lint that catches misordered paths
Oliver Schneider
-0
/
+1
2016-07-12
lint on implementing `visit_string` without also implementing `visit_str`
Oliver Schneider
-0
/
+3
2016-07-12
Remove unnecessary feature
Manish Goregaokar
-1
/
+0
2016-07-12
Don't warn when boxing large arrays
Manish Goregaokar
-1
/
+2
2016-07-06
Merge remote-tracking branch 'origin/master' into sugg
mcarton
-1
/
+0
2016-07-06
Remove useless feature attribute
mcarton
-1
/
+0
[prev]
[next]