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
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-83
/
+83
2019-04-18
libcore => 2018
Taiki Endo
-19
/
+19
2019-04-05
Include trailing comma in multiline Debug representation
David Tolnay
-58
/
+32
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-10
/
+10
2019-02-22
avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the others
Ralf Jung
-0
/
+4
2019-02-20
Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril
kennytm
-10
/
+313
2019-02-19
Add missing fmt structs examples
Guillaume Gomez
-10
/
+313
2019-02-13
Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum
Mazdak Farrokhzad
-74
/
+114
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-08
Also de-duplicate 32- and 64-bit number formatting on wasm32
Nick Fitzgerald
-8
/
+18
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-02-07
De-duplicate number formatting implementations for smaller code size
Nick Fitzgerald
-31
/
+38
2019-01-28
rename first_mut_ptr -> first_ptr_mut
Ralf Jung
-1
/
+1
2019-01-28
add macro for creating uninitialized array
Ralf Jung
-12
/
+2
2019-01-28
libcore: avoid mem::uninitialized and raw ptr casts
Ralf Jung
-7
/
+21
2019-01-28
libcore: remove unneeded allow(deprecated)
Ralf Jung
-3
/
+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
-50
/
+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-12-02
let FIXME refer to tracking issue
Ralf Jung
-1
/
+1
2018-11-27
add comments explaining our uses of get_ref/get_mut for MaybeUninit
Ralf Jung
-0
/
+3
2018-11-23
use MaybeUninit in core::fmt
Ralf Jung
-13
/
+14
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
-14
/
+14
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-14
/
+13
2018-09-22
core: fix deprecated warnings
Jorge Aparicio
-13
/
+14
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
-12
/
+12
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-7
/
+7
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-07
Add explanation for #[must_use] on Debug builders
Manish Goregaokar
-5
/
+5
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
[next]