rust/src/libgreen
Huon Wilson 768b96e8b1 green: remove ancient register-saving code.
@alexcrichton said he thought this was useless (and it's old logic: it's
been there since before the runtime was written into Rust).
2014-02-24 00:57:35 +11:00
..
basic.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
context.rs green: remove ancient register-saving code. 2014-02-24 00:57:35 +11:00
coroutine.rs Remove two allocations from spawning a green task 2014-02-13 20:31:17 -08:00
lib.rs extern mod => extern crate 2014-02-14 22:55:21 -08: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: Move raw to std::raw 2014-02-23 01:07:53 -08:00
simple.rs std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. 2014-02-16 10:13:56 +11:00
sleeper_list.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
stack.rs Fix a bug where cached stacks weren't re-used 2014-02-13 20:29:46 -08:00
task.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00