rust/compiler/rustc_driver_impl/src
Matthias Krüger 7d31ae7f35
Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk
Get rid of RunCompiler

The various `set_*` methods that have been removed can be replaced by setting the respective fields in the `Callbacks::config` implementation. `set_using_internal_features` was often forgotten and it's equivalent is now done automatically.
2025-01-23 19:54:26 +01:00
..
args.rs Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00:00
lib.rs Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk 2025-01-23 19:54:26 +01: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