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
/
libcore
/
fmt
Age
Commit message (
Expand
)
Author
Lines
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+14
2016-01-15
Rename is_positive argument in fmt::Formatter::pad_integral
Oliver Middleton
-9
/
+9
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
/
+8
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-08
Fix comment gone astray
Michael Pankov
-1
/
+2
2015-10-08
rustfmt part of libcore/fmt
Michael Pankov
-20
/
+65
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
-14
/
+28
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
-3
/
+3
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-1
/
+2
2015-07-27
Fix escaping of characters in Debug for OsStr
diaphore
-2
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-07-20
Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix
bors
-2
/
+0
2015-07-18
optimize integer formatting
arthurprs
-2
/
+86
2015-07-14
Fix negate_unsigned feature gate check
Simonas Kazlauskas
-2
/
+0
2015-07-10
Add trailing , for 1-tuples
Steven Fackler
-1
/
+16
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
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-15
/
+13
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
-23
/
+23
2015-05-18
Fix debug builder examples examples
Steven Fackler
-2
/
+2
2015-05-17
Fix finish docs
Steven Fackler
-10
/
+5
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-15
/
+45
2015-05-06
core: made the core formatter to use a new flt2dec.
Kang Seonghoon
-332
/
+125
2015-05-02
Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs
P1start
-3
/
+3
[next]