about summary refs log tree commit diff
path: root/src/libstd/sys/common/stack.rs
AgeCommit message (Collapse)AuthorLines
2015-01-11powerpc: Janky segmented stack supportRicho Healey-0/+12
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+12
Adds AArch64 knowledge to: * configure, * make files, * sources, * tests, and * documentation.
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+325
This commit merges the `rustrt` crate into `std`, undoing part of the facade. This merger continues the paring down of the runtime system. Code relying on the public API of `rustrt` will break; some of this API is now available through `std::rt`, but is likely to change and/or be removed very soon. [breaking-change]