rust/compiler/rustc_interface/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
..
callbacks.rs Do not call source_span when not tracking dependencies. 2024-08-24 16:40:40 +00:00
errors.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
interface.rs Respect --target in get_backend_from_raw_matches 2025-01-20 15:47:26 +00:00
lib.rs Remove the parse query 2024-12-14 14:24:49 +00:00
passes.rs Use par_body_owners in coroutine check 2025-01-18 22:03:04 +00:00
proc_macro_decls.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
queries.rs Remove the parse query 2024-12-14 14:24:49 +00:00
tests.rs Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd 2025-01-20 20:58:35 +01:00
util.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00