| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -568/+0 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -38/+38 | |
| (Have fun mergining your stuff with this.) | ||||
| 2011-04-26 | Fix the interaction between various flags in #fmt | Brian Anderson | -7/+12 | |
| 2011-04-26 | Support octal #fmt conversions | Brian Anderson | -0/+7 | |
| 2011-04-26 | Make #fmt char conversions behave like printf | Brian Anderson | -1/+1 | |
| 2011-04-19 | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | -3/+3 | |
| 2011-04-18 | Precision overrides 0-padding in #fmt | Brian Anderson | -34/+49 | |
| 2011-04-18 | Rearrange ExtFmt.RT.pad to recover some horizontal space | Brian Anderson | -49/+51 | |
| 2011-04-18 | Left-justification overrides 0-padding in #fmt | Brian Anderson | -22/+24 | |
| 2011-04-18 | Support 0 flag in #fmt | Brian Anderson | -5/+49 | |
| 2011-04-17 | Support the space flag in #fmt | Brian Anderson | -4/+9 | |
| 2011-04-17 | Support + flag in #fmt | Brian Anderson | -3/+8 | |
| 2011-04-17 | Support #fmt precision for bools, with same rules as strings | Brian Anderson | -2/+6 | |
| Not totally confident this is desirable. The alternative would be to make it a compile error. | ||||
| 2011-04-17 | Treat char #fmt conversions just like str conversions | Brian Anderson | -1/+1 | |
| Add missing tests | ||||
| 2011-04-17 | Support #fmt precision for signed types | Brian Anderson | -37/+46 | |
| 2011-04-17 | Support #fmt precision for unsigned types | Brian Anderson | -11/+49 | |
| 2011-04-17 | Support #fmt precision for string types | Brian Anderson | -2/+25 | |
| 2011-04-16 | Support left-justification in #fmt conversions | Brian Anderson | -3/+29 | |
| 2011-04-16 | Make #fmt support explicit conversion widths | Brian Anderson | -9/+45 | |
| 2011-04-13 | Add support for upper-case hex and binary output to #fmt. | Brian Anderson | -0/+6 | |
| Only works for uints at present. Necessitated the addition of _str.to_upper. | ||||
| 2011-04-13 | Add more commentary about ExtFmt | Brian Anderson | -1/+30 | |
| 2011-04-13 | Add support for printing uints as lower-case hex to ExtFmt. | Brian Anderson | -5/+22 | |
| Begin passing an ExtFmt.RT.conv parsed format description to each of the ExtFmt.RT.conv* functions. | ||||
| 2011-04-13 | Move #fmt conversion model into ExtFmt.CT namespace | Brian Anderson | -44/+44 | |
| 2011-04-11 | Factor out creation of calls into ExtFmt.RT | Brian Anderson | -4/+4 | |
| 2011-04-11 | Add support for bool, char to extfmt. | Brian Anderson | -0/+12 | |
| XFAIL syntax-extension-fmt in rustboot. | ||||
| 2011-04-11 | Move ExtFmt compile-time functions into their own module | Brian Anderson | -170/+173 | |
| 2011-04-11 | Use correct indentation for ExtFmt.rs | Brian Anderson | -6/+15 | |
| 2011-04-11 | Make ExtFmt call its own functions instead of others defined in std | Brian Anderson | -0/+11 | |
| 2011-04-11 | Move extfmt parsing into standard library | Brian Anderson | -0/+213 | |
| 2011-04-11 | Move the extfmt data model into the standard library. | Brian Anderson | -0/+47 | |
