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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
ifmt.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-26
std: Remove unused attributes
klutzy
-1
/
+0
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-4
/
+4
2013-10-15
Build a few extra features into format! parsing
Alex Crichton
-0
/
+3
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-0
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-6
/
+4
2013-09-27
Remove the notion of an "unknown format"
Alex Crichton
-3
/
+2
2013-09-18
Allow trailing commas in format!
Alex Crichton
-0
/
+4
2013-09-12
auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw
bors
-0
/
+1
2013-09-12
Parse underscores in identifiers for format!
Alex Crichton
-0
/
+1
2013-09-12
Implement a format_args!() macro
Alex Crichton
-5
/
+24
2013-09-11
Flag unsafe blocks from format! as compiler-generated
Alex Crichton
-0
/
+9
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-1
/
+1
2013-09-03
Test and document escaping on format!()
novalis
-0
/
+6
2013-09-02
Don't have format! move out of local variables
Alex Crichton
-0
/
+5
2013-08-31
document why some tests are xfail-fast
Daniel Micay
-1
/
+1
2013-08-31
repr: remove trailing {} from unit-like structs
Daniel Micay
-1
/
+1
2013-08-31
repr: print the name of structs
Daniel Micay
-1
/
+3
2013-08-24
Introduce alternate forms of logging
Alex Crichton
-1
/
+1
2013-08-24
Settle on the format/write/print family of names
Alex Crichton
-171
/
+186
2013-08-24
Implement a wrapper macro around fprintf -- ifmtf
Alex Crichton
-1
/
+21
2013-08-16
Delegate `{}` to Default instead of Poly
Alex Crichton
-5
/
+25
2013-08-16
Implement `{:s}` for ~str and @str as well
Alex Crichton
-0
/
+2
2013-08-13
Add `f` formats to `ifmt!`
Alex Crichton
-6
/
+15
2013-08-12
Correct the padding on integer types for formatting
Alex Crichton
-65
/
+57
2013-08-12
Define integer formats for all widths
Alex Crichton
-0
/
+64
2013-08-12
Implement formatting arguments for strings and integers
Alex Crichton
-37
/
+92
2013-08-07
Add initial support for a new formatting syntax
Alex Crichton
-0
/
+71