rust/src/libstd/unstable
Niko Matsakis 6fe59bf877 Add a field borrow_offset to the type descriptor indicating
what amount a T* pointer must be adjusted to reach the contents
of the box. For `~T` types, this requires knowing the type `T`,
which is not known in the case of objects.
2013-08-11 13:59:45 -04:00
..
atomics.rs register snapshots 2013-08-03 21:09:28 -04:00
dynamic_lib.rs std: replace str::as_c_str with std::c_str 2013-08-04 14:13:17 -07:00
extfmt.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
finally.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
intrinsics.rs Add a field borrow_offset to the type descriptor indicating 2013-08-11 13:59:45 -04:00
lang.rs auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt 2013-08-09 21:56:17 -07:00
mod.rs Move atomically to unstable::sync, and document what it actually does. Close #7872. 2013-07-31 14:37:22 -04:00
raw.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
simd.rs
sync.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00