about summary refs log tree commit diff
path: root/src/libfmt_macros/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+10
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-3/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-0/+989