about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2016-07-14Merge pull request #1099 from Manishearth/fixllogiq-1/+6
2016-07-14Fix FP with `USELESS_VEC` and non-copy typesmcarton-1/+6
2016-07-12Don't warn when boxing large arraysManish Goregaokar-0/+2
2016-07-10Rustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)mcarton-4/+3
2016-07-10Fix suggestions for `NEW_WITHOUT_DEFAULT`mcarton-6/+89
2016-07-10Merge pull request #1060 from Manishearth/suggllogiq-125/+572
2016-07-06Add "JavaScript" to doc-valid-identsDavid Tolnay-1/+1
2016-07-06Address PR's commentsmcarton-2/+2
2016-07-04Use `sugg::Sugg` in transmute linksmcarton-0/+6
2016-07-04Merge branch 'master' into suggmcarton-0/+9
2016-07-03Use `utils::sugg` in `match` related lintsmcarton-0/+5
2016-07-03Add a new `not_unsafe_ptr_arg_deref` lintmcarton-0/+9
2016-07-02Use `utils::sugg` in swap lintsmcarton-35/+45
2016-07-01Use `utils::sugg` in `FOR_KV_MAP`mcarton-6/+14
2016-07-01Add more sugggestion-building functionsmcarton-20/+68
2016-07-01Introduce `multispan_sugg`mcarton-1/+21
2016-07-01Rustup to ea0dc9297283daff6486807f43e190b4eb561412 IIImcarton-1/+1
2016-07-01Move `vec!` unexpanding function to `utils::higher`mcarton-1/+41
2016-07-01Move more functions to `utils::higher`mcarton-36/+35
2016-07-01Move `unsugar_range` to `utils::higher`mcarton-88/+90
2016-07-01Use `utils::sugg` in `TOPLEVEL_REF_ARG`mcarton-0/+5
2016-07-01Use `utils::sugg` in `MATCH_BOOL`mcarton-0/+16
2016-07-01Add a module to pretty-print suggestionsmcarton-1/+289
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-21fix cargo clippy when using with `--manifest-path`Oliver Schneider-2/+7
2016-06-21Revert "fix cargo clippy when using with `--manifest-path`"Manish Goregaokar-7/+2
2016-06-21fix cargo clippy when using with `--manifest-path`Oliver Schneider-2/+7
2016-06-16round 2Oliver Schneider-11/+11
2016-06-16round 1Oliver Schneider-14/+14
2016-06-10Merge pull request #1000 from Manishearth/doc_whitelistMartin Carton-1/+1
2016-06-10Format all `if_let_chain` consistentlymcarton-36/+30
2016-06-10Run rustfmtmcarton-8/+15
2016-06-10added GPLv{2,3} to doc-valid-identsAndre Bogus-1/+1
2016-06-09Whitelist Nan in `DOC_MARKDOWN`mcarton-1/+1
2016-06-06simply parse unknown json-strings as strings instead of erroringOliver Schneider-1/+1
2016-06-05Add environment variable to deactivate wiki linksmcarton-2/+5
2016-06-02process more kinds of metadataOliver Schneider-12/+3
2016-05-31added missing PatKind::Path + testsAndre Bogus-0/+1
2016-05-31s/PatKind::Ident/PatKind::Binding/gAndre Bogus-1/+1
2016-05-30add version check to the unit testsOliver Schneider-0/+76
2016-05-28Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*mcarton-8/+8
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+1642