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
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
2015-04-09
fmt: Assume that we'll only ever see 32 or 64 bit pointers
Richo Healey
-2
/
+1
2015-04-09
fmt: {:p#} formats pointers padded to native width
Richo Healey
-1
/
+25
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+10
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-3
/
+10
2015-04-01
Fallout in libstd: remove impls now considered to conflict.
Niko Matsakis
-6
/
+0
2015-03-29
Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton
bors
-37
/
+40
2015-03-28
Oops fix output examples
Steven Fackler
-4
/
+4
2015-03-28
Fold in debug builder doc examples
Steven Fackler
-15
/
+3
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-28
Fold collections debug impls
Steven Fackler
-16
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-11
/
+41
2015-03-25
Change lint names to plurals
Nick Cameron
-3
/
+3
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+4
2015-03-09
Switch derive(Debug) to use the debug builders
Steven Fackler
-1
/
+5
2015-03-09
Implement RFC 640
Steven Fackler
-1
/
+117
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-02-28
Fix assuming 32-bit pointers
John Hodge
-1
/
+1
[next]