about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-20run rustfmtOliver Schneider-25/+22
2016-12-19Fix a couple warningsmcarton-5/+7
2016-11-09Merge pull request #1328 from Machtan/masterOliver Schneider-7/+24
2016-11-09Remove unnecessary #[allow]Jakob Lautrup Nysom-1/+0
2016-11-08fixed #1331debris-2/+6
2016-11-08Add '--version' flag and use version and help flags when called as 'cargo-cli...Machtan-3/+15
2016-11-08Add '--version' flag and allow version and help flags when called as 'cargo-c...Machtan-5/+11
2016-11-08--sysroot isn't necessary anymore for the outer cargo clippy callOliver 'ker' Schneider-22/+20
2016-11-02fixed callback changes from rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)Epicat Supercell-2/+1
2016-10-25Fix small nits on the help messagemcarton-4/+4
2016-10-24Allow `--help` to be any argumentmcarton-6/+8
2016-10-24Revert "Revert "Automatically defines the `clippy` feature""mcarton-5/+14
2016-10-24Be more helping with `cargo clippy --help`mcarton-0/+32
2016-10-23Use .expect() for extracting the current_dir.Arnavion-3/+2
2016-10-23Changed signature of cargo::metadata according to review comment.Arnavion-1/+1
2016-10-22Don't assume the first package in the result of `cargo metadata` is the curre...Arnavion-3/+23
2016-09-30Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)*mcarton-1/+1
2016-09-19Merge remote-tracking branch 'origin/master' into examplesOliver Schneider-1/+4
2016-09-06Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)*mcarton-1/+1
2016-08-23Add a `MISSING_DOCS_IN_PRIVATE_ITEMS` lintmcarton-0/+3
2016-08-17falloutOliver Schneider-4/+2
2016-08-17plugin mode still needs to workOliver Schneider-1/+2
2016-08-17running cargo clippy on a crate that has the clippy plugin enabled errors out...Oliver Schneider-1/+5
2016-08-17unify "test", "bench", "example" and "bin" into one branchOliver Schneider-6/+2
2016-08-17no println outputOliver Schneider-3/+0
2016-08-17also run clippy on examplesOliver Schneider-0/+7
2016-08-17Bump to 0.0.82Manish Goregaokar-1/+1
2016-08-17make clippy compile again with the latest nightly after rust-lang/rust@65eb02...Sascha Hanse-3/+7
2016-07-04don't run clippy on dependencies when running cargo clippyOliver Schneider-45/+55
2016-07-01Rustup to ea0dc9297283daff6486807f43e190b4eb561412mcarton-6/+6
2016-06-29Revert "Automatically defines the `clippy` feature"mcarton-6/+1
2016-06-21fix cargo clippy when using with `--manifest-path`Oliver Schneider-1/+2
2016-06-21Revert "fix cargo clippy when using with `--manifest-path`"Manish Goregaokar-2/+1
2016-06-21fix cargo clippy when using with `--manifest-path`Oliver Schneider-1/+2
2016-06-10Cleanup dependencies and featuresmcarton-45/+3
2016-06-10Dogfoodmcarton-14/+13
2016-06-10Run rustfmtmcarton-10/+22
2016-06-08Automatically defines the `clippy` featuremcarton-1/+6
2016-06-06clippy should work on all systemsOliver Schneider-2/+1
2016-06-06don't abort after successfully linting a targetOliver Schneider-5/+12
2016-06-02no indexingOliver Schneider-5/+8
2016-06-02process more kinds of metadataOliver Schneider-7/+5
2016-05-30add version check to the unit testsOliver Schneider-52/+2
2016-05-30dogfoodOliver Schneider-4/+6
2016-05-30don't require `cargo clippy` to pass a `--lib` or `--bin x` argumentOliver Schneider-13/+77
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-14777/+179
2016-05-27needless_borrow reported on &&T when only &T implements Trait and &Trait is r...Oliver Schneider-8/+9
2016-05-26Fix documentationmcarton-4/+8
2016-05-26Merge pull request #955 from Manishearth/regexesllogiq-42/+78
2016-05-25Support `RegexBuilder`mcarton-0/+6