summaryrefslogtreecommitdiff
path: root/library/core
AgeCommit message (Expand)Author
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross
2024-09-29Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnayMatthias Krüger
2024-09-29Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubileeMatthias Krüger
2024-09-29Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr...Matthias Krüger
2024-09-29Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddleMatthias Krüger
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez
2024-09-29Remove duplicate sectionLukas Bergdoll
2024-09-29Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrumbors
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung
2024-09-28allow mixed-size atomic readsRalf Jung
2024-09-28atomics: allow atomic and non-atomic reads to raceRalf Jung
2024-09-28stabilize const_cell_into_innerRalf Jung
2024-09-28make ptr metadata functions callable from stable const fnRalf Jung
2024-09-27Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnayMatthias Krüger
2024-09-27Apply review feedbackLukas Bergdoll
2024-09-27Apply round 1 of review commentsLukas Bergdoll
2024-09-27Fix mistake in exampleLukas Bergdoll
2024-09-27Improve Ord docsLukas Bergdoll
2024-09-26Rollup merge of #130875 - folkertdev:naked-asm-bootstrap, r=tgross35Jubilee
2024-09-26Rollup merge of #130313 - c410-f3r:unlock-rfc-2011, r=thomccJubilee
2024-09-27Rollup merge of #130880 - RalfJung:const-hack, r=scottmcmGuillaume Gomez
2024-09-27Rollup merge of #130845 - RalfJung:utf8chunk, r=tgross35Guillaume Gomez
2024-09-27Rollup merge of #130279 - theemathas:manually-drop-docs, r=thomcc,traviscrossGuillaume Gomez
2024-09-26add missing FIXME(const-hack)Ralf Jung
2024-09-26add a bootstrap variant of `naked_asm`Folkert de Vries
2024-09-25Use `&raw` in the standard libraryJosh Stone
2024-09-25Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubileeMatthias Krüger
2024-09-25Utf8Chunks: add link to Utf8ChunkRalf Jung
2024-09-25fix some cfg logic around optimize_for_size and 16-bit targetsRalf Jung
2024-09-25Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16';Gabriel Bjørnager Jensen
2024-09-24Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv...bors
2024-09-24Auto merge of #130738 - bjoernager:const-make-ascii, r=jhprattbors
2024-09-24Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...Gabriel Bjørnager Jensen
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet
2024-09-23stabilize const_intrinsic_copyRalf Jung
2024-09-23random: add tracking issue, address other commentsjoboet
2024-09-23std: implement the `random` featurejoboet
2024-09-23Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=NoratriebMatthias Krüger
2024-09-23Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnayMatthias Krüger
2024-09-23Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnayMatthias Krüger
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena...Gabriel Bjørnager Jensen
2024-09-22Rollup merge of #130692 - RalfJung:result-flatten, r=NoratriebGuillaume Gomez
2024-09-22Rollup merge of #130658 - EqualMa:patch-1, r=scottmcmGuillaume Gomez
2024-09-22Auto merge of #130697 - bjoernager:const-char-make-ascii, r=dtolnaybors
2024-09-22Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'char' as const;Gabriel Bjørnager Jensen
2024-09-22make unstable Result::flatten a const fnRalf Jung
2024-09-21Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf16_raw';Gabriel Bjørnager Jensen
2024-09-21Fix docs of compare_bytesEqualMa