rust/compiler/rustc_driver_impl/src
Tobias Bucher b98b8d76b1 Don't call `env::set_var` in `rustc_driver::install_ice_hook`
Modifying an environment variable would make the function unsafe to
call.
2024-05-13 09:37:29 +02:00
..
args.rs Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()` 2024-03-07 00:20:01 +00:00
lib.rs Don't call `env::set_var` in `rustc_driver::install_ice_hook` 2024-05-13 09:37:29 +02:00
pretty.rs Remove `extern crate tracing` from numerous crates. 2024-04-30 16:47:49 +10:00
print.rs Fix ICE on --print=... i/o errors 2023-04-25 08:17:18 -07:00
session_diagnostics.rs driver: unconditionally show update nightly hint 2024-04-09 13:37:27 +00:00
signal_handler.rs Suggest using RUST_MIN_STACK if rustc overflowed 2024-03-21 14:49:02 -07:00