| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-13 | rustc_tools_util: Change release channel default to stable | Sebastian Jeltsch | -0/+6 | |
| Fixes the exposed release channel Bump version to 0.4.1 | ||||
| 2025-01-19 | Apply `unnecessary_semicolon` to Clippy sources | Samuel Tardieu | -1/+1 | |
| 2024-09-24 | Turn declare_clippy_lint into a declarative macro | blyxyas | -1/+0 | |
| 2024-08-06 | Use `-D warnings` instead of `deny-warnings` feature. | Jason Newcomb | -1/+0 | |
| 2023-10-23 | Move configuration to new `clippy_config` crate | Alex Macleod | -0/+1 | |
| 2022-11-21 | Cleanup `rustc_tool_util` and add a convenient macro for `build.rs` | xFrednet | -1/+0 | |
| 2022-10-23 | Generate lint categories and explanations with `declare_clippy_lint` | Alex Macleod | -5/+10 | |
| Changes it to be a proc_macro rather than macro_rules | ||||
| 2022-10-07 | Fix adjacent code | Samuel Moelius | -1/+1 | |
| 2022-09-23 | a few more core lint fixes | Yuri Astrakhan | -3/+3 | |
| 2022-04-01 | Remove cargo_metadata dependency from clippy | Jason Newcomb | -18/+16 | |
| 2021-09-08 | Deny warnings in test modules | Cameron Steffen | -0/+3 | |
| 2021-03-11 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -6/+6 | |
| 2021-02-26 | Revert "Fix versioncheck test" | Cameron Steffen | -6/+6 | |
| This reverts commit 1e7b1ccb2a05f80ae0a580401e7565fb1c0a4917. | ||||
| 2021-02-25 | Fix Clippy build and test | flip1995 | -0/+6 | |
| 2021-02-25 | Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup | flip1995 | -11/+14 | |
| 2021-02-23 | Fix versioncheck test | Samuel E. Moelius III | -6/+6 | |
| 2021-02-23 | Improve tests | Samuel E. Moelius III | -11/+14 | |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -0/+6 | |
| 2021-02-06 | tests: ignore check_that_clippy_has_the_same_major_version_as_rustc() inside ↵ | Matthias Krüger | -0/+6 | |
| the rustc repo. Do not check if clippy version matches rustc version when runnning tests inside the rustc repo. This makes sure that upstream rustc maintainers do not have to deal with our test failing/mismatching versions when the rustc version bump is happening. cc #6683 | ||||
| 2021-01-02 | Use bootstrap rustc for versioncheck in Clippy | flip1995 | -3/+4 | |
| 2021-01-02 | Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup | flip1995 | -0/+53 | |
| 2019-01-25 | test(versioncheck): Use .no_deps() | Sorin Davidoi | -0/+2 | |
| 2019-01-25 | test(versioncheck): Fix version equality check | Sorin Davidoi | -8/+7 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-29 | Remove unnecessary `use` statements after `cargo fix` | Konrad Borowski | -2/+0 | |
| 2018-12-29 | Apply cargo fix --edition-idioms fixes | Konrad Borowski | -2/+2 | |
| 2018-11-27 | Run rustfmt on the tests | flip1995 | -1/+0 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-05-22 | Format code | Mateusz Mikuła | -4/+1 | |
| 2018-03-16 | Format code | Mateusz Mikuła | -2/+8 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-03-13 | Update dependencies | Oliver Schneider | -1/+3 | |
| 2017-01-26 | remove rustc-serialize dependency and factor `util::cargo` out into a crate | Oliver Schneider | -4/+3 | |
| 2016-06-21 | fix tests | Oliver Schneider | -2/+2 | |
| 2016-05-30 | add version check to the unit tests | Oliver Schneider | -0/+16 | |
