about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-09-29Remove duplicate sectionLukas Bergdoll-13/+1
2024-09-29Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrumbors-5/+10
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-1/+1
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-23/+24
2024-09-28allow mixed-size atomic readsRalf Jung-10/+16
2024-09-28atomics: allow atomic and non-atomic reads to raceRalf Jung-24/+38
2024-09-28stabilize const_cell_into_innerRalf Jung-51/+11
2024-09-28make ptr metadata functions callable from stable const fnRalf Jung-29/+7
2024-09-28Update Unicode escapes;Gabriel Bjørnager Jensen-2/+1
2024-09-27Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnayMatthias Krüger-3/+1
2024-09-27Add 'from_ref' and 'from_mut' constructors to 'core::ptr::NonNull';Gabriel Bjørnager Jensen-6/+23
2024-09-27Apply review feedbackLukas Bergdoll-13/+16
2024-09-27Apply round 1 of review commentsLukas Bergdoll-16/+15
2024-09-27Fix mistake in exampleLukas Bergdoll-1/+1
2024-09-27Improve Ord docsLukas Bergdoll-95/+263
2024-09-26Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35Jubilee-0/+34
2024-09-26Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomccJubilee-5/+25
2024-09-27Rollup merge of #130880 - RalfJung:const-hack, r=scottmcmGuillaume Gomez-1/+1
2024-09-27Rollup merge of #130845 - RalfJung:utf8chunk, r=tgross35Guillaume Gomez-0/+4
2024-09-27Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscrossGuillaume Gomez-12/+118
2024-09-26add missing FIXME(const-hack)Ralf Jung-1/+1
2024-09-26Add `[Option<T>; N]::transpose`Urgau-0/+24
2024-09-26add a bootstrap variant of `naked_asm`Folkert de Vries-0/+34
2024-09-25Stabilize the `map`/`value` methods on `ControlFlow`Scott McMurray-15/+7
2024-09-25Use `&raw` in the standard libraryJosh Stone-13/+10
2024-09-25Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubileeMatthias Krüger-11/+11
2024-09-25Utf8Chunks: add link to Utf8ChunkRalf Jung-0/+4
2024-09-25fix some cfg logic around optimize_for_size and 16-bit targetsRalf Jung-11/+11
2024-09-25Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16';Gabriel Bjørnager Jensen-0/+4
2024-09-24Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv...bors-59/+202
2024-09-24Auto merge of #130738 - bjoernager:const-make-ascii, r=jhprattbors-6/+20
2024-09-24Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...Gabriel Bjørnager Jensen-6/+20
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet-21/+15
2024-09-23stabilize const_intrinsic_copyRalf Jung-21/+15
2024-09-23Add fast path for ascii to ascii in str::replaceLaiho-0/+33
2024-09-23random: add tracking issue, address other commentsjoboet-3/+3
2024-09-23std: implement the `random` featurejoboet-0/+64
2024-09-23Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=NoratriebMatthias Krüger-4/+6
2024-09-23Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnayMatthias Krüger-25/+36
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger-0/+11
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-118/+126
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena...Gabriel Bjørnager Jensen-4/+6
2024-09-22Rollup merge of #130692 - RalfJung:result-flatten, r=NoratriebGuillaume Gomez-2/+8
2024-09-22Rollup merge of #130658 - EqualMa:patch-1, r=scottmcmGuillaume Gomez-1/+1
2024-09-22Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnaybors-2/+4
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const;Gabriel Bjørnager Jensen-2/+4
2024-09-22make unstable Result::flatten a const fnRalf Jung-2/+8
2024-09-21Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';Gabriel Bjørnager Jensen-25/+36
2024-09-21Fix docs of compare_bytesEqualMa-1/+1
2024-09-21ABI compatibility: mention Result guaranteeRalf Jung-0/+2