about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/stack_overflow.rs
AgeCommit message (Expand)AuthorLines
2025-09-29Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboetbors-1/+11
2025-09-27Skip stack overflow handler for panic=immediate-abortNoratrieb-1/+11
2025-09-25resolve: Do not finalize shadowed bindingsVadim Petrochenkov-1/+1
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+4
2025-07-28thread name in stack overflow messagejoboet-10/+13
2025-05-16disable the stack overflow handler on mirijoboet-29/+41
2025-05-05std: stop using TLS in signal handlerjoboet-38/+54
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-8/+22
2025-03-18Add stack overflow handler for cygwinBerrysoft-0/+87
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-02-19fix by commentsxizheyin-21/+17
2025-02-19remove assume_init in stack_overflowxizheyin-6/+9
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-6/+17
2025-01-14std: lazily allocate the main thread handlejoboet-4/+5
2024-10-17std::unix::stack_overflow::drop_handler addressing todo through libc updateDavid Carlier-3/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+5
2024-09-09[illumos] enable SIGSEGV handler to detect stack overflowsRain-4/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-15/+12
2024-07-20Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ...Matthias Krüger-24/+61
2024-07-18unix: acquire-load NEED_ALTSTACKJubilee-1/+1
2024-07-18unix: Unsafe-wrap stack_overflow::{drop,make}_handlerJubilee Young-10/+27
2024-07-18unix: Unsafe-wrap stack_overflow::cleanupJubilee Young-1/+6
2024-07-18unix: lift init of sigaltstack before sigactionJubilee Young-9/+17
2024-07-18unix: Unsafe-wrap stack_overflow::signal_handlerJubilee Young-3/+10
2024-07-17unix: unsafe-wrap install_main_guard_defaultJubilee Young-9/+12
2024-07-17unix: clean up install_main_guard_freebsdJubilee Young-13/+12
2024-07-16unix: stack_start_aligned is a safe fnJubilee Young-7/+9
2024-07-16unix: split stack_overflow::install_main_guard by osJubilee Young-90/+115
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-03-31std: move UNIX stack overflow guard page handling into `stack_overflow.rs`joboet-25/+287
2024-03-06Dynamically size sigaltstk in stdJubilee Young-11/+39
2024-01-11std: fix module references on UNIXjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+223