| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-19 | [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows | Daniel Paoliello | -29/+5 | |
| 2025-09-18 | Allow windows resource compiler to be overridden | Erick 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-05 | compiler: Add Windows resources to rustc-main and rustc_driver | Aleksey 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 | ||||
