rust/compiler/rustc_monomorphize/src
Jacob Pratt 9f35917dd9
Rollup merge of #141558 - Diggsey:db-limit-cgu-name-length, r=matthewjasper
Limit the size of cgu names when using the `-Zhuman-readable-cgu-name…

…s` option

Prior to this change, cgu names could be generated which would result in filenames longer than the limit imposed by the OS.
2025-06-07 07:05:45 +02:00
..
mono_checks abi_check: tweak some comments 2025-06-04 08:38:50 +02:00
partitioning working dupv and dupvonly for fwd mode 2025-04-16 17:13:31 -04:00
collector.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
errors.rs Remove mono item collection strategy override from -Zprint-mono-items 2025-05-09 12:19:09 +02:00
lib.rs Replace some Option<Span> with Span and use DUMMY_SP instead of None 2025-06-05 14:14:59 +00:00
partitioning.rs Limit the size of cgu names when using the -Zhuman-readable-cgu-names option 2025-05-26 23:29:26 +01:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00