about summary refs log tree commit diff
path: root/src/test/run-pass/syntax-extension-fmt.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-07Change literal representation to not truncateMarijn Haverbeke-2/+1
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2
2011-11-10Add float support to #fmt. Fix #1014.Josh Matthews-0/+14
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-151/+151
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-149/+149
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-08-30Add #ifmt extension, like #fmt but for istrs. Issue #855Brian Anderson-153/+153
2011-08-20ReformatBrian Anderson-150/+150
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-2/+0
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-0/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-3/+3
2011-06-24Make a test compile faster.Paul Stansifer-3/+26
2011-06-21rustc: Remove unused slice call from extfmt. Closes #532Brian Anderson-0/+3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-186/+185
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-2/+2
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-2/+2
2011-05-10Un-XFAIL syntax-extension-fmt.rsBrian Anderson-3/+0
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-2/+2
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-1/+1
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-1/+1
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-1/+1
2011-04-26Fix the interaction between various flags in #fmtBrian Anderson-2/+17
2011-04-26Support octal #fmt conversionsBrian Anderson-0/+11
2011-04-26Make #fmt char conversions behave like printfBrian Anderson-2/+5
2011-04-18Precision overrides 0-padding in #fmtBrian Anderson-1/+11
2011-04-18Left-justification overrides 0-padding in #fmtBrian Anderson-1/+11
2011-04-18Support 0 flag in #fmtBrian Anderson-0/+17
2011-04-17Support the space flag in #fmtBrian Anderson-0/+9
2011-04-17Support + flag in #fmtBrian Anderson-0/+5
2011-04-17Support #fmt precision for bools, with same rules as stringsBrian Anderson-0/+8
2011-04-17Fix indentation in syntax-extension-fmt.rsBrian Anderson-44/+44
2011-04-17Treat char #fmt conversions just like str conversionsBrian Anderson-0/+6
2011-04-17Support #fmt precision for signed typesBrian Anderson-12/+20
2011-04-17Support #fmt precision for unsigned typesBrian Anderson-16/+16
2011-04-17Support #fmt precision for string typesBrian Anderson-0/+37
2011-04-16Support left-justification in #fmt conversionsBrian Anderson-0/+10
2011-04-16Add another test for #fmt conversion widthsBrian Anderson-0/+1
2011-04-16Make #fmt support explicit conversion widthsBrian Anderson-0/+10
2011-04-16More tests for #fmtBrian Anderson-0/+7
2011-04-13Add support for upper-case hex and binary output to #fmt.Brian Anderson-0/+2
2011-04-13Add support for printing uints as lower-case hex to ExtFmt.Brian Anderson-0/+1
2011-04-13Add ExtFmt test for unsigned typeBrian Anderson-0/+1
2011-04-11Add support for bool, char to extfmt.Brian Anderson-3/+10
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2011-03-02Add more #fmt testsBrian Anderson-0/+3