about summary refs log tree commit diff
path: root/rustc_tools_util
AgeCommit message (Expand)AuthorLines
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+6
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+3
2019-10-04Use new format of licensesMateusz Mikuła-1/+1
2019-08-01Update formattingMichael Wright-1/+0
2019-05-23clippy: bump rustc_tools util version to 0.2Matthias Krüger-1/+1
2019-05-23rustc_tool_utils: bump version to 0.2.0Matthias Krüger-5/+5
2019-04-28rustc_tools_util: try to handle case of not having CFG_RELEASE_CHANNEL better...Matthias Krüger-10/+33
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-10/+1
2019-01-02rustc_tool_utils: fix failure to create proper non-repo version string when u...Matthias Krüger-11/+12
2018-12-25rustc_tools_util: add readmeMatthias Krüger-0/+58
2018-12-25rustc_tool_utils: expand Cargo.toml with a few keywords in preparation for cr...Matthias Krüger-0/+6
2018-11-27Run rustfmt on rustc_tools_utilflip1995-1/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-30remove cargo edition 2018 feature gate.Matthias Krüger-2/+0
2018-09-29rustc_tools_util: remove test and tool_lints features, both are actually unused.Matthias Krüger-3/+0
2018-09-15Revert "the cargo feature: edition 2018 is stabilized in current nightly"Eduard-Mihai Burtescu-0/+2
2018-09-14Reapply: "the cargo feature: edition 2018 is stabilized in current nightly"flip1995-2/+0
2018-09-13rustc_tools_util: clean up pedantic clippy warningsMatthias Krüger-31/+27
2018-09-10Revert "the cargo feature: edition 2018 is stabilized in current nightly"Oliver Schneider-0/+2
2018-09-10Merge pull request #3160 from matthiaskrgr/ed_2018Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-2/+0
2018-09-10the cargo feature: edition 2018 is stabilized in current nightlyMatthias Krüger-2/+0
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/+90