about summary refs log tree commit diff
path: root/src/librustrt/stack.rs
AgeCommit message (Expand)AuthorLines
2014-12-18libs: merge librustrt into libstdAaron Turon-325/+0
2014-10-24Print stack overflow messages for Windows, Linux and OS XJohn Kåre Alsaker-19/+1
2014-10-09rustrt: Convert statics to constantsAlex Crichton-1/+1
2014-09-30Fix librustrtSteven Fackler-32/+40
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-15/+4
2014-08-23Remove stage0 attributes.Vadim Chugunov-4/+0
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-4/+8
2014-08-05Renamed `record_stack_bounds` for clarity.Vadim Chugunov-13/+24
2014-08-04libnative should not mess with stack limits in the TIB. Only libgreen has a ...Vadim Chugunov-1/+6
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+11
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+2
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-12Basic iOS supportValerii Hiora-4/+8
2014-06-12Runtime support for arm on iOSValerii Hiora-2/+37
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+278