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-08-17
Make fmt-internal functions private
Matthew Jasper
-5
/
+8
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-07-22
Rollup merge of #62799 - RalfJung:uninit-array, r=Centril
Mazdak Farrokhzad
-2
/
+2
2019-07-19
avoid uninit_array! macro where it is not needed
Ralf Jung
-2
/
+2
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-2
/
+2
2019-07-19
do not use mem::uninitialized in std::io
Ralf Jung
-3
/
+4
2019-07-09
add feature to docs
Ashley Mannix
-0
/
+2
2019-07-08
add key and value methods to DebugMap
Ashley Mannix
-17
/
+141
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
-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
[next]