| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-14 | Rollup merge of #123875 - Ghamza-Jd:master, r=joboet | Matthias Krüger | -6/+6 |
| 2024-04-14 | Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrum | bors | -45/+49 |
| 2024-04-13 | chore: replace x with y for hexa-decimal fmt | Hamza Jadid | -6/+6 |
| 2024-04-12 | core: get rid of `USIZE_MARKER` | joboet | -45/+49 |
| 2024-04-11 | Add a `Debug` impl and some basic functions to `f16` and `f128` | Trevor Gross | -0/+16 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-03-23 | Rename `Arguments::as_const_str` to `as_statically_known_str` | Josh Stone | -5/+9 |
| 2024-03-08 | Auto merge of #122059 - nyurik:with-as-const-str, r=cuviper | bors | -10/+26 |
| 2024-03-05 | Optimize write with as_const_str for shorter code | Yuri Astrakhan | -10/+26 |
| 2024-03-05 | Rollup merge of #121065 - CAD97:display-i18n, r=cuviper | Matthias Krüger | -0/+17 |
| 2024-03-04 | doc wording improvements | Christopher Durham | -1/+1 |
| 2024-03-04 | Explain use of display adapters | Christopher Durham | -0/+17 |
| 2024-02-20 | fix doc link | Yuri Astrakhan | -1/+1 |
| 2024-02-20 | A much simpler version of write | Yuri Astrakhan | -27/+10 |
| 2024-02-20 | remove const | Yuri Astrakhan | -1/+1 |
| 2024-02-20 | add safety text | Yuri Astrakhan | -0/+1 |
| 2024-02-20 | Fix inlining issue for non-const case | Yuri Astrakhan | -12/+19 |
| 2024-02-20 | Use intrinsic | Yuri Astrakhan | -0/+13 |
| 2024-02-20 | perf: improve write_fmt to handle simple strings | Yuri Astrakhan | -4/+6 |
| 2023-12-12 | Remove dead codes in core | r01and | -3/+3 |
| 2023-11-11 | round to even | James Dietz | -6/+3 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -0/+8 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -13/+134 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+2 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -0/+4 |
| 2023-10-01 | Correct misleading std::fmt::Binary example | James Haywood | -2/+4 |
| 2023-09-28 | Rollup merge of #112959 - tbu-:pr_fmt_error_wording, r=dtolnay | Matthias Krüger | -2/+2 |
| 2023-09-27 | Fix "unresolved link to std::fmt::Error"
| David Tolnay | -1/+1 |
| 2023-09-17 | Specialize `fmt::Write::write_fmt` for `Sized` types | Benoît du Garreau | -2/+22 |
| 2023-09-12 | Improve `PadAdapter::write_char` | Benoît du Garreau | -0/+8 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -15/+5 |
| 2023-07-26 | docs: fmt::Debug*: Fix comments for finish method. | Bruce Mitchener | -3/+3 |
| 2023-06-27 | Change the wording in `std::fmt::Write::write_str` | Tobias Bucher | -2/+2 |
| 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 |