about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-27Version bumpOliver Schneider-3/+3
2018-03-25Undo a temporary fix for a cargo bugOliver Schneider-1/+1
2018-03-19Version bumpOliver Schneider-4/+12
2018-03-16Format codeMateusz MikuĊ‚a-4/+5
2018-03-13Update dependenciesOliver Schneider-3/+5
2018-02-12Suggestion fixed, simplified lint logic.TomasKralCZ-1/+1
2018-01-22Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)Seiichi Uchida-1/+4
2018-01-19Readd the .exe extension on windowsOliver Schneider-1/+4
2018-01-17Use rustc_driver::run (fixes #2303)Manish Goregaokar-43/+40
2017-12-15Rustup and lazy_static version mismatch fixOliver Schneider-0/+2
2017-11-14Apply changes that were required for running in the rustc test suiteOliver Schneider-28/+18
2017-11-05Cargo fmttopecongiro-8/+9
2017-11-02Merge pull request #2194 from martinlindhe/masterOliver Schneider-1/+1
2017-11-02Fix a typotopecongiro-1/+1
2017-11-02Avoid panicking when no arg is given to clippy_drivertopecongiro-0/+3
2017-11-02Use is_ok()topecongiro-2/+2
2017-10-31fix some typosMartin Lindhe-1/+1
2017-10-31Update clippy for rustc 1.23.0-nightly (f0fe716db 2017-10-30)Manish Goregaokar-0/+1
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-264/+287
2017-09-28Set RUSTC_WRAPPER instead of RUSTC when invoking CargoAaron Hill-7/+11
2017-09-14Add a missing argumenttopecongiro-1/+2
2017-09-05Run nightly rustfmtOliver Schneider-31/+14
2017-08-22Merge pull request #1977 from rust-lang-nursery/panicOliver Schneider-1/+1
2017-08-21Fix ICE #1969Oliver Schneider-1/+1
2017-08-20Add help text for `--all`Benjamin Gill-1/+1
2017-08-20Run Rustfmt-nightlyBenjamin Gill-17/+17
2017-08-20Basic implementation of `cargo clippy --all`Benjamin Gill-63/+75
2017-08-14Handfix dogfood issues with the rustfmt changesOliver Schneider-8/+7
2017-08-14RustfmtOliver Schneider-65/+94
2017-07-28Canonicalize --manifest-path argument before comparing it to cargo metadata.Arnavion-3/+5
2017-07-27Fix logic that determines closest parent crate when invoked from a subdirectory.Arnavion-30/+29
2017-07-04Merge pull request #1860 from Vurich/masterOliver Schneider-15/+43
2017-07-04ignore needless_lifetimes false positiveOliver Schneider-0/+2
2017-07-03Merge pull request #1852 from Manishearth/notransOliver Schneider-2/+2
2017-07-03Fix compilation on rustc 1.20.0-nightly (067971139 2017-07-02)messense-5/+3
2017-06-29Allow cargo-clippy to work in subdirectoriesVurich-15/+41
2017-06-26Use `--emit=metadata` instead of `-Zno-trans`Oliver Schneider-2/+2
2017-04-12Run rustfmtOliver Schneider-51/+76
2017-03-27Remove some legacy codeOliver Schneider-10/+4
2017-03-12Fix compilation on latest nightlyTechcable-2/+0
2017-02-28Run rustfmtOliver Schneider-20/+21
2017-02-28Get cargo clippy working on 64 bit windows againOliver Schneider-20/+21
2017-02-16main: end error messages with a newlineBen Boeckel-1/+1
2017-02-11Remove stabilized feature flagAndre Bogus-1/+0
2017-01-26run rustfmtOliver Schneider-1/+2
2017-01-26remove rustc-serialize dependency and factor `util::cargo` out into a crateOliver Schneider-4/+2
2017-01-15formattingAndre Bogus-7/+9
2017-01-15dogfood falloutAndre Bogus-1/+1
2016-12-21run rustfmt on clippy, not only on clippy_lintsOliver Schneider-5/+18
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-9/+12