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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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-08-28
Add a `builtin_type_shadow` lint
mcarton
-0
/
+1
2016-08-28
Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
mcarton
-1
/
+1
2016-08-17
rustup for the ! type
Oliver Schneider
-7
/
+3
2016-08-13
Update to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)
David Tolnay
-3
/
+3
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-5
/
+5
2016-07-18
Merge pull request #1093 from oli-obk/serde_specific_lint
llogiq
-0
/
+1
2016-07-18
add an internal lint that catches misordered paths
Oliver Schneider
-0
/
+1
2016-07-14
Fix FP with `USELESS_VEC` and non-copy types
mcarton
-1
/
+6
2016-07-04
Merge branch 'master' into sugg
mcarton
-0
/
+9
2016-07-03
Add a new `not_unsafe_ptr_arg_deref` lint
mcarton
-0
/
+9
2016-07-01
Introduce `multispan_sugg`
mcarton
-1
/
+21
2016-07-01
Move more functions to `utils::higher`
mcarton
-36
/
+2
2016-07-01
Move `unsugar_range` to `utils::higher`
mcarton
-88
/
+1
2016-07-01
Add a module to pretty-print suggestions
mcarton
-1
/
+3
2016-06-27
use span_lint_and_then instead of adding to the `DiagnosticWrapper`
Oliver Schneider
-30
/
+10
2016-06-25
don't lint on comparing `*const f32`s
Oliver 'ker' Schneider
-4
/
+2
2016-06-10
Format all `if_let_chain` consistently
mcarton
-36
/
+30
2016-06-10
Run rustfmt
mcarton
-4
/
+3
2016-06-05
Add environment variable to deactivate wiki links
mcarton
-2
/
+5
2016-05-30
add version check to the unit tests
Oliver Schneider
-0
/
+1
2016-05-28
Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*
mcarton
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+840
[prev]