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
2020-01-27
Rename `span_note_and_lint` to `span_lint_and_note`
Yuki Okushi
-5
/
+5
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-25
dont fire possible_missing_comma if intendation is present
Mikhail Babenko
-16
/
+22
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2019-12-24
rustup "Add span information to `ExprKind::Assign`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+1
2019-10-09
New lint: suspicious_unary_op_formatting
Nikos Filippakis
-1
/
+64
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-8
/
+8
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-4
/
+4
2019-06-24
Simplify unsugar_if to just an if expr check
flip1995
-12
/
+12
2019-06-24
Remove ast:: prefix from types
flip1995
-20
/
+20
2019-06-24
Put 'if let' back into comment.
Mazdak Farrokhzad
-1
/
+1
2019-06-23
Fix fallout from rust-lang/rust PR 60861.
Mazdak Farrokhzad
-4
/
+2
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-4
/
+4
2019-04-17
Use lint pass macros
Matthew Kraai
-17
/
+6
2019-04-14
cargo fmt
Philipp Hansch
-3
/
+2
2019-04-14
Refactor suspicious_else_formatting using if_chain
Philipp Hansch
-35
/
+32
2019-04-14
Remove `except` in suspicious_else_formatting
Philipp Hansch
-16
/
+16
2019-04-08
cargo fmt
Philipp Hansch
-2
/
+3
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
[next]