rust/src/libstd/unstable
Huon Wilson a79575529d std: use ArcData rather than c_void in UnsafeArc.
This means that fewer `transmute`s are required, so there is less
chance of a `transmute` not having the corresponding `forget`
(possibly leading to use-after-free, etc).
2013-08-27 22:24:34 +10:00
..
atomics.rs doc: correct spelling in documentation. 2013-08-16 15:41:28 +10:00
dynamic_lib.rs std: Add Win64 support 2013-08-26 22:15:45 +09:00
extfmt.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
finally.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
intrinsics.rs doc: correct spelling in documentation. 2013-08-16 15:41:28 +10:00
lang.rs Remove the annihilate lang item 2013-08-16 13:24:24 -07:00
mod.rs Try to fix mac valgrind bot by disabling thread-heavy activities. 2013-08-19 15:09:20 -07:00
raw.rs Rewrite pass management with LLVM 2013-08-26 20:11:51 -07:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs std: use ArcData rather than c_void in UnsafeArc. 2013-08-27 22:24:34 +10:00