about summary refs log tree commit diff
path: root/library/core/src/fmt/rt.rs
AgeCommit message (Expand)AuthorLines
2025-06-18Allow storing `format_args!()` in `let`.Mara Bos-36/+2
2025-05-12update cfg(bootstrap)Pietro Albini-8/+0
2025-05-01Clean up "const" situation in format_args!().Mara Bos-21/+27
2025-05-01Move core::fmt::Arguments::new_v1* to rt.rs.Mara Bos-1/+44
2025-04-30Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhprattMatthias Krüger-1/+8
2025-04-15Add commentAlice Ryhl-0/+19
2025-04-15Use full path for core::mem::transmuteAlice Ryhl-1/+1
2025-04-12cfg(kcfi)Alice Ryhl-0/+7
2025-04-11Update library/core/src/fmt/rt.rsAlice Ryhl-1/+0
2025-04-10cfi: do not transmute function pointers in formatting codeAlice Ryhl-22/+23
2025-04-10Don't allow flattened format_args in const.Mara Bos-1/+8
2025-04-09update cfgsBoxy-27/+2
2025-03-30Simplify expansion for format_args!().Mara Bos-7/+1
2025-03-12Reduce FormattingOptions to 64 bits.Mara Bos-11/+10
2025-03-10Add #[track_caller] to from_usize.Mara Bos-0/+1
2025-03-10Remove unnecessary semicolon.Mara Bos-1/+1
2025-03-10Limit formatting width and precision to 16 bits.Mara Bos-3/+10
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-6/+6
2024-12-08Switch inline(always) in core/src/fmt/rt.rs to plain inlineBen Kimock-17/+17
2024-10-14`rt::Argument`: elide lifetimesLieselotte-13/+13
2024-08-31Fix `elided_named_lifetimes` in codePavel Grigorenko-10/+10
2024-08-28fmt-debug optionKornel-0/+4
2024-06-27core: improve commentjoboet-2/+2
2024-06-26core: avoid `extern` types in formatting infrastructurejoboet-21/+25
2024-04-24chore: fix some typos in commentswhosehang-1/+1
2024-04-12core: get rid of `USIZE_MARKER`joboet-43/+41
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-0/+4
2023-05-09Limit lifetime of format_args!() with inlined args.Mara Bos-0/+15
2023-04-27pub -> pub(super).Mara Bos-1/+1
2023-04-24Restructure std::fmt::rt a bit.Mara Bos-6/+148
2023-04-20Add reason to #![unstable] tag.Mara Bos-1/+1
2023-04-20Get rid of core::fmt::FormatSpec.Mara Bos-6/+1
2023-04-20Rename fmt::rt::Argument to Placeholder.Mara Bos-3/+2
2023-04-20Turn core::fmt::rt::v1 into a private module.Mara Bos-0/+61