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
/
libstd
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-5
/
+6
2013-09-30
Clarify format! implicit positional references
Alex Crichton
-19
/
+42
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-30
/
+30
2013-09-17
Document a few undocumented modules in libstd
Alex Crichton
-8
/
+9
2013-09-15
Document all of the format! related macros
Alex Crichton
-2
/
+74
2013-09-15
Reduce the amount of complexity in format!
Alex Crichton
-0
/
+7
2013-09-12
auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw
bors
-2
/
+2
2013-09-12
Parse underscores in identifiers for format!
Alex Crichton
-2
/
+2
2013-09-12
Implement a format_args!() macro
Alex Crichton
-16
/
+75
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-3
/
+2
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-2
/
+2
2013-09-04
auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw
bors
-0
/
+11
2013-09-03
Raise errors on format strings with unmatched `}`
Alex Crichton
-0
/
+11
2013-09-03
Test and document escaping on format!()
novalis
-0
/
+7
2013-09-02
Fix the std::fmt doc-block to show up in pandoc
Alex Crichton
-1
/
+1
2013-08-30
fix various warnings
Erick Tryzelaar
-1
/
+0
2013-08-27
librustc: Fix merge fallout.
Patrick Walton
-2
/
+6
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-4
/
+11
2013-08-24
Settle on the format/write/print family of names
Alex Crichton
-26
/
+26
2013-08-24
Remove ifmt hax and implement fprintf
Alex Crichton
-17
/
+39
2013-08-19
auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon
bors
-4
/
+58
2013-08-16
Delegate `{}` to Default instead of Poly
Alex Crichton
-1
/
+55
2013-08-16
Implement `{:s}` for ~str and @str as well
Alex Crichton
-3
/
+3
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-2
/
+2
2013-08-15
Fix a typo in the ifmt dox
Alex Crichton
-1
/
+1
2013-08-13
Add `f` formats to `ifmt!`
Alex Crichton
-1
/
+33
2013-08-12
Explain what ifmt! is all about
Alex Crichton
-0
/
+301
2013-08-12
Correct the padding on integer types for formatting
Alex Crichton
-43
/
+63
2013-08-12
Define integer formats for all widths
Alex Crichton
-37
/
+56
2013-08-12
Implement formatting arguments for strings and integers
Alex Crichton
-22
/
+145
2013-08-07
Add initial support for a new formatting syntax
Alex Crichton
-0
/
+1326
[prev]