rust/src/libstd/unstable
Chris Sainty 88ab38cf06 Removed the -Z once_fns compiler flag and added the new feature directive of the same name to replace it.
Changed the frame_address intrinsic to no longer be a once fn.
This removes the dependency on once_fns from std.
2013-10-17 06:22:48 +02:00
..
atomics.rs remove unnecessary transmutes 2013-09-17 11:54:37 -04:00
dynamic_lib.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
extfmt.rs remove the float type 2013-10-01 14:54:10 -04:00
finally.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
intrinsics.rs Removed the -Z once_fns compiler flag and added the new feature directive of the same name to replace it. 2013-10-17 06:22:48 +02:00
lang.rs fix bounds checking failure message 2013-10-15 16:23:26 -04:00
mod.rs Fix existing privacy/visibility violations 2013-10-07 13:00:52 -07:00
raw.rs Flag the Repr::repr function with #[inline] 2013-09-06 22:29:29 -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 make small ty_struct immediate 2013-10-08 07:11:08 -04:00