rust/compiler/rustc_driver_impl/src
Zalathar 93f69b2300 Don't skip argument parsing when running rustc with no arguments
Setting up the argument parser to parse no arguments is a tiny bit of wasted
work, but avoids an otherwise-unnecessary special case.

In particular, this lets us avoid having to deal with multiple different APIs
to determine whether the compiler is nightly or not.
2025-01-19 13:40:37 +11:00
..
args.rs Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00:00
lib.rs Don't skip argument parsing when running rustc with no arguments 2025-01-19 13:40:37 +11:00
pretty.rs Reduce the amount of explicit FatalError.raise() 2024-12-20 14:09:25 +00:00
print.rs Fix ICE on --print=... i/o errors 2023-04-25 08:17:18 -07:00
session_diagnostics.rs unstable feature usage metrics 2024-11-20 11:31:40 -08:00
signal_handler.rs Remove allowing static_mut_refs lint 2024-10-14 16:48:27 +08:00