rust/compiler/rustc_monomorphize/src
bors 18b53cefdf Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
Generate synthetic object file to ensure all exported and used symbols participate in the linking

Fix #50007 and #47384

This is the synthetic object file approach that I described in https://github.com/rust-lang/rust/pull/95363#issuecomment-1079932354, allowing all exported and used symbols to be linked while still allowing them to be GCed.

Related #93791, #95363

r? `@petrochenkov`
cc `@carbotaniuman`
2022-04-25 16:14:54 +00:00
..
partitioning Auto merge of #95604 - nbdd0121:used2, r=petrochenkov 2022-04-25 16:14:54 +00:00
collector.rs Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot 2022-04-17 08:06:53 +00:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00
polymorphize.rs Use def_key in tcx.item_name when possible. 2022-04-09 10:54:43 +02:00
util.rs Adopt let_else in even more places 2022-02-16 22:43:39 +01:00