rust/src/libstd/unstable
Alex Crichton 5aaaca0c6a Consolidate raw representations of rust values
This moves the raw struct layout of closures, vectors, boxes, and strings into a
new `unstable::raw` module. This is meant to be a centralized location to find
information for the layout of these values.

As safe method, `repr`, is provided to convert a rust value to its raw
representation. Unsafe methods to convert back are not provided because they are
rarely used and too numerous to write an implementation for each (not much of a
common pattern).
2013-07-26 09:53:03 -07:00
..
atomics.rs Added missing memory orderings for atomic types. 2013-07-23 12:34:40 +02:00
dynamic_lib.rs
extfmt.rs
finally.rs
intrinsics.rs new snapshot 2013-07-22 01:09:48 -04:00
lang.rs std and extra: use as_c_str instead of as_buf in a couple places 2013-07-23 16:56:22 -07:00
mod.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
raw.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
simd.rs
sync.rs Fix warnings in stdtest and extratest. Maybe somebody will care. 2013-07-20 05:12:05 -04:00