about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-12-22deps: bump git2 from 0.10 to 0.11Matthias Krüger-1/+1
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-0/+1
This utilizes https://github.com/rust-lang/rust/pull/60584 by setting our own `panic_hook` and pointing to our own issue tracker instead of the rustc issue tracker. This also adds a new internal lint to test the ICE message. **Potential downsides** * This essentially copies rustc's `report_ice` function as `report_clippy_ice`. I think that's how it's meant to be implemented, but maybe @jonas-schievink could have a look as well =) The downside of more-or-less copying this function is that we have to maintain it as well now. The original function can be found [here][original]. * `driver` now depends directly on `rustc` and `rustc_errors` Closes #2734 [original]: https://github.com/rust-lang/rust/blob/59367b074f1523353dddefa678ffe3cac9fd4e50/src/librustc_driver/lib.rs#L1185
2019-11-28Rust implementation of integration testflip1995-0/+3
2019-11-25Remove unused debugging featureflip1995-1/+0
2019-11-18Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)Manish Goregaokar-1/+2
2019-10-24Remove clippy pluginmsizanoen-5/+0
2019-10-23deps: update cargo_metadata from 0.8.0 to 0.9.0Matthias Krüger-1/+1
2019-10-14Bump compiletestManish Goregaokar-1/+1
2019-10-04Use new format of licensesMateusz Mikuła-1/+1
Co-Authored-By: lzutao <taolzu@gmail.com>
2019-09-25Rustup to rustc 1.39.0-nightly (acf7b50c7 2019-09-25)Manish Goregaokar-1/+1
- Addresses inference error - Updates compiletest
2019-07-15Deny warnings in CIMichael Wright-0/+1
2019-06-01Bump cargo_metadata to 0.8.0Lzu Tao-1/+1
2019-05-23clippy: bump rustc_tools util version to 0.2Matthias Krüger-2/+2
rustc_tools_util: fix typo in docs (readme)
2019-05-09use `derive` feature over `serde_derive` crateAndy Russell-2/+1
2019-04-19Update compiletest_rsPhilipp Hansch-1/+1
This includes a fix that make ICEs appear in UI tests again.
2019-04-08Auto merge of #3885 - mikerite:clippy_dev_toolchain, r=phanschbors-1/+0
Add rust-toolchain for clippy_dev AFAIK, `clippy_dev` is supposed to be built on stable. (This is why it's not a `[bin]` inside the root `Cargo.toml`.) This adds a `rust-toolchain` file for easy switching.
2019-04-07Re-add tmp feature to compiletestManish Goregaokar-1/+1
Got accidentally removed in the rustup
2019-04-07Remove libtest from depsManish Goregaokar-1/+0
2019-04-07Use latest compiletest-rsManish Goregaokar-1/+1
2019-04-05Remove clippy_dev as dev-dependencyMichael Wright-1/+0
2019-03-26Hacky rustupOliver Scherer-1/+2
2019-03-03Upgrade compiletest_rs to 0.3.19Mateusz Mikuła-1/+1
2019-03-01Use temporary branch for compiletestMateusz Mikuła-1/+1
https://github.com/rust-lang/rust/pull/58689 broke it
2019-02-02clippy-driver: more robust test to see if we're clippy-enabledJeremy Fitzhardinge-1/+0
Rather than looking for a fixed --emit arg set, just check to see if we're emitting metadata at all. This makes it more robust to being invoked by tools other than cargo (or if cargo changes its invocation). Issue #3663
2019-01-25chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1Sorin Davidoi-1/+1
Closes https://github.com/rust-lang/rust-clippy/issues/3692.
2019-01-03Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995bors-1/+1
Integrate rustfix into Clippy test suite Once the [PR to compiletest-rs](https://github.com/laumann/compiletest-rs/pull/151) is reviewed and merged this fixes #2376. I will create a separate tracking issue for adding `run-rustfix` to all tests.
2019-01-03Update to latest compiletest-rs releasePhilipp Hansch-1/+1
2019-01-03deps: bump rustc_tools_util version from 0.1.0 to 0.1.1 just in case...Matthias Krüger-2/+2
2018-12-28Use WIP branch for compiletest_rsPhilipp Hansch-1/+1
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-3/+3
2018-11-13Check for common metadataYusuf Simonson-1/+1
2018-10-29dependencies: bump compiletest-rs from git to 0.3.16Matthias Krüger-1/+1
2018-10-28pin compiletest dependency to git version ↵Matthias Krüger-1/+1
(12c980f47971b5ba6beb7cb2ffebf8b32f6766ea) while we are waiting for a new release
2018-10-06Relicense clippyManish Goregaokar-1/+1
Documentation on relicensing in previous commit Fixes #2885 Also fixes #3093, fixes #3094, fixes 3095, fixes #3096, fixes #3097, fixes #3098, fixes #3099, fixes #3100, fixes #3230
2018-10-02publish = falseManish Goregaokar-0/+1
2018-09-30remove cargo edition 2018 feature gate.Matthias Krüger-2/+0
Rust and the cargo used to bootstrap was updated in https://github.com/rust-lang/rust/pull/54601 which now has the 2018 edition stabilized.
2018-09-15Revert "the cargo feature: edition 2018 is stabilized in current nightly"Eduard-Mihai Burtescu-0/+2
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-14Reapply: "the cargo feature: edition 2018 is stabilized in current nightly"flip1995-2/+0
This reapplies commit 404a09d. Cargo got bumped in rust-lang/rust#54210
2018-09-10Revert "the cargo feature: edition 2018 is stabilized in current nightly"Oliver Schneider-0/+2
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-10the cargo feature: edition 2018 is stabilized in current nightlyMatthias Krüger-2/+0
2018-09-06Merge pull request #3137 from matthiaskrgr/clippy_git_versionPhilipp Hansch-0/+4
print git commit hash and commit date in version output
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-0/+4
clippy 0.0.212 (964fcbe0 2018-09-06)
2018-09-06Cargo.toml: remove clippy-dev entry referencing src/main.rs as its main.rs.Matthias Krüger-5/+0
Resolves warning: warning: file found to be present in multiple build targets: ./src/main.rs
2018-09-03update_lints rewrite: Add structure and --print-onlyPhilipp Hansch-0/+6
2018-08-27Merge pull request #3018 from rust-lang-nursery/betaOliver Schneider-4/+0
We are riding the trains to stable, there's no point in trying to check the rustc version
2018-08-24deps: update cargo_metadata from 0.5 to 0.6.Matthias Krüger-1/+1
2018-08-09Version checks are useless now that we ride the trainsOliver Schneider-4/+0
2018-08-01Switch strategies for how rustc's workspace is unionedAlex Crichton-40/+5
See rust-lang/rust#52919 for more details.
2018-07-06Bump to 0.0.212Manish Goregaokar-2/+2
2018-07-06Add some more winapi featuresNick Cameron-0/+2