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
2019-10-22
Apply clippy::redundant_pattern_matching suggestion
Mateusz Mikuła
-1
/
+1
2019-10-16
fmt::Write is about string slices, not byte slices
Ralf Jung
-2
/
+2
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-6
/
+4
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-3
/
+1
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-3
/
+3
2019-08-30
Add a "diagnostic item" scheme
Oliver Scherer
-1
/
+2
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-1
/
+1
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-2
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+15
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-4
/
+4
2019-05-19
Fix data types indication
VeryTastyTomato
-2
/
+2
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-63
/
+63
2019-04-18
libcore => 2018
Taiki Endo
-8
/
+8
2019-02-13
Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum
Mazdak Farrokhzad
-39
/
+62
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
Use write_char for writing padding characters
Nick Fitzgerald
-22
/
+8
2019-02-07
Un-monomorphize and inline formatting with padding
Nick Fitzgerald
-29
/
+57
2019-02-07
De-duplicate write_prefix lambda in pad_integral
Nick Fitzgerald
-11
/
+20
2019-01-28
libcore: remove unneeded allow(deprecated)
Ralf Jung
-1
/
+1
2019-01-22
Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton
Mazdak Farrokhzad
-4
/
+6
2019-01-19
Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv
Mazdak Farrokhzad
-3
/
+12
2019-01-12
Utilize specialized zip iterator impl
Shotaro Yamada
-4
/
+6
2019-01-09
Improve docs for Formatter
Steve Klabnik
-3
/
+12
2019-01-09
Misc cleanups
Shotaro Yamada
-6
/
+6
2019-01-06
Derive Clone for ArgumentV1
Shotaro Yamada
-9
/
+1
2019-01-06
Remove unnecessary adapter
Shotaro Yamada
-23
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Wording changes
Esteban Küber
-3
/
+3
2018-12-12
Suggest using `.display()` when trying to print a `Path`
Esteban Küber
-2
/
+7
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-1
/
+1
2018-10-13
doc: make core::fmt::Error example more simple
Tshepang Lekhonkhobe
-3
/
+2
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-13
/
+13
2018-08-24
Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe
kennytm
-1
/
+1
2018-08-23
Add missing fmt examples
Guillaume Gomez
-0
/
+66
2018-08-23
Prefer `.nth(n)` over `.skip(n).next()`.
Corey Farwell
-1
/
+1
2018-07-25
Enforce #![deny(bare_trait_objects)] in src/libcore
ljedrz
-5
/
+5
2018-06-03
Reexport fmt::Alignment into std
Guillaume Gomez
-2
/
+1
2018-05-27
Stabilize Formatter alignment
Guillaume Gomez
-17
/
+18
2018-05-24
Add more missing examples for Formatter
Guillaume Gomez
-3
/
+78
2018-05-05
Suggest more helpful formatting string
Kornel
-5
/
+6
2018-04-26
Add more doc aliases
Guillaume Gomez
-0
/
+2
2018-04-20
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-2
/
+2
2018-04-13
core: Remove an implicit panic from Formatter::pad
Alex Crichton
-1
/
+5
2018-04-03
tweak fmt::Arguments docs
Alex Burka
-6
/
+5
2018-03-22
document format_args! - fix trailing whitespace
Mazdak Farrokhzad
-1
/
+1
2018-03-21
document format_args! behavior wrt. Display and Debug
Mazdak Farrokhzad
-6
/
+66
2018-03-19
Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus
bors
-1
/
+7
2018-03-14
Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis
bors
-2
/
+2
2018-03-15
Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavus
kennytm
-2
/
+134
[next]