about summary refs log tree commit diff
path: root/tests/versioncheck.rs
AgeCommit message (Collapse)AuthorLines
2025-02-13rustc_tools_util: Change release channel default to stableSebastian Jeltsch-0/+6
Fixes the exposed release channel Bump version to 0.4.1
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2024-09-24Turn declare_clippy_lint into a declarative macroblyxyas-1/+0
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-0/+1
2022-11-21Cleanup `rustc_tool_util` and add a convenient macro for `build.rs`xFrednet-1/+0
2022-10-23Generate 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-07Fix adjacent codeSamuel Moelius-1/+1
2022-09-23a few more core lint fixesYuri Astrakhan-3/+3
2022-04-01Remove cargo_metadata dependency from clippyJason Newcomb-18/+16
2021-09-08Deny warnings in test modulesCameron Steffen-0/+3
2021-03-11Merge remote-tracking branch 'upstream/master' into rustupflip1995-6/+6
2021-02-26Revert "Fix versioncheck test"Cameron Steffen-6/+6
This reverts commit 1e7b1ccb2a05f80ae0a580401e7565fb1c0a4917.
2021-02-25Fix Clippy build and testflip1995-0/+6
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-11/+14
2021-02-23Fix versioncheck testSamuel E. Moelius III-6/+6
2021-02-23Improve testsSamuel E. Moelius III-11/+14
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-0/+6
2021-02-06tests: 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-02Use bootstrap rustc for versioncheck in Clippyflip1995-3/+4
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-0/+53
2019-01-25test(versioncheck): Use .no_deps()Sorin Davidoi-0/+2
2019-01-25test(versioncheck): Fix version equality checkSorin Davidoi-8/+7
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-29Remove unnecessary `use` statements after `cargo fix`Konrad Borowski-2/+0
2018-12-29Apply cargo fix --edition-idioms fixesKonrad Borowski-2/+2
2018-11-27Run rustfmt on the testsflip1995-1/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-05-22Format codeMateusz Mikuła-4/+1
2018-03-16Format codeMateusz Mikuła-2/+8
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
2018-03-13Update dependenciesOliver Schneider-1/+3
2017-01-26remove rustc-serialize dependency and factor `util::cargo` out into a crateOliver Schneider-4/+3
2016-06-21fix testsOliver Schneider-2/+2
2016-05-30add version check to the unit testsOliver Schneider-0/+16