summary refs log tree commit diff
path: root/src/test/run-pass/ifmt.rs
AgeCommit message (Expand)AuthorLines
2013-11-26std: Remove unused attributesklutzy-1/+0
2013-11-11Move std::rt::io to std::ioAlex Crichton-4/+4
2013-10-15Build a few extra features into format! parsingAlex Crichton-0/+3
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-10-01remove the `float` typeDaniel Micay-6/+4
2013-09-27Remove the notion of an "unknown format"Alex Crichton-3/+2
2013-09-18Allow trailing commas in format!Alex Crichton-0/+4
2013-09-12auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonwbors-0/+1
2013-09-12Parse underscores in identifiers for format!Alex Crichton-0/+1
2013-09-12Implement a format_args!() macroAlex Crichton-5/+24
2013-09-11Flag unsafe blocks from format! as compiler-generatedAlex Crichton-0/+9
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
2013-09-03Test and document escaping on format!()novalis-0/+6
2013-09-02Don't have format! move out of local variablesAlex Crichton-0/+5
2013-08-31document why some tests are xfail-fastDaniel Micay-1/+1
2013-08-31repr: remove trailing {} from unit-like structsDaniel Micay-1/+1
2013-08-31repr: print the name of structsDaniel Micay-1/+3
2013-08-24Introduce alternate forms of loggingAlex Crichton-1/+1
2013-08-24Settle on the format/write/print family of namesAlex Crichton-171/+186
2013-08-24Implement a wrapper macro around fprintf -- ifmtfAlex Crichton-1/+21
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-5/+25
2013-08-16Implement `{:s}` for ~str and @str as wellAlex Crichton-0/+2
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-6/+15
2013-08-12Correct the padding on integer types for formattingAlex Crichton-65/+57
2013-08-12Define integer formats for all widthsAlex Crichton-0/+64
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-37/+92
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+71