about summary refs log tree commit diff
path: root/compiler/rustc/build.rs
AgeCommit message (Collapse)AuthorLines
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2022-07-10Don't rerun the build script for the compiler each time on linuxJoshua Nelson-0/+3
In practice, this doesn't matter very much because the script takes ~no time to run. But this makes `CARGO_LOG=info` easier to read, and theoretically saves a few milliseconds.
2022-05-06Add Windows application manifest to rustc-mainChris Denton-0/+24