| Age | Commit message (Expand) | Author | Lines |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -3/+3 |
| 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 | -3/+3 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+3 |
| 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-11 | Turn format arguments types into lang items. | Mara Bos | -1/+3 |
| 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-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-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 |
| 2022-07-09 | Add T to PhantomData impl Debug | Antoine PLASKOWSKI | -1/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+1 |
| 2022-06-24 | Optimize the code produced by `derive(Debug)`. | Nicholas Nethercote | -1/+227 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -0/+1 |
| 2022-06-11 | docs: make all the variadic impls use `(T, ...)` exactly | Michael Howell | -1/+1 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -0/+1 |
| 2022-06-07 | docs: clean up trait docs for tuples | Michael Howell | -11/+27 |
| 2022-05-29 | Remove `(fn(...) -> ...)` -> `usize` -> `*const ()` -> `usize` cast | Maybe Waffle | -24/+30 |
| 2022-05-21 | Auto merge of #94530 - tmiasko:alignment-impls, r=dtolnay | bors | -1/+1 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+3 |
| 2022-05-08 | Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearth | bors | -0/+2 |
| 2022-05-07 | Fix a minor typo in the description of Formatter | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-04-28 | Add more diagnostic items | Serial | -0/+2 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -3/+3 |
| 2022-04-04 | Rollup merge of #95438 - m-ou-se:sync-unsafe-cell, r=joshtriplett | Dylan DPC | -1/+8 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -2/+6 |
| 2022-03-29 | Add tracking issue for sync_unsafe_cell. | Mara Bos | -1/+1 |
| 2022-03-29 | Add SyncUnsafeCell. | Mara Bos | -1/+8 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -46/+46 |
| 2022-03-04 | Implement Copy, Clone, PartialEq and Eq for core::fmt::Alignment | Tomasz Miąsko | -1/+1 |
| 2022-02-21 | Suggest calling .display() on PathBuf too | Michael Goulet | -1/+1 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -0/+22 |
| 2022-01-04 | Touch up Debug example from PR 92322 | David Tolnay | -3/+7 |