rust/src/libgreen
Huon Wilson 8b246fda78 green,native,rustuv: Replace many pointer transmute's with as or referencing.
These can all be written in a more controlled manner than with the
transmute hammer, leading to (hopefully) safer code.
2014-02-24 01:15:39 +11:00
..
basic.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
context.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +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
sched.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11: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
stack.rs Fix a bug where cached stacks weren't re-used 2014-02-13 20:29:46 -08:00
task.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11:00