rust/compiler/rustc_session/src
Matthias Krüger c8c5fa4893
Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd
Respect --sysroot for rustc -vV and -Cpasses=list

This is necessary when the specified codegen backend is in a custom sysroot.

Fixes https://github.com/rust-lang/rust/issues/135165
2025-01-20 20:58:35 +01:00
..
config Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee 2025-01-06 22:04:13 -05:00
code_stats.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
config.rs Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd 2025-01-20 20:58:35 +01:00
cstore.rs Update comments 2024-12-19 15:30:32 +00:00
errors.rs rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) 2024-12-02 01:14:40 +07:00
filesearch.rs rustc_metadata: Preprocess search paths for better performance 2024-11-15 10:35:33 +01:00
lib.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
options.rs Update docs for -Clink-dead-code to discourage its use 2025-01-16 15:43:29 +11:00
output.rs Reduce the amount of explicit FatalError.raise() 2024-12-20 14:09:25 +00:00
parse.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
search_paths.rs rustc_metadata: Preprocess search paths for better performance 2024-11-15 10:35:33 +01:00
session.rs make -Csoft-float have an effect on all ARM targets 2024-12-29 11:10:36 +01:00
utils.rs remove a couple of redundant String to String conversion 2024-10-12 22:07:46 +02:00