rust/src/libcore
bors 2b4cdea7f1 auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr
This commit fills in the documentation holes for the FormatWriter trait which
were previously accidentally left blank. Additionally, this adds the `write_fmt`
method to the trait to allow usage of the `write!` macro with implementors of
the `FormatWriter` trait. This is not useful for consumers of the standard
library who should generally avoid the `FormatWriter` trait, but it is useful
for consumers of the core library who are not using the standard library.
2014-05-18 02:51:30 -07:00
..
fmt auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr 2014-05-18 02:51:30 -07:00
num core: Move intrinsic float functionality from std 2014-05-15 23:22:06 -07:00
any.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
atomics.rs core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
bool.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
cell.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
char.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
clone.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
cmp.rs core: Derive Show impls wherever possible 2014-05-15 23:22:06 -07:00
container.rs core: Inherit the container module 2014-05-07 08:13:24 -07:00
default.rs core: Remove the unit module 2014-05-15 13:50:50 -07:00
failure.rs core: Implement unwrap()/unwrap_err() on Result 2014-05-15 23:22:06 -07:00
finally.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
intrinsics.rs core: Derive Show impls wherever possible 2014-05-15 23:22:06 -07:00
iter.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
kinds.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
lib.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
macros.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
mem.rs std: Move the owned module from core to std 2014-05-13 17:24:07 -07:00
ops.rs core: Inherit the ops module 2014-05-07 08:13:06 -07:00
option.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
prelude.rs core: Clarify the documentation on core's prelude 2014-05-17 22:08:49 -07:00
ptr.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
raw.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
result.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
should_not_exist.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
slice.rs libcore: remove fails from slice.rs and remove duplicated length checking 2014-05-12 19:52:29 -07:00
str.rs auto merge of #14135 : gereeter/rust/two-way-search, r=brson 2014-05-16 14:46:24 -07:00
tuple.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
ty.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
unicode.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00