| Age | Commit message (Expand) | Author | Lines |
| 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 | -54/+52 |
| 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/+342 |
| 2024-12-05 | Formatter: Access members via getter methods wherever possible | Elias Holzmann | -16/+16 |
| 2024-12-05 | Rollup merge of #133844 - RalfJung:simd_relaxed_fma-nondet, r=workingjubilee | Jacob Pratt | -1/+2 |
| 2024-12-05 | Rollup merge of #127565 - esp-rs:xtensa-vaargs, r=workingjubilee | Jacob Pratt | -0/+20 |
| 2024-12-05 | Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqd | León Orell Valerian Liehr | -2/+2 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+1 |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -19/+34 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -2/+2 |
| 2024-12-04 | clarify simd_relaxed_fma non-determinism | Ralf Jung | -1/+2 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -29/+58 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -0/+39 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -0/+39 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -29/+58 |
| 2024-12-03 | Rollup merge of #133796 - TDecking:borrowing-sub, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -6/+5 |
| 2024-12-03 | Rollup merge of #133696 - RalfJung:const-hashmap, r=cuviper | Matthias Krüger | -3/+3 |
| 2024-12-03 | Update the definition of `borrowing_sub` | Tobias Decking | -1/+1 |
| 2024-12-03 | Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg fo... | Brian J. Tarricone | -0/+20 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -0/+39 |
| 2024-12-03 | Add doc alias 'then_with' for `then` method on `bool` | Ross MacArthur | -0/+1 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -0/+14 |
| 2024-12-02 | Rollup merge of #133763 - Urgau:f16-midpoint-const-feat, r=Amanieu | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Rollup merge of #131713 - tgross35:stabilize-const_maybe_uninit_write, r=Ralf... | Guillaume Gomez | -2/+2 |
| 2024-12-02 | stabilize const_{size,align}_of_val | Ralf Jung | -6/+5 |
| 2024-12-02 | Stabilize `const_maybe_uninit_write` | Trevor Gross | -2/+2 |
| 2024-12-02 | Allow fn pointers comparisons lint in library | Urgau | -0/+1 |
| 2024-12-02 | Fix `f16::midpoint` const feature gate | Urgau | -1/+1 |
| 2024-12-02 | Rollup merge of #133743 - bjoernager:slice-as-array, r=joboet | Guillaume Gomez | -1/+1 |
| 2024-12-02 | stabilize const_collections_with_hasher and build_hasher_default_const_new | Ralf Jung | -3/+3 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -36/+2 |
| 2024-12-02 | Fix docs for '<[T]>::as_array'; | Gabriel Bjørnager Jensen | -1/+1 |
| 2024-12-01 | Rollup merge of #133678 - Urgau:stabilize-ptr_fn_addr_eq, r=jhpratt | Jacob Pratt | -3/+1 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -33/+1 |
| 2024-12-01 | Rollup merge of #131784 - Urgau:stabilize-midpoint, r=dtolnay | Jacob Pratt | -37/+34 |
| 2024-12-01 | Rollup merge of #131416 - okaneco:const_copy, r=RalfJung | Jacob Pratt | -6/+10 |
| 2024-12-01 | Mark `slice::copy_from_slice` unstably const | okaneco | -6/+10 |
| 2024-12-01 | Rollup merge of #133674 - scottmcm:chain-carrying-add, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnay | Matthias Krüger | -3/+23 |
| 2024-12-01 | Stabilize unsigned `num_midpoint` feature | Urgau | -37/+34 |