about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-15`aarch64`: check for `uzp1` and `uzp2`Folkert de Vries-19/+89
2025-07-15`aarch64`: check for `zip1` and `zip2`Folkert de Vries-34/+144
2025-07-15aarch64/arm: fix tests that matched on prefix of instructionFolkert de Vries-2/+2
2025-07-15s390x: fix tests that matched on prefix of instructionFolkert de Vries-4/+4
2025-07-15`stdarch-test`: error if only part of an instruction matchedFolkert de Vries-1/+7
2025-07-15`stdarch-test`: misc cleanupsFolkert de Vries-7/+14
2025-07-15`stdarch-test`: use `std::sync::LazyLock` instead of `lazy_static!`Folkert de Vries-8/+2
2025-07-15update `Cargo.lock`Folkert de Vries-6/+6
2025-07-16add `const_make_global`; err for `const_allocate` ptrs if didn't callDeadbeef-3/+13
2025-07-15Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlinbors-3/+18
2025-07-15docs: update documentation of core::mem::copy to include const on the fn sign...SunkenPotato-1/+1
2025-07-15make `std_detect` public dependency of `std`David Mládek-1/+1
2025-07-15Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscrossSamuel Tardieu-9/+7
2025-07-15Rollup merge of #143910 - ChrisDenton:no-symbolization, r=tgross35Samuel Tardieu-47/+57
2025-07-15Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simul...Samuel Tardieu-0/+1
2025-07-15constify `Index` trait and its slice implsOli Scherer-13/+23
2025-07-15constify some methods using `SliceIndex`Oli Scherer-16/+25
2025-07-15constify `SliceIndex` traitOli Scherer-25/+53
2025-07-15Merge pull request #1872 from folkertdev/aarch64-horizontal-addAmanieu d'Antras-244/+102
2025-07-14Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrumbors-0/+87
2025-07-15`aarch64`: implement `vabs` using `instrinsics::simd`Folkert de Vries-27/+44
2025-07-14Merge pull request #1869 from folkertdev/s390x-use-rounding-intrinsicAmanieu d'Antras-3/+14
2025-07-14Merge pull request #1837 from heiher/loong32Amanieu d'Antras-247/+327
2025-07-14Merge pull request #1871 from folkertdev/aarch64-float-min-maxAmanieu d'Antras-491/+66
2025-07-14Merge pull request #1870 from Kobzol/rustc-pull-ciAmanieu d'Antras-0/+22
2025-07-14Merge pull request #1852 from folkertdev/optimize-intrinsic-testAmanieu d'Antras-95/+93
2025-07-14update `cfg_select!` documentationFolkert de Vries-9/+7
2025-07-14Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplettSamuel Tardieu-59/+34
2025-07-14Rollup merge of #141809 - ChrisDenton:no-cleaup, r=jhprattSamuel Tardieu-15/+21
2025-07-14`s390x`: document the different rounding flavorsFolkert de Vries-3/+14
2025-07-14Don't call WSACleanup on process exitChris Denton-15/+21
2025-07-14Add experimental backtrace-trace-only std featureChris Denton-47/+57
2025-07-14Rollup merge of #143917 - theemathas:change-allocated-object-to-allocation, r...Jakub Beránek-3/+3
2025-07-14Rollup merge of #143881 - orlp:once-state-repr, r=tgross35Jakub Beránek-9/+12
2025-07-14Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errorsJakub Beránek-24/+24
2025-07-14Change "allocated object" to "allocation".Tim (Theemathas) Chirananthavat-3/+3
2025-07-13docs(alloc::fmt): Make `type` optional, instead of matching the empty stringNik Revenco-2/+2
2025-07-13core: make `str::split_at_unchecked()` inlineRené Kijewski-0/+1
2025-07-13Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkovbors-24/+17
2025-07-13update issue number for `const_trait_impl`Deadbeef-24/+24
2025-07-13Rollup merge of #143774 - oli-obk:const_from, r=fee1-deadMatthias Krüger-8/+21
2025-07-13Rollup merge of #143554 - okaneco:const_slice_rotate, r=Amanieu,tgross35Matthias Krüger-9/+21
2025-07-13make `cfg_select` a builtin macroFolkert de Vries-24/+17
2025-07-13Add comment why we use zero for COMPLETEOrson Peters-1/+4
2025-07-13Use zero for initialized Once stateOrson Peters-8/+8
2025-07-13Attempt to fix up SGX for random API updatesJosh Triplett-2/+2
2025-07-13std::vec: Add UB check in `from_parts_in`xizheyin-0/+5
2025-07-13std::vec: Add UB check in `from_raw_parts_in`xizheyin-0/+5
2025-07-13`std::vec`: Upgrade `debug_assert` to UB check in `set_len`xizheyin-2/+7
2025-07-13Fix typo in `std::vec`xizheyin-1/+1