about summary refs log tree commit diff
path: root/src/lib/ExtFmt.rs
AgeCommit message (Expand)AuthorLines
2011-04-13Add more commentary about ExtFmtBrian Anderson-1/+30
2011-04-13Add support for printing uints as lower-case hex to ExtFmt.Brian Anderson-5/+22
2011-04-13Move #fmt conversion model into ExtFmt.CT namespaceBrian Anderson-44/+44
2011-04-11Factor out creation of calls into ExtFmt.RTBrian Anderson-4/+4
2011-04-11Add support for bool, char to extfmt.Brian Anderson-0/+12
2011-04-11Move ExtFmt compile-time functions into their own moduleBrian Anderson-170/+173
2011-04-11Use correct indentation for ExtFmt.rsBrian Anderson-6/+15
2011-04-11Make ExtFmt call its own functions instead of others defined in stdBrian Anderson-0/+11
2011-04-11Move extfmt parsing into standard libraryBrian Anderson-0/+213
2011-04-11Move the extfmt data model into the standard library.Brian Anderson-0/+47