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
/
libcollections
/
fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-25
Update reference to old_io in fmt docs
Matt Brubeck
-1
/
+1
2015-04-25
Whoops, please tidy
Steve Klabnik
-9
/
+9
2015-04-25
Add examples by @pnkfelix to fmt precision
Steve Klabnik
-5
/
+62
2015-04-23
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-4
/
+4
2015-03-30
Document the effect of `#` on array formatting
Matt Brubeck
-6
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+3
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-3
/
+4
2015-03-19
Document {:.*}
Steve Klabnik
-5
/
+12
2015-03-19
Small formatting fixes to fmt.rs
Steve Klabnik
-22
/
+23
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
extract libcollections tests into libcollectionstest
Jorge Aparicio
-12
/
+0
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-01
Addresses rust-lang/rust#22646
Leonids Maslovs
-1
/
+1
2015-02-21
Kill fmt::Show and fmt::String with fire!
Simonas Kazlauskas
-1
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-4
/
+4
2015-02-17
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
bors
-2
/
+2
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-2
/
+2
2015-02-13
more int and cloned cleanup in collections
Alexis
-6
/
+6
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-1
/
+1
2015-02-07
Make std::fmt a simple re-export from collections
Keegan McAllister
-9
/
+401
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+56