about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-25Allow ffi_unwind_calls for `arch::wasm32::throw`Alisa Sireneva-0/+10
2025-07-25std/sys/fd: remove `- 1` from `READ_LIMIT` on Darwinmorinmorin-3/+3
2025-07-25fmt benchmarks for binary, octal and hexPascal S. de Kloe-0/+180
2025-07-25fmt of non-decimals is always non-negative due to the two's-complement outputPascal S. de Kloe-40/+48
2025-07-25Merge pull request #1879 from heiher/loong-simd-unified-typesFolkert de Vries-4522/+4780
2025-07-25Link to Mutex poisoning docs from RwLock docsAlisa Sireneva-1/+3
2025-07-25Rollup merge of #144314 - kornelski:pivot-safely, r=jhprattMatthias Krüger-10/+10
2025-07-25Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcmMatthias Krüger-1/+1
2025-07-25Rollup merge of #143424 - hkBst:auto-deref, r=jhprattMatthias Krüger-7/+7
2025-07-25loongarch: Use unified data types for SIMD intrinsicsWANG Rui-4522/+4780
2025-07-24library/windows_targets: Fix macro expansion error in 'link' macroIvan Tadeu Ferreira Antunes Filho-13/+3
2025-07-24Use `x86_no_sse` configuration in more placesTrevor Gross-17/+16
2025-07-24Enable skipped `f32` and `f64` multiplication testsTrevor Gross-4/+0
2025-07-24Enable tests that were skipped on aarch64Trevor Gross-9/+0
2025-07-24Rollup merge of #144278 - Qelxiros:rev-into-inner, r=tgross35León Orell Valerian Liehr-0/+19
2025-07-24Rollup merge of #144247 - RalfJung:ldexp, r=tgross35León Orell Valerian Liehr-32/+38
2025-07-24Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35León Orell Valerian Liehr-15/+81
2025-07-24std_detect testing improvementsbjorn3-3/+3
2025-07-24Add non-temporal note for maskmoveu_si128Aurelia Molzer-1/+10
2025-07-24Enable tests that were skipped on PowerPCTrevor Gross-120/+34
2025-07-24ci: Upgrade ubuntu:25.04 for the PowerPC64LE testTrevor Gross-3/+1
2025-07-24Disable unit tests for stdlib packages that don't contain anybjorn3-0/+16
2025-07-24ci: Use a mirror for muslTrevor Gross-1/+1
2025-07-24symcheck: Switch the `object` dependency from git to crates.ioTrevor Gross-2/+1
2025-07-24ci: Update to the latest ubuntu:25.04 Docker imagesTrevor Gross-20/+21
2025-07-23add Rev::into_innerJeremy Smart-0/+19
2025-07-23Document (internally) that `Range*<&T> as RangeBounds<T>` impls are intention...Zachary S-0/+48
2025-07-23Update `dlmalloc` dependency of libstdAlex Crichton-3/+3
2025-07-23coretests/num: use ldexp instead of hard-coding a power of 2Ralf Jung-32/+38
2025-07-23Rollup merge of #144234 - roblabla:fix-win7-tls-dtors, r=ChrisDentonMatthias Krüger-3/+14
2025-07-23Reformat codeJakub Beránek-5/+1
2025-07-23Merge ref '5a30e4307f05' from rust-lang/rustJakub Beránek-3383/+2822
2025-07-23Prepare for merging from rust-lang/rustJakub Beránek-1/+1
2025-07-23Add regression test for matches! + non_exhaustive_omitted_patterns lintJonas Platte-0/+7
2025-07-23Disable non_exhaustive_omitted_patterns within matches! macroJonas Platte-0/+2
2025-07-23Hint that choose_pivot returns index in boundsKornel-10/+10
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-805/+363
2025-07-23ci: Add native PowerPC64LE and s390x jobsTrevor Gross-0/+22
2025-07-23bump serde_with. Weird that it works without std feature, butklensy-39/+23
2025-07-23remove unused depsklensy-25/+0
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-62/+57
2025-07-23std: net: uefi: Add support to query connection dataAyush Singh-15/+81
2025-07-23add links to collectionsgewitternacht-0/+5
2025-07-23remove trailing whitespacegewitternacht-1/+1
2025-07-22document assumptions about `Clone` and `Eq` traitsgewitternacht-0/+24
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-2/+2
2025-07-22Embed auxv files directly into the test binaryJakub Beránek-12/+10
2025-07-22Improve error messages of auxv loadingJakub Beránek-10/+17
2025-07-22Remove licenses from std-detectJakub Beránek-226/+0
2025-07-22Remove `std_detect` from stdarch's CIJakub Beránek-71/+2