rust/compiler/rustc_codegen_ssa
Jonathan Brouwer 77fe25a741
Rollup merge of #150311 - ChrisDenton:no-temp, r=Kivooeo
Avoid using env::temp when linking a binary

This keeps all build artefacts (even temporary ones) within the build directory.

Fixes rust-lang/rust#139963
2025-12-24 14:19:22 +01:00
..
src Rollup merge of #150311 - ChrisDenton:no-temp, r=Kivooeo 2025-12-24 14:19:22 +01:00
Cargo.toml [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows 2025-09-19 12:00:30 -07:00
messages.ftl codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.