rust/compiler/rustc_session/src
Matthias Krüger b3284adb54
Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercote
Make CodeStats' type_sizes public

Add another way to get type sizes in CodeStats. I find it weird that the only way to get this information in block for all types is via printing directly to stdout. So this PR adds that flexibility.
2025-04-16 13:45:30 +02:00
..
config Add unstable foo::bar extern command line arguments 2025-04-15 13:04:50 -07:00
code_stats.rs Make CodeStat's type sizes a public field 2025-04-16 02:10:53 +02:00
config.rs Add unstable foo::bar extern command line arguments 2025-04-15 13:04:50 -07:00
cstore.rs Update comments 2024-12-19 15:30:32 +00:00
errors.rs Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb 2025-04-06 10:16:28 +00:00
filesearch.rs Cache current_dll_path output 2025-03-21 12:46:24 +00:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11:00
options.rs Rollup merge of #139647 - eholk:package-namespace, r=fmease 2025-04-16 13:45:27 +02:00
output.rs Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3 2025-04-15 16:05:15 +00:00
parse.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
search_paths.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
session.rs Stabilize -Zdwarf-version as -Cdwarf-version 2025-04-14 21:26:41 -05:00
utils.rs use slice::contains where applicable 2025-03-28 12:21:21 +00:00