about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2016-10-30inspector: fix printing non-local trait refsSebastian Ullrich-4/+4
2016-10-30Merge pull request #1299 from Manishearth/clippy-tomlOliver Schneider-10/+44
2016-10-30factor out `is_automatically_derived` util fnSebastian Ullrich-5/+9
2016-10-30Add lint for redundant pattern matching in iflet for Result/Optiond-dorazio-0/+4
2016-10-25Search for `clippy.toml` recursivelymcarton-10/+44
2016-10-24clean up docs for clippy_dumpOliver Schneider-4/+8
2016-10-24properly name the docsOliver Schneider-1/+1
2016-10-24dogfoodOliver Schneider-8/+9
2016-10-24factor out decl dumpingOliver Schneider-78/+87
2016-10-24add expression and pattern dumpOliver Schneider-1/+290
2016-10-24Merge branch 'master' of github.com:Manishearth/rust-clippy into deep_code_in...Oliver Schneider-13/+19
2016-10-23Changed signature of cargo::metadata according to review comment.Arnavion-2/+2
2016-10-22Don't assume the first package in the result of `cargo metadata` is the curre...Arnavion-3/+3
2016-10-22Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*mcarton-10/+16
2016-10-18rename inspection attribute to `clippy_dump`Oliver Schneider-14/+14
2016-10-18initial implementation of the code inspector lintOliver Schneider-0/+180
2016-10-12doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents listPatrick Horlebein-1/+1
2016-10-06Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*mcarton-3/+3
2016-10-04Remove warning in the lastest nightlymcarton-3/+4
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-9/+9
2016-10-03Merge pull request #1255 from Manishearth/covManish Goregaokar-13/+51
2016-10-02Partially hash `let` declaration in `SpanlessHash`mcarton-2/+7
2016-10-01Support `ExprType` (type ascription) comparisonmcarton-3/+7
2016-10-01Implement more `hir` typed node comparisonmcarton-8/+37
2016-09-30Add a lint to warn about un-necessary .into_iter()Elliott Clark-0/+1
2016-09-28Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*mcarton-13/+7
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-09-01Added a lint_without_lint_pass lint.kennytm-3/+124
2016-08-31Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*mcarton-3/+3
2016-08-28Add a `builtin_type_shadow` lintmcarton-0/+22
2016-08-28Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)mcarton-1/+1
2016-08-23Typomcarton-4/+4
2016-08-23Deny `missing_docs_in_private_items` in some modulesmcarton-3/+53
2016-08-22New cmp_null lint (fixes #1184) (#1186)llogiq-0/+2
2016-08-17rustup for the ! typeOliver Schneider-7/+3
2016-08-17Add "DirectX" and "OpenGL" to `doc_valid_idents`mcarton-1/+1
2016-08-13Update to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)David Tolnay-3/+3
2016-08-08add suggestions to clone_on_copyOliver Schneider-1/+7
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+3
2016-08-07Make the lint docstrings more consistent.Georg Brandl-3/+3
2016-08-06Add a configurable threshold for enum variants before name lints trigger (fix...Georg Brandl-0/+2
2016-08-03added OAuth and TrueType to doc whitelistAndre Bogus-1/+1
2016-08-01lint on by ref patterns for referencesOliver Schneider-6/+6
2016-07-31Add `IPv4` and `IPv6` to the valid doc idents listmcarton-1/+1
2016-07-18Merge pull request #1093 from oli-obk/serde_specific_lintllogiq-0/+55
2016-07-18"fallout"Oliver Schneider-1/+1
2016-07-18add an internal lint that catches misordered pathsOliver Schneider-0/+54
2016-07-15add the path to the util::path moduleOliver Schneider-0/+1