about summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)AuthorLines
2019-07-15Deny warnings in CIMichael Wright-0/+2
2019-03-12Remove some unused features and `error-pattern`sPhilipp Hansch-5/+0
2019-02-02Drive-by cleanups to cargo-clippy. No functional change.Jeremy Fitzhardinge-8/+2
2019-01-26Fix dogfood tests on AppveyorMichael Wright-0/+6
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-25update CARGO_CLIPPY_HELP string to suggest tool lints.Matthias Krüger-3/+2
2018-11-27Run rustfmt on srcflip1995-3/+2
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-2/+0
2018-10-11Remove now-useless `allow(unknown_lints)`Oliver Scherer-1/+1
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-3/+6
2018-08-29Adapt codebase to the tool_lintsflip1995-3/+4
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-9/+9
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-1/+4
2018-03-13Update dependenciesOliver Schneider-3/+5
2018-01-19Readd the .exe extension on windowsOliver Schneider-1/+4
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-6/+0
2017-11-05Cargo fmttopecongiro-2/+1
2017-11-02Use is_ok()topecongiro-1/+1
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-264/+89
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-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-49/+69
2017-03-27Remove some legacy codeOliver Schneider-10/+4