about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-118/+120
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-18auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmrbors-4/+32
2014-05-17core: Document FormatWriter and allow `write!`Alex Crichton-4/+32
2014-05-17Register new snapshotsAlex Crichton-4/+0
2014-05-15core: Update all tests for fmt movementAlex Crichton-32/+57
2014-05-15std: Fix float testsAlex Crichton-27/+1
2014-05-15core: Implement f32/f64 formattingAlex Crichton-0/+362
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+1404