| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Auto merge of #136409 - TDecking:mul_hi, r=Mark-Simulacrum | bors | -20/+1 |
| 2025-02-05 | Rollup merge of #136502 - yotamofek:pr/fmt-from-fn-must-use, r=dtolnay | León Orell Valerian Liehr | -0/+1 |
| 2025-02-03 | Mark `std::fmt::from_fn` as `#[must_use]` | Yotam Ofek | -0/+1 |
| 2025-02-03 | no unsafe pointer and no overflowing_literals in fmt::Display of integers | Pascal S. de Kloe | -68/+75 |
| 2025-02-01 | Use `widening_mul` | Tobias Decking | -20/+1 |
| 2025-01-24 | Fix `FormattingOptions` instantiation with `Default` | Yuri Astrakhan | -1/+10 |
| 2025-01-05 | [generic_assert] Constify methods used by the formatting system | Caio | -8/+8 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -4/+7 |
| 2024-12-08 | Switch inline(always) in core/src/fmt/rt.rs to plain inline | Ben Kimock | -17/+17 |
| 2024-12-05 | Access members of `FormattingOptions` directly instead of via getters/setters | Elias Holzmann | -41/+39 |
| 2024-12-05 | Removed constness for methods receiving a `&mut` parameter | Elias Holzmann | -11/+11 |
| 2024-12-05 | Added better reason for exposing `flags` and `get_flags` as unstable | Elias Holzmann | -2/+10 |
| 2024-12-05 | Formatted | Elias Holzmann | -12/+10 |
| 2024-12-05 | Refactored FormattingOptions to use a bitmask for storing flags | Elias Holzmann | -44/+46 |
| 2024-12-05 | Revert "Turned public+unstable+hidden functions into private functions" | Elias Holzmann | -2/+6 |
| 2024-12-05 | Turned public+unstable+hidden functions into private functions | Elias Holzmann | -6/+2 |
| 2024-12-05 | Made all fns const | Elias Holzmann | -22/+22 |
| 2024-12-05 | impl Default for fmt::FormattingOptions | Elias Holzmann | -1/+1 |
| 2024-12-05 | Fixed copy+paste error in comment | Elias Holzmann | -1/+1 |
| 2024-12-05 | fmt::FormattingOptions: Renamed `alignment` to `align` | Elias Holzmann | -13/+13 |
| 2024-12-05 | Formatter::with_options: Use different lifetimes | Elias Holzmann | -1/+1 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -68/+313 |
| 2024-12-05 | Formatter: Access members via getter methods wherever possible | Elias Holzmann | -16/+16 |
| 2024-11-27 | update cfgs | Boxy | -4/+0 |
| 2024-11-27 | replace placeholder version | Boxy | -1/+1 |
| 2024-11-23 | Improve code by using `unsigned_abs` | Guillaume Gomez | -18/+2 |
| 2024-11-20 | Reduce integer `Display` implementation size | Guillaume Gomez | -41/+41 |
| 2024-11-14 | Auto merge of #133026 - workingjubilee:rollup-q8ig6ah, r=workingjubilee | bors | -1/+1 |
| 2024-11-13 | Rollup merge of #131304 - RalfJung:float-core, r=tgross35 | Jubilee | -1/+1 |
| 2024-11-14 | Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub... | bors | -4/+4 |
| 2024-11-12 | remove no-longer-needed abs_private | Ralf Jung | -1/+1 |
| 2024-11-04 | Fixed typo, rebased | Eugene Shamis | -1/+1 |
| 2024-11-04 | Updated SAFETY comment to address underflow | Eugene Shamis | -2/+3 |
| 2024-11-04 | Replace checked slice indexing by unchecked to support panic-free code | Eugene Shamis | -1/+3 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -2/+1 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+5 |
| 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 |