rust/compiler/rustc_driver_impl/src
bjorn3 37f576c62a Disable Ctrl-C handling on WASM
WASM fundamentally doesn't support signals. If WASI ever gets support
for notifying the guest process of a Ctrl-C that happened, this would
have to be done through the guest process polling for the signal, which
will require thread support in WASI too to be compatible with the api
provided by the ctrlc crate.
2024-04-11 12:35:47 +00:00
..
args.rs Refactor argument UTF-8 checking into rustc_driver::args::raw_args() 2024-03-07 00:20:01 +00:00
lib.rs Disable Ctrl-C handling on WASM 2024-04-11 12:35:47 +00:00
pretty.rs Ensure we do not accidentally insert new early aborts in the analysis passes 2024-04-08 14:44:10 +00: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