about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-04arghManish Goregaokar-1/+1
2018-04-04Fix driver dogfood bugManish Goregaokar-1/+1
2018-04-04Fix clippy warningMichael Wright-1/+1
2018-04-02Support non-unicode paths for dogfood testMichael Wright-15/+18
2018-04-01Fix clippy warnings from last commitMichael Wright-2/+2
2018-04-01Make dogfood test output to seperate directoryMichael Wright-0/+17
2018-03-28Delete all code for handling manifest pathBenjamin Gill-124/+3
2018-03-28Use cargo check instead of cargo rustcOliver Schneider-10/+13
2018-03-27Undo current_dir -> CARGO_MANIFEST_DIR moveOliver Schneider-2/+2
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