rust/compiler/rustc_session/src
Zalathar 84ff44c749 Add perma-unstable --print=backend-has-zstd for use by compiletest
Tests for `-Zdebuginfo-compression=zstd` need to be skipped if LLVM was built
without support for zstd compression.

Currently, compiletest relies on messy and fragile heuristics to detect whether
the compiler's LLVM was built with zstd support. But the compiler itself
already knows whether LLVM has zstd or not, so it's easier for compiletest to
just ask the compiler.
2025-12-05 14:27:52 +11:00
..
config Add perma-unstable --print=backend-has-zstd for use by compiletest 2025-12-05 14:27:52 +11:00
code_stats.rs Document why CodeStats::type_sizes is public 2025-04-21 17:36:36 +02:00
config.rs Extract module rustc_session::config::print_request 2025-11-21 11:29:10 +11:00
cstore.rs Move NativeLibKind from rustc_session to rustc_hir 2025-08-27 20:24:59 +02:00
errors.rs Better warning message for crate type unsupported by codegen backend 2025-11-02 12:33:38 +00:00
filesearch.rs Fix new function_casts_as_integer lint errors in core, std, panic_unwind and compiler crates 2025-11-10 16:38:28 +01:00
lib.rs Exhaustively specify names and stability of --print values 2025-11-21 11:35:07 +11:00
macros.rs Exhaustively specify names and stability of --print values 2025-11-21 11:35:07 +11:00
options.rs Emscripten: Turn wasm-eh on by default 2025-12-03 14:34:07 -08:00
output.rs Better warning message for crate type unsupported by codegen backend 2025-11-02 12:33:38 +00:00
parse.rs Emit error when using path-segment keyword as cfg pred 2025-11-21 18:48:04 +08:00
search_paths.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
session.rs Rollup merge of #148855 - ZuseZ4:autodiff-lto-error, r=bjorn3 2025-11-17 16:41:02 +11:00
utils.rs Move NativeLibKind from rustc_session to rustc_hir 2025-08-27 20:24:59 +02:00