| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-22 | deps: bump git2 from 0.10 to 0.11 | Matthias Krüger | -1/+1 | |
| 2019-11-29 | Add custom ICE message that points to Clippy repo | Philipp 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-28 | Rust implementation of integration test | flip1995 | -0/+3 | |
| 2019-11-25 | Remove unused debugging feature | flip1995 | -1/+0 | |
| 2019-11-18 | Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18) | Manish Goregaokar | -1/+2 | |
| 2019-10-24 | Remove clippy plugin | msizanoen | -5/+0 | |
| 2019-10-23 | deps: update cargo_metadata from 0.8.0 to 0.9.0 | Matthias Krüger | -1/+1 | |
| 2019-10-14 | Bump compiletest | Manish Goregaokar | -1/+1 | |
| 2019-10-04 | Use new format of licenses | Mateusz Mikuła | -1/+1 | |
| Co-Authored-By: lzutao <taolzu@gmail.com> | ||||
| 2019-09-25 | Rustup to rustc 1.39.0-nightly (acf7b50c7 2019-09-25) | Manish Goregaokar | -1/+1 | |
| - Addresses inference error - Updates compiletest | ||||
| 2019-07-15 | Deny warnings in CI | Michael Wright | -0/+1 | |
| 2019-06-01 | Bump cargo_metadata to 0.8.0 | Lzu Tao | -1/+1 | |
| 2019-05-23 | clippy: bump rustc_tools util version to 0.2 | Matthias Krüger | -2/+2 | |
| rustc_tools_util: fix typo in docs (readme) | ||||
| 2019-05-09 | use `derive` feature over `serde_derive` crate | Andy Russell | -2/+1 | |
| 2019-04-19 | Update compiletest_rs | Philipp Hansch | -1/+1 | |
| This includes a fix that make ICEs appear in UI tests again. | ||||
| 2019-04-08 | Auto merge of #3885 - mikerite:clippy_dev_toolchain, r=phansch | bors | -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-07 | Re-add tmp feature to compiletest | Manish Goregaokar | -1/+1 | |
| Got accidentally removed in the rustup | ||||
| 2019-04-07 | Remove libtest from deps | Manish Goregaokar | -1/+0 | |
| 2019-04-07 | Use latest compiletest-rs | Manish Goregaokar | -1/+1 | |
| 2019-04-05 | Remove clippy_dev as dev-dependency | Michael Wright | -1/+0 | |
| 2019-03-26 | Hacky rustup | Oliver Scherer | -1/+2 | |
| 2019-03-03 | Upgrade compiletest_rs to 0.3.19 | Mateusz Mikuła | -1/+1 | |
| 2019-03-01 | Use temporary branch for compiletest | Mateusz Mikuła | -1/+1 | |
| https://github.com/rust-lang/rust/pull/58689 broke it | ||||
| 2019-02-02 | clippy-driver: more robust test to see if we're clippy-enabled | Jeremy 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-25 | chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1 | Sorin Davidoi | -1/+1 | |
| Closes https://github.com/rust-lang/rust-clippy/issues/3692. | ||||
| 2019-01-03 | Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995 | bors | -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-03 | Update to latest compiletest-rs release | Philipp Hansch | -1/+1 | |
| 2019-01-03 | deps: bump rustc_tools_util version from 0.1.0 to 0.1.1 just in case... | Matthias Krüger | -2/+2 | |
| 2018-12-28 | Use WIP branch for compiletest_rs | Philipp Hansch | -1/+1 | |
| 2018-11-22 | rust-lang-nursery/rust-clippy => rust-lang/rust-clippy | Matthias Krüger | -3/+3 | |
| 2018-11-13 | Check for common metadata | Yusuf Simonson | -1/+1 | |
| 2018-10-29 | dependencies: bump compiletest-rs from git to 0.3.16 | Matthias Krüger | -1/+1 | |
| 2018-10-28 | pin compiletest dependency to git version ↵ | Matthias Krüger | -1/+1 | |
| (12c980f47971b5ba6beb7cb2ffebf8b32f6766ea) while we are waiting for a new release | ||||
| 2018-10-06 | Relicense clippy | Manish 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-02 | publish = false | Manish Goregaokar | -0/+1 | |
| 2018-09-30 | remove 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-15 | Revert "the cargo feature: edition 2018 is stabilized in current nightly" | Eduard-Mihai Burtescu | -0/+2 | |
| This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d. | ||||
| 2018-09-14 | Reapply: "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-10 | Revert "the cargo feature: edition 2018 is stabilized in current nightly" | Oliver Schneider | -0/+2 | |
| This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d. | ||||
| 2018-09-10 | the cargo feature: edition 2018 is stabilized in current nightly | Matthias Krüger | -2/+0 | |
| 2018-09-06 | Merge pull request #3137 from matthiaskrgr/clippy_git_version | Philipp Hansch | -0/+4 | |
| print git commit hash and commit date in version output | ||||
| 2018-09-06 | print git commit hash and commit date in version output | Matthias Krüger | -0/+4 | |
| clippy 0.0.212 (964fcbe0 2018-09-06) | ||||
| 2018-09-06 | Cargo.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-03 | update_lints rewrite: Add structure and --print-only | Philipp Hansch | -0/+6 | |
| 2018-08-27 | Merge pull request #3018 from rust-lang-nursery/beta | Oliver Schneider | -4/+0 | |
| We are riding the trains to stable, there's no point in trying to check the rustc version | ||||
| 2018-08-24 | deps: update cargo_metadata from 0.5 to 0.6. | Matthias Krüger | -1/+1 | |
| 2018-08-09 | Version checks are useless now that we ride the trains | Oliver Schneider | -4/+0 | |
| 2018-08-01 | Switch strategies for how rustc's workspace is unioned | Alex Crichton | -40/+5 | |
| See rust-lang/rust#52919 for more details. | ||||
| 2018-07-06 | Bump to 0.0.212 | Manish Goregaokar | -2/+2 | |
| 2018-07-06 | Add some more winapi features | Nick Cameron | -0/+2 | |
