rust/src/libstd/unstable
Jens Nockert bc6848d352 Adds conditional byteswapping intrinsics
These intrinsics are synthesized, so maybe they should be in another
file. But since they are just a single line of code each, based on the
bswap intrinsics and aren't really intended for public consumption (they should be exposed as a
single function / trait) I thought they would fit here.
2013-06-17 02:05:36 +02:00
..
at_exit.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
atomics.rs Document unstable::atomics fetch_* return values 2013-06-12 20:53:40 -04:00
dynamic_lib.rs Prototyped a dynamic library facility interface 2013-06-12 17:32:13 -07:00
exchange_alloc.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
extfmt.rs std: remove substr & str::count_*, methodise char_len, implement slice_chars. 2013-06-12 12:21:04 +10:00
finally.rs Add a finally impl for extern "Rust" fn() 2013-06-11 12:40:40 -07:00
global.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
intrinsics.rs Adds conditional byteswapping intrinsics 2013-06-17 02:05:36 +02:00
lang.rs std: convert str::reserve* to methods, and methodise str::push_*. 2013-06-10 23:02:55 +10:00
mod.rs Prototyped a dynamic library facility interface 2013-06-12 17:32:13 -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 Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
weak_task.rs std::cell: Modernize constructors 2013-06-04 12:03:58 +02:00