about summary refs log tree commit diff
path: root/src/test/compile-fail/ifmt-bad-arg.rs
AgeCommit message (Expand)AuthorLines
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-07-18Special case for 0 arguments given in format!Jonas Hietala-3/+7
2014-07-18Correct plural of arguments in format_args!Jonas Hietala-0/+11
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-36/+0
2013-10-18Try to improve format! error messagesAlex Crichton-5/+5
2013-09-27Remove the notion of an "unknown format"Alex Crichton-2/+2
2013-09-15Document all of the format! related macrosAlex Crichton-4/+3
2013-09-15Reduce the amount of complexity in format!Alex Crichton-3/+5
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+3
2013-08-24Settle on the format/write/print family of namesAlex Crichton-43/+43
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+74