about summary refs log tree commit diff
path: root/src/libstd/fmt.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-12/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+8
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+10
2014-05-15std: Fix float testsAlex Crichton-3/+0
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+583