index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
pal
/
unix
/
stack_overflow.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Auto merge of #147090 - Noratrieb:immediate-abort-stack-overflow, r=joboet
bors
-1
/
+11
2025-09-27
Skip stack overflow handler for panic=immediate-abort
Noratrieb
-1
/
+11
2025-09-25
resolve: Do not finalize shadowed bindings
Vadim Petrochenkov
-1
/
+1
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-2
/
+4
2025-07-28
thread name in stack overflow message
joboet
-10
/
+13
2025-05-16
disable the stack overflow handler on miri
joboet
-29
/
+41
2025-05-05
std: stop using TLS in signal handler
joboet
-38
/
+54
2025-04-27
use generic Atomic type where possible
Christopher Durham
-4
/
+4
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-8
/
+22
2025-03-18
Add stack overflow handler for cygwin
Berrysoft
-0
/
+87
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-02-19
fix by comments
xizheyin
-21
/
+17
2025-02-19
remove assume_init in stack_overflow
xizheyin
-6
/
+9
2025-02-13
Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix
xizheyin
-6
/
+17
2025-01-14
std: lazily allocate the main thread handle
joboet
-4
/
+5
2024-10-17
std::unix::stack_overflow::drop_handler addressing todo through libc update
David Carlier
-3
/
+1
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+5
2024-09-09
[illumos] enable SIGSEGV handler to detect stack overflows
Rain
-4
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+12
2024-07-20
Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ...
Matthias Krüger
-24
/
+61
2024-07-18
unix: acquire-load NEED_ALTSTACK
Jubilee
-1
/
+1
2024-07-18
unix: Unsafe-wrap stack_overflow::{drop,make}_handler
Jubilee Young
-10
/
+27
2024-07-18
unix: Unsafe-wrap stack_overflow::cleanup
Jubilee Young
-1
/
+6
2024-07-18
unix: lift init of sigaltstack before sigaction
Jubilee Young
-9
/
+17
2024-07-18
unix: Unsafe-wrap stack_overflow::signal_handler
Jubilee Young
-3
/
+10
2024-07-17
unix: unsafe-wrap install_main_guard_default
Jubilee Young
-9
/
+12
2024-07-17
unix: clean up install_main_guard_freebsd
Jubilee Young
-13
/
+12
2024-07-16
unix: stack_start_aligned is a safe fn
Jubilee Young
-7
/
+9
2024-07-16
unix: split stack_overflow::install_main_guard by os
Jubilee Young
-90
/
+115
2024-05-28
Disable stack overflow handler tests on iOS-like platforms
Mads Marquart
-0
/
+8
2024-03-31
std: move UNIX stack overflow guard page handling into `stack_overflow.rs`
joboet
-25
/
+287
2024-03-06
Dynamically size sigaltstk in std
Jubilee Young
-11
/
+39
2024-01-11
std: fix module references on UNIX
joboet
-1
/
+1
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+223