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
/
test
/
run-pass
/
syntax-extension-fmt.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-2
/
+2
*
Un-XFAIL syntax-extension-fmt.rs
Brian Anderson
2011-05-10
1
-3
/
+0
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-2
/
+2
*
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
2011-05-03
1
-0
/
+2
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
1
-1
/
+1
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
1
-1
/
+1
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
1
-1
/
+1
*
Fix the interaction between various flags in #fmt
Brian Anderson
2011-04-26
1
-2
/
+17
*
Support octal #fmt conversions
Brian Anderson
2011-04-26
1
-0
/
+11
*
Make #fmt char conversions behave like printf
Brian Anderson
2011-04-26
1
-2
/
+5
*
Precision overrides 0-padding in #fmt
Brian Anderson
2011-04-18
1
-1
/
+11
*
Left-justification overrides 0-padding in #fmt
Brian Anderson
2011-04-18
1
-1
/
+11
*
Support 0 flag in #fmt
Brian Anderson
2011-04-18
1
-0
/
+17
*
Support the space flag in #fmt
Brian Anderson
2011-04-17
1
-0
/
+9
*
Support + flag in #fmt
Brian Anderson
2011-04-17
1
-0
/
+5
*
Support #fmt precision for bools, with same rules as strings
Brian Anderson
2011-04-17
1
-0
/
+8
*
Fix indentation in syntax-extension-fmt.rs
Brian Anderson
2011-04-17
1
-44
/
+44
*
Treat char #fmt conversions just like str conversions
Brian Anderson
2011-04-17
1
-0
/
+6
*
Support #fmt precision for signed types
Brian Anderson
2011-04-17
1
-12
/
+20
*
Support #fmt precision for unsigned types
Brian Anderson
2011-04-17
1
-16
/
+16
*
Support #fmt precision for string types
Brian Anderson
2011-04-17
1
-0
/
+37
*
Support left-justification in #fmt conversions
Brian Anderson
2011-04-16
1
-0
/
+10
*
Add another test for #fmt conversion widths
Brian Anderson
2011-04-16
1
-0
/
+1
*
Make #fmt support explicit conversion widths
Brian Anderson
2011-04-16
1
-0
/
+10
*
More tests for #fmt
Brian Anderson
2011-04-16
1
-0
/
+7
*
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
2011-04-13
1
-0
/
+2
*
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
2011-04-13
1
-0
/
+1
*
Add ExtFmt test for unsigned type
Brian Anderson
2011-04-13
1
-0
/
+1
*
Add support for bool, char to extfmt.
Brian Anderson
2011-04-11
1
-3
/
+10
*
Switch xfail system to use comments embedded in source files.
Graydon Hoare
2011-03-25
1
-0
/
+1
*
Add more #fmt tests
Brian Anderson
2011-03-02
1
-0
/
+3
*
Parse parameter types for fmt extension
Brian Anderson
2011-03-02
1
-6
/
+5
*
Add fold, typecheck and trans for expr_ext
Brian Anderson
2011-03-02
1
-2
/
+3
*
Begin work on #fmt parsing
Brian Anderson
2011-03-02
1
-3
/
+3
*
Begin implementing #fmt in rustc
Brian Anderson
2011-03-02
1
-2
/
+10
*
Sketch out #fmt syntax extension in rustboot.
Graydon Hoare
2010-10-01
1
-0
/
+5