rust/compiler/rustc_codegen_ssa/src
bjorn3 fa753a46c1 Remove code for ThinLTO from cg_gcc
It was just a dummy implementation to workarround the fact that thin
local lto is the default in rustc. By adding a thin_lto_supported thin
local lto can be automatically disabled for cg_gcc, removing the need
for this dummy implementation. This makes improvements to the LTO
handling on the cg_ssa side a lot easier.
2026-02-15 10:05:48 +00:00
..
back Rename inline_fluent! to msg! 2026-02-14 13:47:52 +01:00
debuginfo Support debuginfo for assoc const bindings 2026-01-21 18:52:08 +01:00
mir Set hidden visibility on naked functions in compiler-builtins 2026-02-02 14:52:34 +01:00
traits Remove code for ThinLTO from cg_gcc 2026-02-15 10:05:48 +00:00
assert_module_sources.rs Port rustc_expected_cgu_reuse to the new attribute parser 2026-02-10 10:10:38 +01:00
base.rs Weaken assert_dep_node_not_yet_allocated_in_current_session for multiple threads 2026-02-03 21:46:06 +01:00
codegen_attrs.rs Port #[lang] to the new attribute parsers 2026-02-13 16:04:19 +00:00
common.rs rustc_target: introduce Os 2025-11-11 18:55:40 -05:00
errors.rs Rename inline_fluent! to msg! 2026-02-14 13:47:52 +01:00
lib.rs Stabilize assert_matches 2026-02-11 14:13:44 +01:00
meth.rs Remove DynKind 2025-09-17 04:46:46 +02:00
mono_item.rs Port the #[linkage] attribute to the new attribute system 2025-08-13 21:01:37 +02:00
size_of_val.rs remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
target_features.rs Use rust rather than LLVM target features in the target spec 2025-11-25 14:39:42 +00:00