about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2025-06-12Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdevMatthias Krüger-33/+146
2025-06-12Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscrossMatthias Krüger-0/+3
2025-06-12Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnayMatthias Krüger-0/+7
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-1/+3
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-18/+10
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-18/+18
2025-06-12chore(doctest): Remove redundant blank linesShun Sakai-3/+0
2025-06-12Allow `unpredictable_function_pointer_comparisons` lint in more placesUrgau-0/+1
2025-06-12Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35bors-152/+128
2025-06-11Fix Debug for Location.Mara Bos-1/+12
2025-06-11stabilize gaiBoxy-1/+0
2025-06-11faster fmt::Display of 128-bit integers, without unsafe pointerPascal S. de Kloe-152/+128
2025-06-11Add trim_prefix and trim_suffix for slice and str.Deven T. Corzine-0/+160
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+24
2025-06-10core docs: improve clarity of considerations about atomic CAS operationsGray Olson-33/+146
2025-06-10Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=NoratriebLeón Orell Valerian Liehr-0/+1
2025-06-10Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work...León Orell Valerian Liehr-126/+68
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-1/+0
2025-06-10Rollup merge of #134442 - epage:change, r=workingjubileeLeón Orell Valerian Liehr-0/+13
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-2/+2
2025-06-09Specify the behavior of `file!`Ed Page-0/+13
2025-06-09Mark `core::slice::memchr` as `#[doc(hidden)]`Alona Enraght-Moony-0/+1
2025-06-09core::ptr: deduplicate more method docsbinarycat-126/+68
2025-06-09Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubileeTrevor Gross-3/+4
2025-06-09Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnayTrevor Gross-0/+3
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-1/+0
2025-06-09Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgrbors-46/+2
2025-06-09Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35Matthias Krüger-46/+2
2025-06-09stabilize nonnull_provenanceRalf Jung-3/+4
2025-06-09Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=KobzolMatthias Krüger-1/+1
2025-06-08Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis...Jubilee-17/+16
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-3/+9
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-9/+0
2025-06-08Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3bors-985/+211
2025-06-08Mark `slice::swap_with_slice` unstably constPaolo Barbolini-1/+2
2025-06-08De-duplicate f16 & f128 doctest attributesUrgau-46/+2
2025-06-07Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obkGuillaume Gomez-3/+0
2025-06-07Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case...Guillaume Gomez-2/+2
2025-06-07Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJungGuillaume Gomez-1/+1
2025-06-07centralize aliasing rules discussion in UnsafeCell docsRalf Jung-15/+11
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-985/+211
2025-06-07Address documentation issues identified with FutureDiggory Blake-7/+16
2025-06-07Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target featuressayantn-1/+0
2025-06-07Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target featuressayantn-1/+0
2025-06-07Fix usage of `bootstrap` in coreUrgau-4/+1
2025-06-07UnsafePinned: update get() docs and signature to allow shared mutationRalf Jung-9/+12
2025-06-07Make NonZero<char> possibleMarijn Schouten-0/+3
2025-06-07get rid of spurious cfg(bootstrap)Ralf Jung-3/+0
2025-06-06Rollup merge of #142114 - GuillaumeGomez:u128-const, r=UrgauGuillaume Gomez-2/+2
2025-06-06Compute number of digits instead of relying on constant value for u128 displa...Guillaume Gomez-2/+2