about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-31/+28
2024-10-04Stabilize UnsafeCell::from_mutltdk-2/+3
2024-10-02library: Stabilize `const_slice_first_last`Jubilee Young-4/+8
2024-10-02library: Stabilize `const_unsafecell_get_mut`Jubilee Young-2/+2
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-2/+2
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-3/+5
2024-10-02library: Stabilize `const_str_from_utf8_unchecked_mut`Jubilee Young-2/+4
2024-10-02Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdevbors-0/+24
2024-10-01Auto merge of #128204 - GuillaumeGomez:integers-opti, r=workingjubileebors-81/+131
2024-10-01Stabilize `const_slice_from_raw_parts_mut`Eduardo Sánchez Muñoz-4/+7
2024-10-01Rollup merge of #130773 - bjoernager:master, r=thomccMatthias Krüger-2/+1
2024-10-01Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcmMatthias Krüger-44/+54
2024-10-01Stabilize `debug_more_non_exhaustive`Trevor Gross-12/+4
2024-10-01Remove the need to provide the maximum number of digits to `impl_Display` macroGuillaume Gomez-23/+24
2024-10-01Simplify `impl_Display` macroGuillaume Gomez-87/+90
2024-10-01Small optimization for integers Display implementationGuillaume Gomez-46/+92
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross-29/+7
2024-09-29Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnayMatthias Krüger-50/+11
2024-09-29Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubileeMatthias Krüger-99/+257
2024-09-29Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr...Matthias Krüger-15/+17
2024-09-29Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddleMatthias Krüger-1/+1
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-1/+1
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-50/+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/+5
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