about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
AgeCommit message (Expand)AuthorLines
2015-11-01Use guard-pages also on DragonFly/FreeBSD.Michael Neumann-0/+4
2015-09-26Add support for the rumprun unikernelSebastian Wicki-2/+2
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-1/+1
2015-09-04Add ptr import (fixup #28187)Manish Goregaokar-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-2/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-10Remove morestack supportAlex Crichton-39/+33
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+3
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-06-22sys/unix: Consolidate signal-handling FFI bindingsGeoffrey Thomas-136/+5
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-18Fix private module loophole in the 'private type in public item' checkNick Cameron-3/+3
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+0
2015-02-11fixing PR review commentsDave Huseby-4/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-1/+1
2015-02-11bitrig integrationDave Huseby-4/+11
2015-02-01openbsd supportSébastien Marie-3/+20
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-17Register new snapshots.Eduard Burtescu-4/+2
2015-01-11powerpc: Fixup more stack workRicho Healey-0/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-1/+1
2014-12-18Fallout from new thread APIAaron Turon-23/+9
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+291