about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-22Remove `std_detect` from stdarch examplesJakub Beránek-30/+18
2025-07-22Fix warningJakub Beránek-0/+10
2025-07-22Move tests around to appease `tidy`Jakub Beránek-261/+256
2025-07-22remove `lazy_static` dependency from `intrinsic-test`Folkert de Vries-10/+2
2025-07-22Update stdarch READMEJakub Beránek-9/+1
2025-07-22Reformat `std_detect`Jakub Beránek-182/+54
2025-07-22Make `std_detect` a direct dependency of `std`Jakub Beránek-16/+7
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+0
2025-07-22work around not being able to project out of SIMD values any moreFolkert de Vries-4/+10
2025-07-22Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdevbors-5042/+4642
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-2/+2
2025-07-22Auto merge of #144205 - hkBst:flt2dec, r=workingjubileebors-11/+7
2025-07-21ci: Switch to nightly rustfmtTrevor Gross-2/+2
2025-07-22Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+0
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-69/+149
2025-07-21Auto merge of #144154 - tgross35:update-builtins, r=tgross35bors-476/+55
2025-07-21Fix broken TLS destructors on 32-bit win7roblabla-3/+14
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-69/+149
2025-07-21Stabilize const `TypeId::of`Oli Scherer-2/+2
2025-07-20Option::as_slice: fix commentRalf Jung-1/+1
2025-07-20flt2dec: use fill instead of loopMarijn Schouten-11/+7
2025-07-20Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubileeGuillaume Gomez-32/+28
2025-07-20Rollup merge of #143282 - nxsaken:strict_sub_signed, r=jhprattGuillaume Gomez-4/+41
2025-07-20Remove the ptr_unique lang itembjorn3-2/+0
2025-07-20Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obkMatthias Krüger-1/+1
2025-07-20Rollup merge of #144111 - clarfonthey:maybe-uninit-deprecated, r=jhprattMatthias Krüger-112/+2
2025-07-20Rollup merge of #143604 - nxsaken:const_float_round_methods, r=RalfJungMatthias Krüger-38/+32
2025-07-20Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJungMatthias Krüger-78/+108
2025-07-19Stabilize `new_zeroed_alloc`Thalia Archibald-41/+6
2025-07-19Remove deprecated MaybeUninit slice methodsltdk-112/+2
2025-07-20Add `#[rustc_intrinsic_const_stable_indirect]` to float roundingNurzhan Sakén-0/+20
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-38/+12
2025-07-19`available_parallelism`: Add documentation for why we don't look at `ulimit`Josh Triplett-0/+3
2025-07-19Document guarantees of poisoningAlisa Sireneva-25/+67
2025-07-19fix load-bearing typoRémy Rakic-1/+1
2025-07-19update `Atomic*::from_ptr` and `Atomic*::as_ptr` docsusamoi-9/+15
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-75/+121
2025-07-19interpret: fix TypeId pointers being considered data pointersRalf Jung-1/+1
2025-07-19Rollup merge of #141076 - the8472:fix-zip-panic-safety2, r=workingjubileeMatthias Krüger-75/+121
2025-07-19generate arrays of type-erased function pointersFolkert de Vries-83/+73
2025-07-19split rust code into cratesFolkert de Vries-38/+79
2025-07-19update `Cargo.lock`Folkert de Vries-2/+2
2025-07-19combine rust files into one compilationFolkert de Vries-194/+199
2025-07-18Merge pull request #1862 from folkertdev/combine-c-filesAmanieu d'Antras-231/+261
2025-07-18Merge pull request #1860 from folkertdev/stdarch-test-cleanupAmanieu d'Antras-138/+397
2025-07-18clippy fix: bound in one placeMarijn Schouten-6/+7
2025-07-18Merge ref '82310651b93a' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-4678/+735992
2025-07-18Prepare for merging from rust-lang/rustThe rustc-josh-sync Cronjob Bot-1/+1
2025-07-18Change the `memcmp` and `bcmp` return type to `c_int`Julien THILLARD-4/+5
2025-07-18mem: Use `core::ffi::c_int`Trevor Gross-8/+1