| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -31/+28 |
| 2024-10-04 | Stabilize UnsafeCell::from_mut | ltdk | -2/+3 |
| 2024-10-02 | library: Stabilize `const_slice_first_last` | Jubilee Young | -4/+8 |
| 2024-10-02 | library: Stabilize `const_unsafecell_get_mut` | Jubilee Young | -2/+2 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -2/+2 |
| 2024-10-02 | library: Stabilize `const_str_as_mut` | Jubilee Young | -3/+5 |
| 2024-10-02 | library: Stabilize `const_str_from_utf8_unchecked_mut` | Jubilee Young | -2/+4 |
| 2024-10-02 | Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev | bors | -0/+24 |
| 2024-10-01 | Auto merge of #128204 - GuillaumeGomez:integers-opti, r=workingjubilee | bors | -81/+131 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -4/+7 |
| 2024-10-01 | Rollup merge of #130773 - bjoernager:master, r=thomcc | Matthias Krüger | -2/+1 |
| 2024-10-01 | Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcm | Matthias Krüger | -44/+54 |
| 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-30 | Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcm | Trevor Gross | -29/+7 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -50/+11 |
| 2024-09-29 | Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubilee | Matthias Krüger | -99/+257 |
| 2024-09-29 | Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr... | Matthias Krüger | -15/+17 |
| 2024-09-29 | Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-09-29 | Rename doctest attribute `standalone-crate` into `standalone_crate` for coher... | Guillaume Gomez | -1/+1 |
| 2024-09-29 | Remove duplicate section | Lukas Bergdoll | -13/+1 |
| 2024-09-29 | Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrum | bors | -5/+10 |
| 2024-09-28 | Rename `standalone` doctest attribute into `standalone-crate` | Guillaume Gomez | -1/+1 |
| 2024-09-28 | Further clarificarion for atomic and UnsafeCell docs: | Ralf Jung | -23/+24 |
| 2024-09-28 | allow mixed-size atomic reads | Ralf Jung | -10/+16 |
| 2024-09-28 | atomics: allow atomic and non-atomic reads to race | Ralf Jung | -24/+38 |
| 2024-09-28 | stabilize const_cell_into_inner | Ralf Jung | -50/+11 |
| 2024-09-28 | make ptr metadata functions callable from stable const fn | Ralf Jung | -29/+7 |
| 2024-09-28 | Update Unicode escapes; | Gabriel Bjørnager Jensen | -2/+1 |
| 2024-09-27 | Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnay | Matthias Krüger | -3/+1 |
| 2024-09-27 | Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull'; | Gabriel Bjørnager Jensen | -6/+23 |
| 2024-09-27 | Apply review feedback | Lukas Bergdoll | -13/+16 |
| 2024-09-27 | Apply round 1 of review comments | Lukas Bergdoll | -16/+15 |
| 2024-09-27 | Fix mistake in example | Lukas Bergdoll | -1/+1 |
| 2024-09-27 | Improve Ord docs | Lukas Bergdoll | -95/+263 |
| 2024-09-26 | Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35 | Jubilee | -0/+34 |
| 2024-09-26 | Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomcc | Jubilee | -5/+5 |
| 2024-09-27 | Rollup merge of #130880 - RalfJung:const-hack, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-27 | Rollup merge of #130845 - RalfJung:utf8chunk, r=tgross35 | Guillaume Gomez | -0/+4 |
| 2024-09-27 | Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscross | Guillaume Gomez | -12/+118 |
| 2024-09-26 | add missing FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-26 | Add `[Option<T>; N]::transpose` | Urgau | -0/+24 |
| 2024-09-26 | add a bootstrap variant of `naked_asm` | Folkert de Vries | -0/+34 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -15/+7 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -13/+10 |
| 2024-09-25 | Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubilee | Matthias Krüger | -11/+11 |
| 2024-09-25 | Utf8Chunks: add link to Utf8Chunk | Ralf Jung | -0/+4 |
| 2024-09-25 | fix some cfg logic around optimize_for_size and 16-bit targets | Ralf Jung | -11/+11 |