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
/
formatting.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-07
Fix ICE in suspicious_else_formatting
Philipp Hansch
-2
/
+2
2019-03-05
move lint documentation into macro invocations
Andy Russell
-56
/
+56
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-4
/
+4
2018-12-20
Workaround rust-lang/rust#43081
HMPerson1
-0
/
+5
2018-12-20
Teach `suspicious_else_formatting` about `if .. {..} {..}`
HMPerson1
-17
/
+50
2018-11-27
Run rustfmt on clippy_lints
flip1995
-12
/
+8
2018-11-06
Remove `+` from `has_unary_equivalent`
Michael Wright
-3
/
+2
2018-11-04
Fix `collapsible_if` error
Michael Wright
-15
/
+13
2018-11-04
Fix `possible_missing_comma` false positives
Michael Wright
-13
/
+23
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-07-23
Rustup
Oliver Schneider
-6
/
+6
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-03-29
Address review comments
Oliver Schneider
-1
/
+1
2018-03-28
Categorize all the lints!
Oliver Schneider
-6
/
+6
2017-11-05
Cargo fmt
topecongiro
-2
/
+2
2017-09-05
Run nightly rustfmt
Oliver Schneider
-8
/
+9
2017-08-31
Accessing `Span` internals is deprecated
Oliver Schneider
-31
/
+6
2017-08-14
Rustfmt
Oliver Schneider
-34
/
+54
2017-04-12
Run rustfmt
Oliver Schneider
-8
/
+32
2017-04-01
Remove unused cs parameter for is_macro and friends
Enrico Schmitz
-3
/
+3
2017-03-31
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
Enrico Schmitz
-8
/
+7
2017-02-16
typos: coma -> comma
Ben Boeckel
-1
/
+1
2017-02-05
Fix lint name in comment too
Bood Qian
-1
/
+1
2017-02-04
Consider expression with macro for possible missing comma lint
Bood Qian
-10
/
+12
2017-02-04
Fix abbreviations in document
Bood Qian
-1
/
+1
2017-02-04
Shorten lint name for possible missing comma
Bood Qian
-2
/
+2
2017-02-03
Lint for possible missing comma in an array #1177
Bood Qian
-1
/
+45
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-1
/
+1
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-5
/
+5
2016-07-01
Merge remote-tracking branch 'origin/rustup' into sugg
mcarton
-10
/
+2
2016-07-01
Rustup to ea0dc9297283daff6486807f43e190b4eb561412
mcarton
-10
/
+2
2016-07-01
Move more functions to `utils::higher`
mcarton
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+166
[prev]