about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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
2025-06-06remove extraneous textTshepang Mbambo-33/+0
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-3/+7
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-2/+2
2025-06-05Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgrbors-22/+11
2025-06-05Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub...Matthias Krüger-22/+11
2025-06-05Auto merge of #135054 - cramertj:file-cstr, r=m-ou-sebors-16/+25
2025-06-05Stabilize `const_eq_ignore_ascii_case`Paolo Barbolini-2/+2
2025-06-05fix Zip unsoundness (again)The 8472-41/+33
2025-06-04Add Location::file_with_nulTaylor Cramer-16/+25
2025-06-04Rollup merge of #141893 - usamoi:lossless, r=tgross35Matthias Krüger-1/+0
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-0/+14
2025-06-04Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am...Matthias Krüger-0/+28
2025-06-03`Display`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-2/+7
2025-06-03`FromStr`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-6/+5
2025-06-03Add some more description of interactions between `Display` and `FromStr`Josh Triplett-0/+6
2025-06-03Improve the documentation of `Display` and `FromStr`, and their interactionsJosh Triplett-0/+18
2025-06-03Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubileeMatthias Krüger-115/+12
2025-06-03Add `iter` macroOli Scherer-0/+34
2025-06-04std: simplify `NonNull` variance documentationxizheyin-11/+16
2025-06-03Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgrbors-3/+3
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-1/+1
2025-06-03Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35Matthias Krüger-2/+2
2025-06-03move `test-float-parse` tool into `src/tools` dironur-ozkan-1/+1
2025-06-03Update ABI compatibility docs about null-pointer-optimized enums.zachs18-0/+3
2025-06-03Rollup merge of #141873 - neeko-cat:patch-1, r=tgross35Matthias Krüger-1/+1
2025-06-02Remove more library bootstrapJosh Stone-1/+0
2025-06-02Remove bootstrap cfgs from library/Josh Stone-114/+12
2025-06-02Disable f64 minimum/maximum tests for arm 32Eric Huss-2/+2
2025-06-02Rollup merge of #141874 - usamoi:eps, r=tgross35Jakub Beránek-0/+2
2025-06-02Rollup merge of #141858 - zacryol:spe-docs-typo, r=aDotInTheVoidJakub Beránek-1/+1
2025-06-02remove f16: From<u16>usamoi-1/+0
2025-06-02add f16_epsilon and f128_epsilonusamoi-0/+2
2025-06-02Fixed a typo in `ManuallyDrop`'s docneeko-cat-1/+1
2025-06-01Rollup merge of #141224 - RalfJung:no-objects, r=traviscrossGuillaume Gomez-142/+145
2025-06-01Fix typo in `StructuralPartialEq` docszacryol-1/+1
2025-06-01Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhprattbors-50/+120
2025-06-01Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJungJacob Pratt-44/+80
2025-06-01Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubileeJacob Pratt-2/+37
2025-06-01Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhprattJacob Pratt-4/+3
2025-05-31Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubileebors-20/+120