rust/src/libstd/unstable
Eduard Burtescu 331c6efe45 Inline Finallyalizer::drop, allowing LLVM to optimize finally.
* fixes the vec::from_elem regression caused by #8780
* added 5 benchmarks for allocating a 1KB ~[u8] and zeroing it
2013-12-12 07:07:45 +02:00
..
atomics.rs
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 libextra: Another round of de-Cell-ing. 2013-12-10 15:13:12 -08:00
mutex.rs Move LittleLock to using RAII 2013-11-25 17:55:41 -08:00
raw.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
simd.rs
sync.rs libstd: Change atomically to use RAII. 2013-12-10 15:13:13 -08:00