rust/src/libstd
Alex Crichton 00f9263914 std: Add an adaptor for Writer => FormatWriter
This new method, write_fmt(), is the one way to write a formatted list of
arguments into a Writer stream. This has a special adaptor to preserve errors
which occur on the writer.

All macros will be updated to use this method explicitly.
2014-05-15 23:22:06 -07:00
..
comm
hash
io std: Add an adaptor for Writer => FormatWriter 2014-05-15 23:22:06 -07:00
num core: Move intrinsic float functionality from std 2014-05-15 23:22:06 -07:00
path Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
rt core: Implement unwrap()/unwrap_err() on Result 2014-05-15 23:22:06 -07:00
sync core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
unstable std: Remove run_in_bare_thread 2014-05-15 13:50:50 -07:00
ascii.rs
bitflags.rs Make from_bits in bitflags! safe; add from_bits_truncate 2014-05-15 13:50:33 -07:00
c_str.rs Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
c_vec.rs
cleanup.rs
fmt.rs core: Inherit the std::fmt module 2014-05-15 23:22:06 -07:00
from_str.rs
gc.rs
lib.rs core: Implement unwrap()/unwrap_err() on Result 2014-05-15 23:22:06 -07:00
local_data.rs
macros.rs
option.rs
os.rs librand: Remove all uses of ~str from librand 2014-05-14 18:29:13 -07:00
owned.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
prelude.rs core: Implement unwrap()/unwrap_err() on Result 2014-05-15 23:22:06 -07:00
rc.rs
reflect.rs
repr.rs
rtdeps.rs
slice.rs
str.rs auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmr 2014-05-15 21:41:29 -07:00
strbuf.rs Change StrBuf::from_utf8() to return Result 2014-05-14 17:35:55 -07:00
task.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
to_str.rs
unicode.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00
vec.rs Make Vec.truncate() resilient against failure in Drop 2014-05-15 13:50:29 -07:00