about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2016-09-16Fix FP with `WHILE_LET_ON_ITERATOR` and refutable patsmcarton-0/+36
2016-09-16Fix typomcarton-1/+1
2016-09-10Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*mcarton-3/+2
2016-08-28Add a `builtin_type_shadow` lintmcarton-0/+1
2016-08-28Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)mcarton-1/+1
2016-08-17rustup for the ! typeOliver Schneider-7/+3
2016-08-13Update to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)David Tolnay-3/+3
2016-08-01lint on by ref patterns for referencesOliver Schneider-5/+5
2016-07-18Merge pull request #1093 from oli-obk/serde_specific_lintllogiq-0/+1
2016-07-18add an internal lint that catches misordered pathsOliver Schneider-0/+1
2016-07-14Fix FP with `USELESS_VEC` and non-copy typesmcarton-1/+6
2016-07-04Merge branch 'master' into suggmcarton-0/+9
2016-07-03Add a new `not_unsafe_ptr_arg_deref` lintmcarton-0/+9
2016-07-01Introduce `multispan_sugg`mcarton-1/+21
2016-07-01Move more functions to `utils::higher`mcarton-36/+2
2016-07-01Move `unsugar_range` to `utils::higher`mcarton-88/+1
2016-07-01Add a module to pretty-print suggestionsmcarton-1/+3
2016-06-27use span_lint_and_then instead of adding to the `DiagnosticWrapper`Oliver Schneider-30/+10
2016-06-25don't lint on comparing `*const f32`sOliver 'ker' Schneider-4/+2
2016-06-10Format all `if_let_chain` consistentlymcarton-36/+30
2016-06-10Run rustfmtmcarton-4/+3
2016-06-05Add environment variable to deactivate wiki linksmcarton-2/+5
2016-05-30add version check to the unit testsOliver Schneider-0/+1
2016-05-28Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*mcarton-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+840