rust/compiler/rustc_monomorphize/src
Mark Rousskov 4a216a25d1 Share inline(never) generics across crates
This reduces code sizes and better respects programmer intent when
marking inline(never). Previously such a marking was essentially ignored
for generic functions, as we'd still inline them in remote crates.
2024-11-28 13:43:05 -05:00
..
mono_checks use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
collector.rs remove remaining references to Reveal 2024-11-23 13:52:56 +01:00
errors.rs ABI checks: add support for tier2 arches 2024-11-12 22:34:31 +01:00
lib.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
partitioning.rs Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
polymorphize.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00