rust/src/libstd/unstable
Patrick Walton e015bee286 Rewrite each_path to allow performance improvements in the future.
Instead of determining paths from the path tag, we iterate through
modules' children recursively in the metadata. This will allow for
lazy external module resolution.
2013-06-28 10:44:16 -04:00
..
at_exit.rs
atomics.rs Rename #[no_drop_flag] to #[unsafe_no_drop_flag] 2013-06-27 23:20:42 -04:00
dynamic_lib.rs auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr 2013-06-26 00:56:04 -07:00
exchange_alloc.rs Remove intrinsic module 2013-06-23 12:49:16 +02:00
extfmt.rs Rewrite each_path to allow performance improvements in the future. 2013-06-28 10:44:16 -04:00
finally.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
global.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
intrinsics.rs auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr 2013-06-25 04:38:06 -07:00
lang.rs libstd: cleanup warnings 2013-06-21 02:43:02 +12:00
mod.rs std::dynamic_lib: start fixing windows implementation 2013-06-15 10:10:49 +02:00
simd.rs
sync.rs librustc: Change "Owned" to "Send" everywhere 2013-06-28 10:44:15 -04:00
weak_task.rs