summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2020-01-28stabilize the debug_map_key_value featureAshley Mannix-4/+2
2020-01-24Use Self instead of self return typeLzu Tao-10/+10
2020-01-20Drop args from FormatterMark Rousskov-13/+6
2020-01-20Move run/getcount to functionsMark Rousskov-38/+35
2020-01-20Delete unused "next" variants from formatting infrastructureMark Rousskov-10/+15
2020-01-17Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnaybors-0/+56
2020-01-15Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnayYuki Okushi-3/+6
2020-01-14Implement `finish_non_exhaustive` for `DebugStruct`.Richard Dodd-0/+56
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2020-01-01Reset Formatter flags on exit from pad_integralMark Rousskov-3/+6
2019-12-22Format the worldMark Rousskov-89/+55
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-7/+7
2019-12-19Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPCMark Rousskov-44/+76
2019-12-15Replace prints in fmt docs with assertsElichai Turkel-38/+64
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-2/+2
2019-12-12Change fmt docs for more delegationsElichai Turkel-6/+12
2019-12-04Fix docs for formatting delegationsElichai Turkel-5/+6
2019-11-26Format libcore with rustfmtDavid Tolnay-149/+198
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-2/+2
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+6
2019-10-22Apply clippy::redundant_pattern_matching suggestionMateusz MikuĊ‚a-1/+1
2019-10-17Rollup merge of #65478 - RalfJung:write, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-10-16fmt::Write is about string slices, not byte slicesRalf Jung-2/+2
2019-10-10move debug_map assertions after check for errAshley Mannix-7/+9
2019-10-01Remove unneeded `fn main` blocks from docsLzu Tao-6/+4
2019-09-25Snap cfgs to new betaMark Rousskov-3/+1
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-3/+3
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