about summary refs log tree commit diff
path: root/rustc_tools_util/src
AgeCommit message (Expand)AuthorLines
2025-02-14Make rust_tools_util package compatible with current stable by lowering rust ...Sebastian Jeltsch-3/+3
2025-02-13rustc_tools_util: Change release channel default to stableSebastian Jeltsch-22/+33
2024-10-07rustc_tools_util: bump versionRalf Jung-3/+3
2024-10-07rustc_tools_util: rerun when git commit changesRalf Jung-21/+48
2024-08-06Auto merge of #13225 - Jarcho:warnings, r=flip1995bors-2/+0
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-2/+0
2024-08-05Use a deterministic number of digits in rustc_tools_util commit hashesDavid Tolnay-2/+3
2024-08-04Check exit status of subcommands spawned by rustc_tools_utilDavid Tolnay-29/+27
2022-12-15rustc_tools_util: changelog and 0.3.0 releasexFrednet-7/+5
2022-11-21Cleanup `rustc_tool_util` and add a convenient macro for `build.rs`xFrednet-8/+28
2022-10-01rustc_tool_utils bump version in anticipation of a new releaseMatthias Krüger-3/+3
2022-09-23and a few more from other dirsYuri Astrakhan-3/+3
2022-08-16Fix adjacent codeSamuel E. Moelius III-2/+2
2021-05-26Eat dogfoodCameron Steffen-6/+6
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+3
2019-08-01Update formattingMichael Wright-1/+0
2019-05-23rustc_tool_utils: bump version to 0.2.0Matthias Krüger-4/+4
2019-04-28rustc_tools_util: try to handle case of not having CFG_RELEASE_CHANNEL better...Matthias Krüger-10/+29
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-02rustc_tool_utils: fix failure to create proper non-repo version string when u...Matthias Krüger-10/+11
2018-11-27Run rustfmt on rustc_tools_utilflip1995-1/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-29rustc_tools_util: remove test and tool_lints features, both are actually unused.Matthias Krüger-3/+0
2018-09-13rustc_tools_util: clean up pedantic clippy warningsMatthias Krüger-31/+27
2018-09-09impl std::fmt::Debug for VersionInfoMatthias Krüger-2/+35
2018-09-07rustc_tools_util: add testMatthias Krüger-0/+26
2018-09-07rustc_tools_util: don't hardcode crate nameMatthias Krüger-2/+6
2018-09-06print git commit hash and commit date in version outputMatthias Krüger-0/+82