rust/compiler/rustc_codegen_ssa
bjorn3 f4888c2a68 Correctly handle different crate types disagreeing if the allocator shim is exported
Previously it would attempt to export the allocator shim even linking
for a crate type which pulls in the allocator shim from a dylib rather
than locally defining it.
2025-08-29 08:40:52 +00:00
..
src Correctly handle different crate types disagreeing if the allocator shim is exported 2025-08-29 08:40:52 +00:00
Cargo.toml Add tempfile to [workspace.dependencies]. 2025-08-28 20:10:55 +10:00
messages.ftl port attribute to the new parsing infrastructure 2025-08-23 12:31:07 +02: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.