| Age | Commit message (Expand) | Author | Lines |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -13/+13 |
| 2024-10-16 | Rollup merge of #131730 - zlfn:master, r=tgross35 | Matthias Krüger | -76/+69 |
| 2024-10-15 | replace placeholder version | Josh Stone | -4/+4 |
| 2024-10-15 | Refactor `floating` macro and nofloat panic message | zlfn | -58/+60 |
| 2024-10-15 | Rename debug! macro to impl_Debug! | zlfn | -5/+7 |
| 2024-10-15 | Combine impl_int and impl_uint | zlfn | -15/+4 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -13/+13 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -12/+4 |
| 2024-10-01 | Stabilize `debug_more_non_exhaustive` | Trevor Gross | -12/+4 |
| 2024-10-01 | Remove the need to provide the maximum number of digits to `impl_Display` macro | Guillaume Gomez | -23/+24 |
| 2024-10-01 | Simplify `impl_Display` macro | Guillaume Gomez | -87/+90 |
| 2024-10-01 | Small optimization for integers Display implementation | Guillaume Gomez | -46/+92 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-15 | Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee | Jubilee | -2/+10 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -10/+10 |
| 2024-08-28 | fmt-debug option | Kornel | -0/+4 |
| 2024-08-21 | Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb | Matthias Krüger | -12/+212 |
| 2024-08-18 | Document futility of printing temporary pointers | Kornel | -2/+10 |
| 2024-08-14 | Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb | Matthias Krüger | -0/+5 |
| 2024-08-13 | chore(lib): fmt core::fmt::Formatter's write_fmt method | burlinchen | -1/+1 |
| 2024-08-12 | std::fmt::FormatterFn -> std::fmt::FromFn | schvv31n | -6/+15 |
| 2024-08-12 | chore(lib): Enhance documentation for core::fmt::Formatter's write_fmt method | burlinchen | -0/+5 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+5 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -42/+56 |
| 2024-07-26 | Always set `result` during `finish()` in debug builders | Trevor Gross | -4/+8 |
| 2024-07-26 | Fix doc nits | John Arundel | -42/+56 |
| 2024-07-21 | Implement `debug_more_non_exhaustive` | Trevor Gross | -0/+200 |
| 2024-07-21 | Make use of raw strings in `core::fmt::builders` | Trevor Gross | -12/+12 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -1/+1 |
| 2024-07-05 | Improve readability of some fmt code examples | Guillaume Gomez | -7/+15 |
| 2024-06-30 | Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-29 | small correction to fmt::Pointer impl | Sky | -2/+1 |
| 2024-06-27 | core: improve comment | joboet | -2/+2 |
| 2024-06-26 | core: avoid `extern` types in formatting infrastructure | joboet | -21/+25 |
| 2024-06-25 | fix UI test, simplify error message | joboet | -0/+6 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -8/+10 |
| 2024-05-27 | Size optimize int formatting | Dion Dokter | -0/+33 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -11/+7 |
| 2024-05-24 | Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboet | bors | -18/+41 |
| 2024-05-23 | Process a single not-ASCII-printable `char` per iteration | Arpad Borsos | -8/+5 |
| 2024-05-23 | panic_nounwind in Arguments::new* instead of recursing | Ben Kimock | -2/+5 |
| 2024-05-20 | Switch to primarily using `&str` | Arpad Borsos | -7/+6 |
| 2024-05-20 | Introduce printable-ASCII fast-path for `impl Debug for str` | Arpad Borsos | -17/+42 |
| 2024-05-20 | Add a fast-path to `Debug` ASCII `&str` | Arpad Borsos | -0/+5 |
| 2024-05-20 | Write `char::DebugEscape` sequences using `write_str` | Arpad Borsos | -7/+4 |
| 2024-05-18 | Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)` | beetrees | -0/+1 |
| 2024-05-09 | Document proper usage of `fmt::Error` and `fmt()`'s `Result`. | Kevin Reid | -15/+35 |
| 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 |