about summary refs log tree commit diff
path: root/clippy_lints/src/formatting.rs
AgeCommit message (Expand)AuthorLines
2019-04-07Fix ICE in suspicious_else_formattingPhilipp Hansch-2/+2
2019-03-05move lint documentation into macro invocationsAndy Russell-56/+56
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-4/+4
2018-12-20Workaround rust-lang/rust#43081HMPerson1-0/+5
2018-12-20Teach `suspicious_else_formatting` about `if .. {..} {..}`HMPerson1-17/+50
2018-11-27Run rustfmt on clippy_lintsflip1995-12/+8
2018-11-06Remove `+` from `has_unary_equivalent`Michael Wright-3/+2
2018-11-04Fix `collapsible_if` errorMichael Wright-15/+13
2018-11-04Fix `possible_missing_comma` false positivesMichael Wright-13/+23
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-4/+4
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-23RustupOliver Schneider-6/+6
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-03-29Address review commentsOliver Schneider-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-6/+6
2017-11-05Cargo fmttopecongiro-2/+2
2017-09-05Run nightly rustfmtOliver Schneider-8/+9
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-31/+6
2017-08-14RustfmtOliver Schneider-34/+54
2017-04-12Run rustfmtOliver Schneider-8/+32
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-3/+3
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-8/+7
2017-02-16typos: coma -> commaBen Boeckel-1/+1
2017-02-05Fix lint name in comment tooBood Qian-1/+1
2017-02-04Consider expression with macro for possible missing comma lintBood Qian-10/+12
2017-02-04Fix abbreviations in documentBood Qian-1/+1
2017-02-04Shorten lint name for possible missing commaBood Qian-2/+2
2017-02-03Lint for possible missing comma in an array #1177Bood Qian-1/+45
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-1/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-5/+5
2016-07-01Merge remote-tracking branch 'origin/rustup' into suggmcarton-10/+2
2016-07-01Rustup to ea0dc9297283daff6486807f43e190b4eb561412mcarton-10/+2
2016-07-01Move more functions to `utils::higher`mcarton-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+166