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-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