| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Mark internal functions and traits unsafe | LegionMammal978 | -24/+45 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -0/+15 |
| 2023-05-09 | Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se | bors | -0/+2 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -29/+27 |
| 2023-05-07 | Add `#[inline]` to functions that are never called | Gary Guo | -0/+2 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -29/+27 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -11/+0 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -200/+200 |
| 2023-04-27 | pub -> pub(super). | Mara Bos | -1/+1 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-24 | Restructure std::fmt::rt a bit. | Mara Bos | -200/+200 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -23/+23 |
| 2023-04-20 | Add reason to #![unstable] tag. | Mara Bos | -1/+1 |
| 2023-04-20 | Remove doc link to private item. | Mara Bos | -4/+2 |
| 2023-04-20 | Get rid of core::fmt::FormatSpec. | Mara Bos | -11/+6 |
| 2023-04-20 | Rename fmt::rt::Argument to Placeholder. | Mara Bos | -7/+6 |
| 2023-04-20 | Turn core::fmt::rt::v1 into a private module. | Mara Bos | -31/+24 |
| 2023-04-20 | Use fmt::Alignment instead of fmt::rt::v1::Alignment. | Mara Bos | -12/+12 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -6/+6 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -2/+24 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -6/+6 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+21 |
| 2023-01-25 | Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay | Dylan DPC | -3/+20 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -30/+30 |
| 2023-01-13 | Allow fmt::Arguments::as_str() to return more Some(_). | Mara Bos | -3/+20 |
| 2023-01-12 | Make core::fmt::rt::v1::Argument::new const+inline. | Mara Bos | -1/+2 |
| 2023-01-11 | Add new fn to core::fmt::rt::v1::Argument. | Mara Bos | -0/+13 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -1/+7 |
| 2023-01-03 | Added error documentation for write_fmt | Alexander Shirokov | -0/+5 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -1/+1 |
| 2022-12-19 | Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJung | Dylan DPC | -2/+2 |
| 2022-12-16 | Fix intra-doc link | Chris Denton | -1/+1 |
| 2022-12-13 | Use `expose_addr()` in `fmt::Pointer` | Thom Chiovoloni | -2/+2 |
| 2022-11-20 | Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472 | Yuki Okushi | -1/+1 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -1/+0 |
| 2022-11-02 | Add tracking issue for `const_arguments_as_str` | Sky | -1/+1 |
| 2022-10-04 | Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett | bors | -1/+1 |
| 2022-09-26 | Document that Display entails ToString | Matthew Esposito | -0/+7 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -46/+46 |
| 2022-09-22 | Apply changes proposed in the review | Maybe Waffle | -33/+33 |
| 2022-09-07 | Typo | Maurits van Riezen | -1/+1 |
| 2022-09-07 | Add doctest | Maurits van Riezen | -0/+1 |
| 2022-09-07 | This example was broken | Maurits van Riezen | -1/+1 |
| 2022-09-04 | Replace `offset` with `add` in `fmt/num.rs` & remove some casts | Maybe Waffle | -62/+62 |
| 2022-08-24 | Remove a packing branch from `fmt::builders::PadAdapter` | Benoît du Garreau | -14/+4 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+1 |
| 2022-08-09 | Switching documentation to be more clear about potential errors | Dan Vail | -6/+3 |
| 2022-08-07 | Adding more verbose documentation for `std::fmt::Write` | Dan Vail | -0/+7 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -1/+1 |