summary refs log tree commit diff
path: root/src/libgreen/context.rs
AgeCommit message (Expand)AuthorLines
2014-03-14fix MIPS targetJyun-Yan You-0/+2
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-5/+2
2014-02-24green: remove ancient register-saving code.Huon Wilson-6/+1
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-1/+1
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-53/+60
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-3/+3
2014-01-25Uppercase numeric constantsChris Wong-2/+2
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-3/+3
2013-12-24rustuv: Fix a memory leak (documented inside)Alex Crichton-7/+25
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+284