about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2025-03-01Use `BinOp::Cmp` for `iNN::signum`Scott McMurray-8/+7
2025-03-01Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubileeMatthias Krüger-36/+34
2025-03-01intrinsics::simd: document that masks must be signed integer vectorsFolkert de Vries-27/+27
2025-03-01correct the docs on `simd_` comparison operatorsFolkert de Vries-15/+13
2025-02-28Stabilize [T]::split_off... methodsTaylor Cramer-27/+7
2025-02-28Do not require that unsafe fields lack drop glueJack Wrenn-2/+2
2025-02-28Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung许杰友 Jieyou Xu (Joe)-2/+2
2025-02-28Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev许杰友 Jieyou Xu (Joe)-4/+4
2025-02-27Fix char count in Display for ByteStrThalia Archibald-1/+3
2025-02-27Count char width at most once in Formatter::padThalia Archibald-37/+29
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-2/+2
2025-02-27Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdevMatthias Krüger-5/+135
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+4
2025-02-26Rollup merge of #136187 - hkBst:patch-27, r=workingjubileeLeón Orell Valerian Liehr-36/+37
2025-02-26Rollup merge of #134585 - cyrgani:uninit_array, r=AmanieuLeón Orell Valerian Liehr-36/+0
2025-02-25fix doc in library/core/src/pin.rsxizheyin-2/+2
2025-02-25Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35bors-6/+3
2025-02-25fix doc in library/core/src/sync/atomic.rsxizheyin-5/+5
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-1429/+356
2025-02-24Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=AmanieuTrevor Gross-4/+1
2025-02-24Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=AmanieuTrevor Gross-2/+2
2025-02-24Simplify trait error message for CoercePointee validationMichael Goulet-0/+1
2025-02-24span: add a "future" editionDavid Wood-0/+23
2025-02-24remove some unnecessary rustc_const_unstableRalf Jung-4/+1
2025-02-24Rollup merge of #137495 - madhav-madhusoodanan:feature-unstable-control-flow-...Jacob Pratt-0/+21
2025-02-24Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=NoratriebJacob Pratt-15/+33
2025-02-24Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=AmanieuJacob Pratt-8/+8
2025-02-24Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibrah...Jacob Pratt-4/+4
2025-02-24remove uses of rustc_intrinsic_must_be_overridden from standard libraryRalf Jung-1429/+356
2025-02-24Added into_value const function to ControlFlow<T, T>Madhav Madhusoodanan-0/+21
2025-02-23Rollup merge of #137483 - bend-n:😅, r=NoratriebTrevor Gross-33/+33
2025-02-23Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35Trevor Gross-112/+85
2025-02-23rename sub_ptr 😅bendn-33/+33
2025-02-23Fix documentation for unstable sortyukang-15/+33
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-2/+2
2025-02-23Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrumbors-151/+32
2025-02-23add stdarch compatibility hackRalf Jung-0/+12
2025-02-23Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor...Matthias Krüger-2/+2
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-20/+13
2025-02-22Stabilise c_str_moduleltdk-1/+1
2025-02-22make the new intrinsics safeRalf Jung-8/+8
2025-02-22Rollup merge of #136910 - okaneco:sig_ones, r=thomccMatthias Krüger-0/+156
2025-02-22Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration-div, r=...Matthias Krüger-0/+2
2025-02-21Rollup merge of #136609 - mammothbane:master, r=scottmcmMatthias Krüger-0/+60
2025-02-21Rollup merge of #136148 - kpreid:type-str, r=joboetMatthias Krüger-3/+19
2025-02-21Stabilize `unbounded_shifts`Connor Horman-8/+8
2025-02-21stabilize `unsigned_is_multiple_of`Folkert de Vries-2/+2
2025-02-21Do not use CString in the examples of CStr.Marijn Schouten-36/+37
2025-02-20Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scottmcmJubilee-4/+4
2025-02-20Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboetbors-6/+29