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-07-30
Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik
Manish Goregaokar
-9
/
+11
2015-07-28
Replace occurences of illegal in user facing docs
Simonas Kazlauskas
-9
/
+11
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+1
2015-06-30
fmt: Update docs and mention :#? pretty-printing
Ulrik Sverdrup
-22
/
+23
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+1
2015-05-28
remove references to IoResult
Steve Klabnik
-2
/
+2
2015-05-19
fmt.rs: add note about lack of padding support for some types
Parker Moore
-0
/
+4
2015-04-30
Clarify intention wrt integers
Steve Klabnik
-1
/
+1
2015-04-24
Whoops, please tidy
Steve Klabnik
-9
/
+9
2015-04-24
Add examples by @pnkfelix to fmt precision
Steve Klabnik
-5
/
+62
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-4
/
+4
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-4
/
+4
2015-04-21
rollup merge of #24651: tamird/old-references
Alex Crichton
-2
/
+0
2015-04-21
Remove references to `old_{path,io}`
Tamir Duberstein
-2
/
+0
2015-04-21
Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr
bors
-2
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-20
Update reference to old_io in fmt docs
Matt Brubeck
-1
/
+1
2015-04-16
Call write_fmt directly to format an Arguments value.
Ryan Prichard
-1
/
+1
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