summary refs log tree commit diff
path: root/library/core/src/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2023-11-10Closure-consuming helper functions for `fmt::Debug` helpersJohn Millikin-0/+3
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-10-01Correct misleading std::fmt::Binary exampleJames Haywood-2/+4
2023-09-28Rollup merge of #112959 - tbu-:pr_fmt_error_wording, r=dtolnayMatthias Krüger-2/+2
2023-09-27Fix "unresolved link to std::fmt::Error" David Tolnay-1/+1
2023-09-17Specialize `fmt::Write::write_fmt` for `Sized` typesBenoît du Garreau-2/+22
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-15/+5
2023-06-27Change the wording in `std::fmt::Write::write_str`Tobias Bucher-2/+2
2023-05-15Mark internal functions and traits unsafeLegionMammal978-15/+27
2023-05-09Auto merge of #110027 - nbdd0121:dieting, r=m-ou-sebors-0/+2
2023-05-08Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar...bors-24/+22
2023-05-07Add `#[inline]` to functions that are never calledGary Guo-0/+2
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-24/+22
2023-04-28handle cfg(bootstrap)Pietro Albini-11/+0
2023-04-24Restructure std::fmt::rt a bit.Mara Bos-194/+52
2023-04-24Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos-23/+23
2023-04-20Remove doc link to private item.Mara Bos-4/+2
2023-04-20Get rid of core::fmt::FormatSpec.Mara Bos-5/+5
2023-04-20Rename fmt::rt::Argument to Placeholder.Mara Bos-4/+4
2023-04-20Turn core::fmt::rt::v1 into a private module.Mara Bos-26/+21
2023-04-20Use fmt::Alignment instead of fmt::rt::v1::Alignment.Mara Bos-12/+12
2023-04-19std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w...joboet-15/+5
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-3/+3
2023-03-16Don't allow new const panic through format flattening.Mara Bos-2/+24
2023-03-15Bump to latest betaMark Rousskov-3/+3
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-1/+3
2023-01-25Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnayDylan DPC-3/+20
2023-01-21Remove unnecessary `&format!`Nikolai Vazquez-30/+30
2023-01-13Allow fmt::Arguments::as_str() to return more Some(_).Mara Bos-3/+20
2023-01-11Turn format arguments types into lang items.Mara Bos-1/+3
2023-01-03Added error documentation for write_fmtAlexander Shirokov-0/+5
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-1/+1
2022-12-19Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJungDylan DPC-2/+2
2022-12-16Fix intra-doc linkChris Denton-1/+1
2022-12-13Use `expose_addr()` in `fmt::Pointer`Thom Chiovoloni-2/+2
2022-11-20Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472Yuki Okushi-1/+1
2022-11-13Remove unused diagnostic itemsMaybe Waffle-1/+0
2022-11-02Add tracking issue for `const_arguments_as_str`Sky-1/+1
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