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
2017-10-08
Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichton
kennytm
-2
/
+1
2017-10-07
fmt: remove misleading comment fragment
Tamir Duberstein
-1
/
+1
2017-10-07
fmt: remove unnecessary lint suppression
Tamir Duberstein
-1
/
+0
2017-10-04
Update trait summaries for std::fmt
Barret Rennie
-8
/
+8
2017-09-25
Add missing links in fmt module
Guillaume Gomez
-4
/
+8
2017-09-21
Less confusing placeholder when RefCell is exclusively borrowed
David Tolnay
-1
/
+11
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-13
Don't inline debug methods
Steven Fackler
-5
/
+0
2017-07-18
Rollup merge of #42837 - rthomas:29355-error, r=steveklabnik
Mark Simulacrum
-0
/
+16
2017-07-13
Update docs on Error struct. #29355
Ryan Thomas
-0
/
+16
2017-07-02
Implement Eq/Hash/Debug etc. for unsized tuples.
Masaki Hara
-2
/
+7
2017-06-22
Update docs for fmt::write.
Ryan Thomas
-7
/
+4
2017-04-09
Added doc comments for fmt::Result
mandeep
-1
/
+24
2017-03-15
Change how the 0 flag works in format! for floats
Piotr Jawniak
-1
/
+4
2017-03-15
Change how the `0` flag works in format!
Piotr Jawniak
-0
/
+1
2017-03-10
Add missing example for Display::fmt
Guillaume Gomez
-1
/
+20
2017-02-28
Add missing docs and examples for fmt::Write
Guillaume Gomez
-9
/
+62
2017-02-12
Fix some typos in the core::fmt docs.
Ahmed Charles
-2
/
+2
2017-02-09
name anonymous fn parameters in libcore traits
Trevor Spiteri
-9
/
+9
2017-02-07
Improve fmt float
Son
-83
/
+4
2017-02-02
remove the wrapping arithmetics
Michał Krasnoborski
-10
/
+5
2017-02-01
Adjust heuristics to better handle "{}..." format strings.
Michał Krasnoborski
-9
/
+12
2017-01-28
use `String::with_capacity` in `format!`
Michał Krasnoborski
-0
/
+28
2016-12-16
Address fallout
Aaron Turon
-5
/
+5
2016-11-28
Make core::fmt::Void a non-empty type.
Andrew Cann
-1
/
+3
2016-10-27
tidy/features: fix checking of lang features
Tamir Duberstein
-2
/
+2
2016-10-01
impl Debug for raw pointers to unsized data
Alex Burka
-2
/
+2
2016-09-30
Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik
Steve Klabnik
-2
/
+2
2016-09-28
[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...
tormol
-13
/
+5
2016-09-16
Add links between format_args! macro and std::fmt::Arguments struct
Mark-Simulacrum
-3
/
+7
2016-09-16
Update to new macro url syntax
Guillaume Gomez
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-5
/
+0
2016-08-19
Remove old stage0 compatibility
Brian Anderson
-19
/
+10
2016-08-13
Rename empty/bang to never
Andrew Cann
-2
/
+2
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-2
/
+2
2016-08-13
impl Debug + Display for !
Andrew Cann
-0
/
+23
2016-07-28
Rename `char::escape` to `char::escape_debug` and add tracking issue
Tobias Bucher
-2
/
+2
2016-07-26
Restore `char::escape_default` and add `char::escape` instead
Tobias Bucher
-2
/
+2
2016-07-21
Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...
bors
-7
/
+11
2016-07-06
feat: reinterpret `precision` field for strings
Evgeny Safronov
-7
/
+11
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-5
/
+2
2016-06-23
Use `len` instead of `size_hint` where appropiate
Tobias Bucher
-1
/
+1
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-1
/
+5
2016-05-10
Doc improvement on std::fmt module
Guillaume Gomez
-0
/
+26
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-26
/
+26
2016-03-22
std: Change `encode_utf{8,16}` to return iterators
Alex Crichton
-14
/
+13
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-4
/
+22
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-18
/
+0
2016-03-08
std: Fix rustdoc links with std::fmt::Alignment
Alex Crichton
-12
/
+33
[next]