rust/compiler/rustc_codegen_ssa/src/back
Yuri Astrakhan aef0e346de Avoid ref when using format! in compiler
Clean up a few minor refs in `format!` macro, as it has a performance cost. Apparently the compiler is unable to inline `format!("{}", &variable)`, and does a run-time double-reference instead (format macro already does one level referencing).  Inlining format args prevents accidental `&` misuse.
2024-07-19 14:52:07 -04:00
..
rpath linker: Bail out of rpath logic early if the target doesn't support rpath 2024-07-01 14:19:51 +03:00
archive.rs Fix review comments 2024-07-07 17:08:55 +00:00
command.rs Update comment and remove special-case for Wasm targets which is incompatible with response-file changes 2024-03-20 23:38:15 +00:00
link.rs Avoid ref when using format! in compiler 2024-07-19 14:52:07 -04:00
linker.rs use "bootstrap" instead of "rustbuild" in comments and docs 2024-07-07 00:07:08 +03:00
lto.rs Fix unsafe_op_in_unsafe_fn in compiler 2024-07-16 00:02:44 -04:00
metadata.rs Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs linker: Bail out of rpath logic early if the target doesn't support rpath 2024-07-01 14:19:51 +03:00
symbol_export.rs Apply suggestions from oli-obk's review 2024-06-18 14:28:00 +03:00
write.rs Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix 2024-06-24 15:51:00 -04:00