about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2019-08-30Add a "diagnostic item" schemeOliver Scherer-1/+2
2019-08-17Make fmt-internal functions privateMatthew Jasper-5/+8
2019-08-17Make built-in derives opaque macrosMatthew Jasper-1/+1
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-2/+0
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-0/+15
2019-07-27Remove run-pass test suitesVadim Petrochenkov-1/+1
2019-07-22Rollup merge of #62799 - RalfJung:uninit-array, r=CentrilMazdak Farrokhzad-2/+2
2019-07-19avoid uninit_array! macro where it is not neededRalf Jung-2/+2
2019-07-19use const array repeat expressions for uninit_arrayRalf Jung-2/+2
2019-07-19do not use mem::uninitialized in std::ioRalf Jung-3/+4
2019-07-09add feature to docsAshley Mannix-0/+2
2019-07-08add key and value methods to DebugMapAshley Mannix-17/+141
2019-06-23Fix meta-variable binding errors in macrosJulien Cretin-4/+4
2019-05-19Fix data types indicationVeryTastyTomato-2/+2
2019-04-19libcore: deny more...Mazdak Farrokhzad-83/+83
2019-04-18libcore => 2018Taiki Endo-19/+19
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-58/+32
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-10/+10
2019-02-22avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the othersRalf Jung-0/+4
2019-02-20Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centrilkennytm-10/+313
2019-02-19Add missing fmt structs examplesGuillaume Gomez-10/+313
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-74/+114
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-22/+8
2019-02-08Also de-duplicate 32- and 64-bit number formatting on wasm32Nick Fitzgerald-8/+18
2019-02-07Un-monomorphize and inline formatting with paddingNick Fitzgerald-29/+57
2019-02-07De-duplicate write_prefix lambda in pad_integralNick Fitzgerald-11/+20
2019-02-07De-duplicate number formatting implementations for smaller code sizeNick Fitzgerald-31/+38
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-1/+1
2019-01-28add macro for creating uninitialized arrayRalf Jung-12/+2
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-7/+21
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-3/+1
2019-01-22Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichtonMazdak Farrokhzad-4/+6
2019-01-19Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcvMazdak Farrokhzad-3/+12
2019-01-12Utilize specialized zip iterator implShotaro Yamada-4/+6
2019-01-09Improve docs for FormatterSteve Klabnik-3/+12
2019-01-09Misc cleanupsShotaro Yamada-6/+6
2019-01-06Derive Clone for ArgumentV1Shotaro Yamada-9/+1
2019-01-06Remove unnecessary adapterShotaro Yamada-23/+2
2018-12-25Remove licensesMark Rousskov-50/+0
2018-12-13Wording changesEsteban Küber-3/+3
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-2/+7
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-12-02let FIXME refer to tracking issueRalf Jung-1/+1
2018-11-27add comments explaining our uses of get_ref/get_mut for MaybeUninitRalf Jung-0/+3
2018-11-23use MaybeUninit in core::fmtRalf Jung-13/+14
2018-10-13doc: make core::fmt::Error example more simpleTshepang Lekhonkhobe-3/+2
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-14/+14
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-14/+13
2018-09-22core: fix deprecated warningsJorge Aparicio-13/+14