rust/src/libcore/task
Tim Chevalier b18320446e Move over to calling ptr::addr_of
Everything should now call ptr::addr_of instead of
ptr::p2::addr_of. Only the pipes macro code when compiled
by stage0 will call ptr::p2::addr_of. Needs a snapshot to get
rid of that.
2012-10-01 15:12:09 -07:00
..
local_data.rs core: Demode patterns 2012-09-28 16:57:36 -07:00
local_data_priv.rs Add a demoded version of ptr::addr_of 2012-09-28 22:19:01 -07:00
rt.rs core: Decompose task into more submodules 2012-09-19 19:08:32 -07:00
spawn.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00