Alex Crichton
fd8c05ccc9
Document all of the format! related macros
2013-09-15 01:09:00 -07:00
Alex Crichton
cfe3db810b
Reduce the amount of complexity in format!
...
This renames the syntax-extension file to format from ifmt, and it also reduces
the amount of complexity inside by defining all other macros in terms of
format_args!
2013-09-15 01:09:00 -07:00
Alex Crichton
ba1f663bbd
Raise errors on format strings with unmatched }
...
Otherwise extra stuff after a lone '}' character is simply ignored, which is
very bad.
Closes #8938
2013-09-03 23:02:59 -07:00
Alex Crichton
eb836dd61e
Settle on the format/write/print family of names
2013-08-24 12:48:10 -07:00
Alex Crichton
ffb670ffcd
Add initial support for a new formatting syntax
...
The new macro is available under the name ifmt! (only an intermediate name)
2013-08-07 19:21:43 -07:00