rust/src/libgreen
Alex Crichton bf67783332 green: Don't return the red zone in stack_bounds()
This is mostly just an implementation detail, and anyone worried about the stack
bounds doesn't need to be bothered with the red zone because it's not usable
anyway.

Closes #12897
2014-03-14 22:46:13 -07:00
..
basic.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
context.rs fix MIPS target 2014-03-14 11:13:36 +08:00
coroutine.rs Remove two allocations from spawning a green task 2014-02-13 20:31:17 -08:00
lib.rs auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger 2014-03-13 22:26:35 -07:00
macros.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
message_queue.rs Shuffle around ownership in concurrent queues 2014-02-11 16:32:00 -08:00
sched.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
simple.rs Cleaned up std::any 2014-03-04 21:10:23 +01:00
sleeper_list.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
stack.rs std: make .swap_remove return Option<T>. 2014-02-24 21:22:26 -08:00
task.rs green: Don't return the red zone in stack_bounds() 2014-03-14 22:46:13 -07:00