| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-13 | Select edition 2024 | Samuel Tardieu | -1/+1 | |
| 2024-11-19 | Add `cargo dev sync` subcommand | Philipp Krones | -0/+1 | |
| Currently this only provides the feature to auto-update the nightly version in the `rust-toolchain` file and the `clippy_utils/README.md` file. The actual sync to and from the Rust repo will be added with the move to Josh. | ||||
| 2024-10-15 | bump opener to sync with rust | klensy | -1/+1 | |
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -3/+0 | |
| 2024-05-03 | Bump clap version -> 4.4 | Philipp Krones | -1/+1 | |
| Same version as most other crates in rustc are using | ||||
| 2024-05-03 | Type safe CLI implementation for clippy-dev | Philipp Krones | -1/+2 | |
| Use the derive feature of `clap` to generate CLI of clippy-dev. Adding new commands will be easier in the future and we get better compile time checking through exhaustive matching. | ||||
| 2024-02-25 | bump itertools to 0.12 | klensy | -1/+1 | |
| 2024-01-21 | Updating dependencies | Michael Ciraci | -2/+2 | |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 | |
| Because the API for `with_position` improved in 0.11 and I want to use it. | ||||
| 2023-02-10 | Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup | Philipp Krones | -1/+1 | |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -1/+0 | |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -1/+1 | |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -1/+1 | |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -0/+1 | |
| 2022-04-08 | Update Cargo.lock | flip1995 | -1/+1 | |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -3/+5 | |
| 2022-03-04 | Update `itertools` | pierwill | -1/+1 | |
| Update to 0.10.1 | ||||
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -0/+1 | |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -0/+1 | |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1/+1 | |
| 2021-09-09 | Update dependencies | Samuel E. Moelius III | -3/+3 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -1/+1 | |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -11/+1 | |
| 2021-02-25 | Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup | flip1995 | -1/+2 | |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -1/+2 | |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -0/+8 | |
| 2020-10-09 | Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup | flip1995 | -1/+1 | |
| 2020-03-29 | Bump itertools | Lzu Tao | -1/+1 | |
| 2020-02-06 | dev: Use bytecount for faster line count | Lzu Tao | -0/+1 | |
| 2019-11-25 | Enable deny-warnings feature everywhere in CI | flip1995 | -0/+3 | |
| 2019-10-08 | Revert "Workaround cargo bug on Windows" | Shotaro Yamada | -2/+0 | |
| This reverts commit 248251b3b26c5f21e2c2f5bfa5d85cc17b13fc05. This reverts commit 20b73514395bb442fb16ce913b6c2b3965ff3156. | ||||
| 2019-10-04 | Use home::cargo_home | Shotaro Yamada | -0/+2 | |
| 2019-07-07 | Add dev fmt subcommand | Michael Wright | -0/+1 | |
| 2019-06-03 | Bump clap in clippy_dev | Lzu Tao | -1/+1 | |
| 2019-01-25 | dependencies: update itertools from 0.7 to 0.8 | Matthias Krüger | -1/+1 | |
| 2018-10-15 | Use `WalkDir` to also gather from subdirectories | Philipp Hansch | -0/+1 | |
| `fs::read_dir` does not recurse into subdirectories. | ||||
| 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-23 | clippy_dev: port to edition 2018 | Matthias Krüger | -0/+3 | |
| 2018-09-03 | Refactor to use into_group_map from Itertools | Philipp Hansch | -0/+1 | |
| 2018-09-03 | update_lints rewrite: Add structure and --print-only | Philipp Hansch | -0/+9 | |
