about summary refs log tree commit diff
path: root/src/libfmt_macros
AgeCommit message (Expand)AuthorLines
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-385/+23
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-12/+12
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