| Age | Commit message (Expand) | Author | Lines |
| 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 | -51/+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/+25 |
| 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 |
| 2024-09-25 | Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16'; | Gabriel Bjørnager Jensen | -0/+4 |
| 2024-09-24 | Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv... | bors | -59/+202 |
| 2024-09-24 | Auto merge of #130738 - bjoernager:const-make-ascii, r=jhpratt | bors | -6/+20 |
| 2024-09-24 | Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]... | Gabriel Bjørnager Jensen | -6/+20 |
| 2024-09-23 | Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnay | Michael Goulet | -21/+15 |
| 2024-09-23 | stabilize const_intrinsic_copy | Ralf Jung | -21/+15 |
| 2024-09-23 | Add fast path for ascii to ascii in str::replace | Laiho | -0/+33 |
| 2024-09-23 | random: add tracking issue, address other comments | joboet | -3/+3 |
| 2024-09-23 | std: implement the `random` feature | joboet | -0/+64 |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -4/+6 |
| 2024-09-23 | Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay | Matthias Krüger | -25/+36 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -0/+11 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -118/+126 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -4/+6 |
| 2024-09-22 | Rollup merge of #130692 - RalfJung:result-flatten, r=Noratrieb | Guillaume Gomez | -2/+8 |
| 2024-09-22 | Rollup merge of #130658 - EqualMa:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2024-09-22 | Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnay | bors | -2/+4 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-22 | make unstable Result::flatten a const fn | Ralf Jung | -2/+8 |
| 2024-09-21 | Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw'; | Gabriel Bjørnager Jensen | -25/+36 |
| 2024-09-21 | Fix docs of compare_bytes | EqualMa | -1/+1 |
| 2024-09-21 | ABI compatibility: mention Result guarantee | Ralf Jung | -0/+2 |