index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
ExtFmt.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make #fmt support explicit conversion widths
Brian Anderson
2011-04-16
1
-9
/
+45
*
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
2011-04-13
1
-0
/
+6
*
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