rust/src/libstd/unstable
bors 8b7e241e02 auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton
This removes a bunch of options from the task builder interface that are irrelevant to the new scheduler and were generally unused anyway. It also bumps the stack size of new scheduler tasks so that there's enough room to run rustc and changes the interface to `Thread` to not implicitly join threads on destruction, but instead require an explicit, and mandatory, call to `join`.
2013-07-31 02:10:24 -07:00
..
atomics.rs Fix spelling errors 2013-07-28 20:45:23 +12:00
dynamic_lib.rs
extfmt.rs Added %p directive to fmt!, which expects *T as argument 2013-07-29 20:34:01 +08:00
finally.rs
intrinsics.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
lang.rs libstd: Fix errors when rtdebug! is not a noop. 2013-07-25 05:57:52 -04:00
mod.rs std::rt: Change Thread interface to require an explicit join 2013-07-30 14:23:44 -07:00
raw.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
simd.rs
sync.rs UnsafeArc methods return unsafe pointers, so are not themselves unsafe. 2013-07-30 13:19:26 -04:00