rust/src/libstd/unstable
Alex Crichton 1815aea368 std: Introduce an unstable::stack module
This module will be used to manage the OS-specific TLS registers used to specify
the bounds of the current rust stack (useful in 1:1 and M:N)
2013-12-24 14:41:59 -08:00
..
atomics.rs std: Make atomic types non-copyable. Closes #8380 2013-11-07 18:37:56 -08:00
dynamic_lib.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
finally.rs Inline Finallyalizer::drop, allowing LLVM to optimize finally. 2013-12-12 07:07:45 +02:00
intrinsics.rs Register new snapshots 2013-12-03 14:31:54 -08:00
lang.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
mod.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00
mutex.rs std: fix spelling in docs. 2013-12-15 16:26:09 +11:00
raw.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
stack.rs std: Introduce an unstable::stack module 2013-12-24 14:41:59 -08:00
sync.rs Fallout of rewriting std::comm 2013-12-16 17:47:11 -08:00