| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more commentary about ExtFmt | Brian Anderson | 2011-04-13 | 1 | -1/+30 |
| * | Add support for printing uints as lower-case hex to ExtFmt. | Brian Anderson | 2011-04-13 | 1 | -5/+22 |
| * | Move #fmt conversion model into ExtFmt.CT namespace | Brian Anderson | 2011-04-13 | 1 | -44/+44 |
| * | Factor out creation of calls into ExtFmt.RT | Brian Anderson | 2011-04-11 | 1 | -4/+4 |
| * | Add support for bool, char to extfmt. | Brian Anderson | 2011-04-11 | 1 | -0/+12 |
| * | Move ExtFmt compile-time functions into their own module | Brian Anderson | 2011-04-11 | 1 | -170/+173 |
| * | Use correct indentation for ExtFmt.rs | Brian Anderson | 2011-04-11 | 1 | -6/+15 |
| * | Make ExtFmt call its own functions instead of others defined in std | Brian Anderson | 2011-04-11 | 1 | -0/+11 |
| * | Move extfmt parsing into standard library | Brian Anderson | 2011-04-11 | 1 | -0/+213 |
| * | Move the extfmt data model into the standard library. | Brian Anderson | 2011-04-11 | 1 | -0/+47 |