| Age | Commit message (Expand) | Author | Lines |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -19/+23 |
| 2024-10-09 | Add "not guaranteed to be equal" | Kevin Reid | -1/+1 |
| 2024-10-09 | Apply suggestions from code review | Kevin Reid | -2/+4 |
| 2024-10-09 | Expand `ptr::fn_addr_eq()` documentation. | Kevin Reid | -6/+32 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -19/+23 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -6/+4 |
| 2024-10-08 | Stabilize Pin::as_deref_mut | Noa | -1/+1 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -15/+8 |
| 2024-10-08 | Add LowerExp and UpperExp implementations | rickdewater | -16/+41 |
| 2024-10-08 | Add docs about slicing slices at the ends | AngelicosPhosphoros | -0/+21 |
| 2024-10-07 | cfg out checks in add and sub but not offset | Ben Kimock | -0/+8 |
| 2024-10-07 | Add precondition checks to ptr::offset, ptr::add, ptr::sub | Ben Kimock | -3/+173 |
| 2024-10-06 | Expand set_ptr_value / with_metadata_of docs | Andreas Molzer | -20/+61 |
| 2024-10-06 | grammar fix | dacian | -1/+1 |
| 2024-10-06 | Rollup merge of #131316 - programmerjake:patch-4, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-10-05 | Fix typo in primitive_docs.rs | Jacob Lifshay | -1/+1 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+1 |
| 2024-10-05 | Rollup merge of #131281 - RalfJung:const-cell, r=Amanieu | Matthias Krüger | -6/+12 |
| 2024-10-05 | library: Stabilize const `MaybeUninit::assume_init_mut` | Jubilee Young | -3/+7 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+1 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -18/+16 |
| 2024-10-05 | make Cell unstably const | Ralf Jung | -6/+12 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -18/+16 |
| 2024-10-05 | Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk` | onestacked | -8/+14 |
| 2024-10-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -4/+7 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -14/+21 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -15/+7 |
| 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 | -3/+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 | -13/+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-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -51/+0 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -51/+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 |