rust/compiler/rustc_driver_impl/src
bjorn3 701e2f708b Reduce the amount of explicit FatalError.raise()
Instead use dcx.abort_if_error() or guar.raise_fatal() instead. These
guarantee that an error actually happened previously and thus we don't
silently abort.
2024-12-20 14:09:25 +00: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 #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors 2024-12-18 22:56:56 +08: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 Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00