rust/src/libstd/unstable
Alex Crichton 739df232fe Flag the Repr::repr function with #[inline]
This allows cross-crate inlining which is *very* good because this is called a
lot throughout libstd (even when libstd is inlined across crates).
2013-09-06 22:29:29 -07:00
..
atomics.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
dynamic_lib.rs Turned off libstd unit tests that currently fail on Windows. 2013-08-28 01:44:25 -07:00
extfmt.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
finally.rs Enabled unit tests in std and extra. 2013-08-22 20:02:20 -07:00
intrinsics.rs add type name to the tydesc 2013-09-03 04:44:47 -04:00
lang.rs librustc: Ensure that type parameters are in the right positions in paths. 2013-08-27 18:47:57 -07:00
mod.rs
raw.rs Flag the Repr::repr function with #[inline] 2013-09-06 22:29:29 -07:00
simd.rs
sync.rs reduce the size of UnsafeArc from 2 words to 1 2013-08-29 20:29:02 -04:00