index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
syntax-extension-fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-2
/
+1
2011-12-02
Disable a test that's failing on 32-bit due to imprecise literal handling
Marijn Haverbeke
-1
/
+2
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-0
/
+14
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-151
/
+151
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-149
/
+149
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-153
/
+153
2011-08-20
Reformat
Brian Anderson
-150
/
+150
2011-08-03
Un-xfail more pretty-printing tests
Brian Anderson
-2
/
+0
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-06-24
Make a test compile faster.
Paul Stansifer
-3
/
+26
2011-06-21
rustc: Remove unused slice call from extfmt. Closes #532
Brian Anderson
-0
/
+3
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-186
/
+185
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-2
/
+2
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-1
/
+0
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-2
/
+2
2011-05-10
Un-XFAIL syntax-extension-fmt.rs
Brian Anderson
-3
/
+0
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-2
/
+2
2011-05-03
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
-0
/
+2
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+1
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-1
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+1
2011-04-26
Fix the interaction between various flags in #fmt
Brian Anderson
-2
/
+17
2011-04-26
Support octal #fmt conversions
Brian Anderson
-0
/
+11
2011-04-26
Make #fmt char conversions behave like printf
Brian Anderson
-2
/
+5
2011-04-18
Precision overrides 0-padding in #fmt
Brian Anderson
-1
/
+11
2011-04-18
Left-justification overrides 0-padding in #fmt
Brian Anderson
-1
/
+11
2011-04-18
Support 0 flag in #fmt
Brian Anderson
-0
/
+17
2011-04-17
Support the space flag in #fmt
Brian Anderson
-0
/
+9
2011-04-17
Support + flag in #fmt
Brian Anderson
-0
/
+5
2011-04-17
Support #fmt precision for bools, with same rules as strings
Brian Anderson
-0
/
+8
2011-04-17
Fix indentation in syntax-extension-fmt.rs
Brian Anderson
-44
/
+44
2011-04-17
Treat char #fmt conversions just like str conversions
Brian Anderson
-0
/
+6
2011-04-17
Support #fmt precision for signed types
Brian Anderson
-12
/
+20
2011-04-17
Support #fmt precision for unsigned types
Brian Anderson
-16
/
+16
2011-04-17
Support #fmt precision for string types
Brian Anderson
-0
/
+37
2011-04-16
Support left-justification in #fmt conversions
Brian Anderson
-0
/
+10
2011-04-16
Add another test for #fmt conversion widths
Brian Anderson
-0
/
+1
2011-04-16
Make #fmt support explicit conversion widths
Brian Anderson
-0
/
+10
2011-04-16
More tests for #fmt
Brian Anderson
-0
/
+7
2011-04-13
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
-0
/
+2
2011-04-13
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
-0
/
+1
2011-04-13
Add ExtFmt test for unsigned type
Brian Anderson
-0
/
+1
2011-04-11
Add support for bool, char to extfmt.
Brian Anderson
-3
/
+10
2011-03-25
Switch xfail system to use comments embedded in source files.
Graydon Hoare
-0
/
+1
2011-03-02
Add more #fmt tests
Brian Anderson
-0
/
+3
[next]