rust/src/libstd/unstable
Kevin Ballard 03ef71e262 Add ToCStr method .with_c_str()
.with_c_str() is a replacement for the old .as_c_str(), to avoid
unnecessary boilerplate.

Replace all usages of .to_c_str().with_ref() with .with_c_str().
2013-08-15 01:33:10 -07:00
..
atomics.rs register snapshots 2013-08-03 21:09:28 -04:00
dynamic_lib.rs Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -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 fix build with the new snapshot compiler 2013-08-12 17:37:46 -04:00
lang.rs Add ToCStr method .with_c_str() 2013-08-15 01:33:10 -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 Implement formatting arguments for strings and integers 2013-08-12 23:18:51 -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 Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382. 2013-08-12 13:19:17 -04:00