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
/
libcore
/
fmt
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+8
2016-01-15
Rename is_positive argument in fmt::Formatter::pad_integral
Oliver Middleton
-3
/
+3
2016-01-12
Fix the Debug impl of PhantomData requiring Sized on T
Pierre Krieger
-1
/
+1
2015-12-24
Fix link to `Formatter::debug_struct`
mitaa
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-14
/
+9
2015-11-18
Review fixes
Vadim Petrochenkov
-4
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-1
/
+7
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+2
2015-11-12
Fix the manual implementation example for the Debug trait so it matches the g...
Erik Davidson
-1
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-15
/
+8
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-4
/
+4
2015-10-02
Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
bors
-7
/
+16
2015-10-01
Implement `size_hint` for `EscapeUnicode`
Simon Mazur
-1
/
+1
2015-09-30
Fix module links from core::fmt::* to go to std::fmt
Ted Mielczarek
-9
/
+9
2015-09-30
Fix module links in std::fmt and the Rust book's documentation chapter.
Ted Mielczarek
-9
/
+9
2015-09-30
Implement `size_hint` for `EscapeDefault`
Simon Mazur
-3
/
+4
2015-09-29
Improve speed of `fmt::Debug` for `str` and `char`
Simon Mazur
-7
/
+15
2015-09-23
Add accessors for Formatter flags
Steven Fackler
-7
/
+29
2015-09-13
Add a blanket impl for &mut std::fmt::Write
Chris Wong
-0
/
+15
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-10
/
+20
2015-08-15
Reduce libcore/liballoc's dependence on pointer sizes
Dylan McKay
-6
/
+1
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-2
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
2015-07-27
Fix escaping of characters in Debug for OsStr
diaphore
-2
/
+2
2015-07-10
Add trailing , for 1-tuples
Steven Fackler
-1
/
+10
2015-07-08
Change tuple Debug impls to use builders
Steven Fackler
-13
/
+3
2015-07-08
Make mention of alternate flags in std::fmt traits
Steve Klabnik
-0
/
+43
2015-07-06
Significantly improve formatter trait docs
Steve Klabnik
-11
/
+300
2015-07-01
Auto merge of #26698 - alexcrichton:char-fmt, r=huonw
bors
-1
/
+8
2015-06-30
std: Fix formatting flags for chars
Alex Crichton
-1
/
+8
2015-06-30
fmt: Update docs and mention :#? pretty-printing
Ulrik Sverdrup
-1
/
+4
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-10
/
+10
2015-06-14
Update mod.rs
Wei-Ming Yang
-2
/
+2
2015-06-10
Have std::fmt::Formatter implement std::fmt::Write.
Simon Sapin
-7
/
+15
2015-06-10
Add a write_char method to std::fmt::Formatter.
Simon Sapin
-4
/
+8
2015-05-28
Improve Debug documentation
Steve Klabnik
-0
/
+44
2015-05-19
Stabilize debug builders for 1.2.0
Steven Fackler
-10
/
+5
2015-05-18
Fix debug builder examples examples
Steven Fackler
-2
/
+2
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-4
/
+4
2015-05-06
core: made the core formatter to use a new flt2dec.
Kang Seonghoon
-43
/
+125
2015-05-02
Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs
P1start
-3
/
+3
2015-04-28
Register new snapshots
Tamir Duberstein
-12
/
+6
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-16
/
+8
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-16
/
+8
2015-04-21
Pick a feature name for write_char
Simon Sapin
-1
/
+1
2015-04-21
write_char is unlikely to make it for 1.0, it’ll be 1.1
Simon Sapin
-1
/
+1
2015-04-21
Add a `write_char` method to `std::fmt::Write`
Simon Sapin
-0
/
+17
2015-04-14
rollup merge of #24379: rkruppe/fmt-negative-zero
Alex Crichton
-23
/
+23
2015-04-12
Destabilize format_args! internals.
Ryan Prichard
-6
/
+12
2015-04-12
Make Debug include the - in -0.0
Robin Kruppe
-23
/
+23
[next]