about summary refs log tree commit diff
path: root/clippy_lints/src/misc.rs
AgeCommit message (Expand)AuthorLines
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-3/+3
2016-12-31Add a new "short_circuit_statement" lint (fixes #1194)Samuel Tardieu-2/+38
2016-12-21function definition style simplificationOliver Schneider-2/+9
2016-12-21rustfmt round nOliver Schneider-5/+9
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-32/+24
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-5/+5
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-7/+5
2016-12-02`enum glob use` and `copies` leftOliver Schneider-17/+9
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-19/+23
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-2/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-4/+5
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-6/+6
2016-09-28Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*mcarton-1/+3
2016-08-24refactored misc to reduce passesAndre Bogus-290/+201
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-16/+33
2016-08-07Make the lint docstrings more consistent.Georg Brandl-35/+62
2016-08-01lint on by ref patterns for referencesOliver Schneider-2/+2
2016-07-29s/```/```rust when relevantmcarton-2/+2
2016-07-16Improve docsmcarton-4/+13
2016-07-15Fix position of mut in toplevel-ref-arg (fixes #1100, again)Manish Goregaokar-12/+11
2016-07-15Suggest mutability and fix type in toplevel-ref-argManish Goregaokar-3/+9
2016-07-01Add more sugggestion-building functionsmcarton-3/+3
2016-07-01Improve `TOPLEVEL_REF_ARG` messagemcarton-1/+1
2016-07-01Use `utils::sugg` in `TOPLEVEL_REF_ARG`mcarton-2/+3
2016-07-01Use `utils::sugg` in `FLOAT_CMP`mcarton-3/+5
2016-07-01Use `span_suggestion` in `FLOAT_CMP`mcarton-9/+12
2016-06-15Don't use identifier hygiene in HIRmcarton-16/+31
2016-06-10Format all `if_let_chain` consistentlymcarton-23/+21
2016-06-08Rustup to *1.11.0-nightly (763f9234b 2016-06-06)*mcarton-1/+21
2016-06-05Cleanup, use `matches!` some moremcarton-14/+3
2016-05-31s/PatKind::Ident/PatKind::Binding/gAndre Bogus-3/+3
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+458