rust/compiler/rustc_driver_impl/src
Jubilee Young 094cb1a9fb Dynamically size sigaltstk in rustc
rustc installs a signal stack that assumes that
MINSIGSTKSZ is a constant, unchanging value.
Newer hardware undermines that assumption greatly,
with register files larger than MINSIGSTKZ.
Properly handle this so that it is correct on
all supported Linux versions with all CPUs.
2023-07-10 12:05:16 -07:00
..
args.rs Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
lib.rs Dynamically size sigaltstk in rustc 2023-07-10 12:05:16 -07:00
pretty.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
print.rs Fix ICE on --print=... i/o errors 2023-04-25 08:17:18 -07:00
session_diagnostics.rs Add a new rustc_driver dylib to rexport rustc_driver_impl 2023-02-02 07:34:41 +01:00