about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2020-04-03Replace max/min_value() with MAX/MIN assoc constsLinus Färnstrand-1/+1
2020-03-23Rename remaining occurences of Void to Opaque.Ana-Maria Mihalache-2/+2
2020-03-12Rollup merge of #69011 - foeb:document-unsafe-core-fmt, r=Mark-SimulacrumMazdak Farrokhzad-6/+45
2020-03-08Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddybMazdak Farrokhzad-1/+11
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-05Document unsafe blocks in core::fmtPhoebe Bell-6/+45
2020-03-03Try to ensure usize marker does not get mergedMark Rousskov-1/+11
2020-02-17Move the show_usize marker function to a staticMark Rousskov-7/+16
2020-02-17Move to using an extern type for opaquenessMark Rousskov-12/+4
2020-02-17Drop unused argument to float functionsMark Rousskov-2/+0
2020-02-15Formatter::sign is &'static strMark Rousskov-6/+6
2020-02-14implement LowerExp and UpperExp for integersMax Blachman-0/+163
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-21/+1
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