about summary refs log tree commit diff
path: root/library/core/src/fmt/builders.rs
AgeCommit message (Expand)AuthorLines
2025-02-03Mark `std::fmt::from_fn` as `#[must_use]`Yotam Ofek-0/+1
2024-10-15replace placeholder versionJosh Stone-4/+4
2024-10-01Stabilize `debug_more_non_exhaustive`Trevor Gross-12/+4
2024-08-21Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=NoratriebMatthias Krüger-12/+212
2024-08-12std::fmt::FormatterFn -> std::fmt::FromFnschvv31n-5/+14
2024-07-26Always set `result` during `finish()` in debug buildersTrevor Gross-4/+8
2024-07-21Implement `debug_more_non_exhaustive`Trevor Gross-0/+200
2024-07-21Make use of raw strings in `core::fmt::builders`Trevor Gross-12/+12
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-1/+1
2023-11-10Closure-consuming helper functions for `fmt::Debug` helpersJohn Millikin-13/+131
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-09-12Improve `PadAdapter::write_char`Benoît du Garreau-0/+8
2023-07-26docs: fmt::Debug*: Fix comments for finish method.Bruce Mitchener-3/+3
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-5/+5
2023-04-26Spelling library/Josh Soref-2/+2
2022-08-24Remove a packing branch from `fmt::builders::PadAdapter`Benoît du Garreau-14/+4
2022-02-25Remove needless borrows from core::fmtNixon Enraght-Moony-6/+6
2021-07-11Optimize fmt::PadAdapter::wrapphlopsi-4/+1
2021-04-21Format `Struct { .. }` on one line even with `{:#?}`.Mara Bos-18/+9
2021-03-24Bump debug_non_exhaustive stabilization to 1.53.Mara Bos-1/+1
2021-03-12Update library/core/src/fmt/builders.rsGus Wynn-1/+1
2021-03-11stabilize debug_non_exhaustiveGus Wynn-2/+1
2020-11-07Convert a bunch of intra-doc linksCamelid-26/+18
2020-07-27mv std libs to library/mark-0/+960