about summary refs log tree commit diff
path: root/src/libcore/fmt/builders.rs
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-14Implement `finish_non_exhaustive` for `DebugStruct`.Richard Dodd-0/+56
2019-12-22Format the worldMark Rousskov-65/+34
2019-10-10move debug_map assertions after check for errAshley Mannix-7/+9
2019-08-17Make fmt-internal functions privateMatthew Jasper-5/+8
2019-07-09add feature to docsAshley Mannix-0/+2
2019-07-08add key and value methods to DebugMapAshley Mannix-17/+141
2019-04-19libcore: deny more...Mazdak Farrokhzad-1/+1
2019-04-18libcore => 2018Taiki Endo-1/+1
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-58/+32
2019-02-19Add missing fmt structs examplesGuillaume Gomez-10/+313
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-1/+1
2018-07-25Enforce #![deny(bare_trait_objects)] in src/libcoreljedrz-7/+7
2018-05-07Add explanation for #[must_use] on Debug buildersManish Goregaokar-5/+5
2017-11-27Keep access to private Formatter fields in Formatter methodsSimon Sapin-43/+28
2017-11-24Make fmt::DebugList and friends forward formatting parametersSimon Sapin-28/+58
2017-10-07fmt: DRYTamir Duberstein-5/+5
2017-08-24Fix inconsistent doc headingslukaramu-5/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-11/+11
2017-07-02Add docs for Debug* structs. #29355Ryan Thomas-10/+129
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-1/+0
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+5
2016-03-12std: Clean out deprecated APIsAlex Crichton-16/+12
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+1
2015-10-08rustfmt part of libcore/fmtMichael Pankov-14/+48
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-07-10Add trailing , for 1-tuplesSteven Fackler-0/+6
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-13/+18
2015-05-17Fix finish docsSteven Fackler-10/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-11/+41
2015-03-28Update debug helpers and add list builderSteven Fackler-53/+85
2015-03-11Switch to a specific featureSteven Fackler-10/+10
2015-03-10Remove inline silliness from debug buildersSteven Fackler-60/+11
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-0/+18
2015-03-09Restructure debug builders to minimize codegenSteven Fackler-18/+58
2015-03-09Implement RFC 640Steven Fackler-0/+292