about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/signal_handler.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Install more signal stack trace handlersUrgau-11/+39
2024-10-14Remove allowing static_mut_refs lintmu001999-9/+11
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-13Disallow hidden references to mutable staticObei Sideg-0/+2
2024-08-26Use unsafe extern blocks throughout the compilerMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-21Suggest using RUST_MIN_STACK if rustc overflowedJubilee Young-1/+5
2023-07-19Clarify arbitrary constantsJubilee-2/+3
2023-07-19Add recursion detection to signal-safe backtraceJubilee Young-18/+83
2023-07-19Explain SIGSEGV backtrace handlerJubilee Young-0/+76