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
/
enum_variants.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-14
Rustfmt
Oliver Schneider
-16
/
+32
2017-04-01
Remove unused cs parameter for is_macro and friends
Enrico Schmitz
-1
/
+1
2017-03-30
Fix fallout
Oliver Schneider
-1
/
+1
2016-12-21
split pub_enum_variant_names to new lint
Oliver Schneider
-6
/
+32
2016-12-21
function definition style simplification
Oliver Schneider
-1
/
+8
2016-12-21
remove nondeterminism by adjusting thresholds
Oliver Schneider
-5
/
+7
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-4
/
+10
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-1
/
+1
2016-09-13
also lint private modules for module_inception, as that is the main issue
Oliver Schneider
-10
/
+14
2016-09-12
Let the submodule `#[allow]` in `module_inception`
Oliver Schneider
-4
/
+31
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-4
/
+6
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-8
/
+9
2016-08-06
Add a configurable threshold for enum variants before name lints trigger (fix...
Georg Brandl
-6
/
+13
2016-07-16
Improve docs
mcarton
-4
/
+17
2016-06-16
allow by default
Oliver 'ker' Schneider
-3
/
+15
2016-06-16
round 3
Oliver Schneider
-14
/
+12
2016-06-16
only lint public stutter namings
Oliver Schneider
-12
/
+14
2016-06-16
lint items whose name starts/ends with their enclosing module's name
Oliver Schneider
-54
/
+105
2016-06-16
lint enum variants names that start or end with their enum's name
Oliver Schneider
-1
/
+16
2016-06-16
`Skip` for `Chars` doesn't help us b/c of the `ExactSizeIterator` bound
Oliver Schneider
-11
/
+0
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+104
[prev]