about summary refs log tree commit diff
path: root/library/core/src/fmt
AgeCommit message (Expand)AuthorLines
2023-03-17Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbinibors-6/+6
2023-03-16Don't allow new const panic through format flattening.Mara Bos-2/+24
2023-03-15Bump to latest betaMark Rousskov-6/+6
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-1/+21
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-12Make core::fmt::rt::v1::Argument::new const+inline.Mara Bos-1/+2
2023-01-11Add new fn to core::fmt::rt::v1::Argument.Mara Bos-0/+13
2023-01-11Turn format arguments types into lang items.Mara Bos-1/+7
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-24Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcmMatthias Krüger-46/+46
2022-09-22Apply changes proposed in the reviewMaybe Waffle-33/+33
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-09-04Replace `offset` with `add` in `fmt/num.rs` & remove some castsMaybe Waffle-62/+62
2022-08-24Remove a packing branch from `fmt::builders::PadAdapter`Benoît du Garreau-14/+4
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