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
/
src
/
libstd
/
sys
/
unix
/
stack_overflow.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-44
/
+43
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-3
/
+0
2019-03-21
FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1]
MikaelUrankar
-2
/
+2
2019-02-28
Fix some imports and paths
Taiki Endo
-1
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-7
/
+2
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-1
/
+1
2016-04-04
Fix stack overflow detection on FreeBSD
Alan Somers
-1
/
+1
2016-02-22
Fix broken Solaris build
Nikita Baksalyar
-1
/
+2
2016-02-18
Remove alternate stack with sigaltstack before unmapping it.
Tomasz Miąsko
-5
/
+24
2016-02-06
Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brson
bors
-17
/
+21
2016-02-05
Abort on stack overflow instead of re-raising SIGSEGV
Brian Campbell
-17
/
+21
2016-02-03
Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
bors
-0
/
+2
2016-02-02
trying again at fixing stackp initialization
Dave Huseby
-3
/
+18
2016-02-02
simplifying get_stack
Dave Huseby
-24
/
+3
2016-02-02
refactoring get_stack to be cleaner
Dave Huseby
-27
/
+20
2016-02-02
Fixes #31229
Dave Huseby
-9
/
+34
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-2
/
+2
2016-01-31
Add Illumos support
Nikita Baksalyar
-0
/
+2
2016-01-26
Fix warnings during tests
Alex Crichton
-0
/
+1
2016-01-12
make siginfo_si_addr() returns a usize
Sébastien Marie
-5
/
+5
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-4
/
+7
2015-11-09
std: Migrate to the new libc
Alex Crichton
-7
/
+23
2015-11-01
Use guard-pages also on DragonFly/FreeBSD.
Michael Neumann
-0
/
+4
2015-09-26
Add support for the rumprun unikernel
Sebastian Wicki
-2
/
+2
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-1
/
+1
2015-09-04
Add ptr import (fixup #28187)
Manish Goregaokar
-1
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-2
/
+2
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-10
Remove morestack support
Alex Crichton
-39
/
+33
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+3
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+2
2015-06-22
sys/unix: Consolidate signal-handling FFI bindings
Geoffrey Thomas
-136
/
+5
2015-04-27
std: Don't assume thread::current() works on panic
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-18
Fix private module loophole in the 'private type in public item' check
Nick Cameron
-3
/
+3
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-1
/
+0
2015-02-11
fixing PR review comments
Dave Huseby
-4
/
+1
2015-02-11
fixing trailing whitespace errors
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-4
/
+11
2015-02-01
openbsd support
Sébastien Marie
-3
/
+20
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-3
/
+3
2015-01-17
Register new snapshots.
Eduard Burtescu
-4
/
+2
2015-01-11
powerpc: Fixup more stack work
Richo Healey
-0
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+4
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-23
/
+9
[next]