about summary refs log tree commit diff
path: root/library/core/src/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2022-10-04Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplettbors-1/+1
2022-09-26Document that Display entails ToStringMatthew Esposito-0/+7
2022-09-07TypoMaurits van Riezen-1/+1
2022-09-07Add doctestMaurits van Riezen-0/+1
2022-09-07This example was brokenMaurits van Riezen-1/+1
2022-08-12Adjust cfgsMark Rousskov-1/+1
2022-08-09Switching documentation to be more clear about potential errorsDan Vail-6/+3
2022-08-07Adding more verbose documentation for `std::fmt::Write`Dan Vail-0/+7
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-1/+1
2022-07-09Add T to PhantomData impl DebugAntoine PLASKOWSKI-1/+1
2022-07-01update cfg(bootstrap)sPietro Albini-1/+1
2022-06-24Optimize the code produced by `derive(Debug)`.Nicholas Nethercote-1/+227
2022-06-19Mention formatting macros when encountering ArgumentV1::new in constMichael Goulet-0/+1
2022-06-11docs: make all the variadic impls use `(T, ...)` exactlyMichael Howell-1/+1
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-0/+1
2022-06-07docs: clean up trait docs for tuplesMichael Howell-11/+27
2022-05-29Remove `(fn(...) -> ...)` -> `usize` -> `*const ()` -> `usize` castMaybe Waffle-24/+30
2022-05-21Auto merge of #94530 - tmiasko:alignment-impls, r=dtolnaybors-1/+1
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-3/+3
2022-05-08Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearthbors-0/+2
2022-05-07Fix a minor typo in the description of FormatterNikolaos Chatzikonstantinou-1/+1
2022-04-28Add more diagnostic itemsSerial-0/+2
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-3/+3
2022-04-04Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplettDylan DPC-1/+8
2022-03-29revert changes that cast functions to raw pointers, portability hazardAria Beingessner-2/+2
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-2/+6
2022-03-29Add tracking issue for sync_unsafe_cell.Mara Bos-1/+1
2022-03-29Add SyncUnsafeCell.Mara Bos-1/+8
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-46/+46
2022-03-04Implement Copy, Clone, PartialEq and Eq for core::fmt::AlignmentTomasz Miąsko-1/+1
2022-02-21Suggest calling .display() on PathBuf tooMichael Goulet-1/+1
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-0/+22
2022-01-04Touch up Debug example from PR 92322David Tolnay-3/+7
2021-12-27Add another implementation example to Debug traitAlper Çugun-2/+17
2021-11-26Use non-generic inner function for pointer formattingjam1garner-18/+24
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+9
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+9
2021-10-23update cfg(bootstrap)Pietro Albini-15/+1
2021-10-11Add #[must_use] to as_type conversionsJohn Kugelman-0/+1
2021-10-02Make diangostic item names consistentCameron Steffen-3/+3
2021-09-30Add private arg to fmt::UnsafeArgCameron Steffen-3/+4
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-8/+8
2021-09-21Use ZST for fmt unsafetyCameron Steffen-9/+44
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-8/+8
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-25/+0
2021-09-01fix clippy lintsklensy-3/+3
2021-09-01`fmt::Formatter::pad`: don't call chars().count() more than one timeklensy-9/+14
2021-08-16Get piece unchecked in writeCameron Steffen-3/+8