rust/compiler/rustc_driver_impl/src
Nicholas Nethercote 8aee35e2ed Merge interface::run_compiler calls.
`rustc_driver_impl::run_compiler` currently has two
`interface::run_compiler` calls: one for the "no input" case, and one
for the normal case.

This commit merges the former into the latter, which makes the control
flow easier to read and avoids some duplication.

It also makes it clearer that the "no input" case will describe lints
before printing crate info, while the normal case does it in the reverse
order. Possibly a bug?
2023-11-18 07:38:05 +11:00
..
args.rs Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
lib.rs Merge interface::run_compiler calls. 2023-11-18 07:38:05 +11:00
pretty.rs Don't steal the parse query when using --pretty 2023-11-05 16:29:15 +00:00
print.rs Fix ICE on --print=... i/o errors 2023-04-25 08:17:18 -07:00
session_diagnostics.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00
signal_handler.rs Clarify arbitrary constants 2023-07-19 00:22:04 -07:00