about summary refs log tree commit diff
path: root/compiler/rustc_windows_rc/src
AgeCommit message (Collapse)AuthorLines
2025-09-19[win] Use find-msvc-tools instead of cc to find the linker and rc on WindowsDaniel Paoliello-29/+5
2025-09-18Allow windows resource compiler to be overriddenErick Tryzelaar-2/+5
It is now required to provide a resource compiler on windows when compiling rust. This allows toolchain builders to explicitly provide a path to an alternative, such as llvm-rc, instead of the one that's provided by the Windows SDK.
2025-09-05compiler: Add Windows resources to rustc-main and rustc_driverAleksey Kliger-0/+158
Adds Windows resources with the rust version information to rustc-main.exe and rustc_driver.dll Sets the product description to "Rust Compiler" or "Rust Compiler (channel)" for non-stable channels