about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-17ci: Increase the timeout for extensive testsTrevor Gross-1/+1
2025-04-17ci: Require `ci: allow-many-extensive` if a threshold is exceededTrevor Gross-3/+25
2025-04-17ci: Allow skipping extensive tests with `ci: skip-extensive`Trevor Gross-30/+73
2025-04-17ci: Cancel jobs when a new push happensTrevor Gross-0/+5
2025-04-18Rollup merge of #139934 - tgross35:update-builtins, r=tgross35Matthias Krüger-4/+4
2025-04-18Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35Matthias Krüger-1/+12
2025-04-17Combine the source files for more generic implementationsTrevor Gross-804/+819
2025-04-17Make `assert_biteq!` not rely on having `Int` in scopeTrevor Gross-9/+9
2025-04-17Add `NEG_NAN` to `Float`Trevor Gross-4/+22
2025-04-17Rollup merge of #139977 - Amanieu:select_unpredictable_drop, r=RalfJungMatthias Krüger-9/+48
2025-04-17Rollup merge of #139483 - RalfJung:nan, r=tgross35Matthias Krüger-32/+40
2025-04-17Update `compiler-builtins` to 0.1.155Trevor Gross-4/+4
2025-04-17chore: release v0.1.155github-actions[bot]-1/+9
2025-04-17use `#[cfg(bootstrap)]` for rustc syncFolkert de Vries-0/+14
2025-04-17fix(test): Expose '--no-capture', deprecating '--nocapture'Ed Page-4/+7
2025-04-17refactor(test): Decouple parsing from help generationEd Page-1/+1
2025-04-17allow unnecessary transmutesbendn-1/+2
2025-04-17add `vec_extract`, `vec_insert`, `vec_promote` and `vec_insert_and_zero`Folkert de Vries-0/+243
2025-04-17Be more specific about the error in the SystemTime exampleNoa-2/+2
2025-04-17Point UNIX_EPOCH to associated constant in SystemTime docsNoa-0/+1
2025-04-17Fix drop handling in `hint::select_unpredictable`Amanieu d'Antras-9/+48
2025-04-17Change void* type for `gather`/`scatter` intrinsicssayantn-186/+198
2025-04-17Change void* type for `cvt_storeu` intrinsicssayantn-81/+81
2025-04-17Change void* type for `compressstore` intrinsicssayantn-65/+57
2025-04-17Change void* type for 3 intrinsicssayantn-8/+8
2025-04-17Add checks for void pointer types to ensure consistencysayantn-20/+74
2025-04-17Replace the `bl!` macro with `asm_sym`Trevor Gross-18/+18
2025-04-16fix missing word in commentKent Ross-2/+2
2025-04-16avr: __udivmod(h|q)i4Paul Sbarra-0/+86
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-41/+0
2025-04-16fmod: Correct the normalization of subnormalsTrevor Gross-2/+2
2025-04-16fmod: Add regression tests for subnormal issueTrevor Gross-2/+24
2025-04-16Revert "std_detect: Do not use libc::getauxval on 32-bit Android"Taiki Endo-2/+1
2025-04-16chore: release v0.1.154github-actions[bot]-1/+7
2025-04-16std_detect: Remove RV32E support attempt on Linux (RISC-V)Tsukasa OI-3/+0
2025-04-16turn #[naked] into an unsafe attributeFolkert de Vries-14/+14
2025-04-16fix incorrect type in cstr `to_string_lossy()` docsLyndon Brown-1/+1
2025-04-16Update stdarch submoduleGuillaume Gomez-0/+0
2025-04-16RISC-V: Remove privileged extensions for nowTsukasa OI-35/+0
2025-04-16RISC-V: `riscv_hwprobe`-based feature detection on Linux / AndroidTsukasa OI-16/+521
2025-04-16RISC-V: OS-independent implication logicTsukasa OI-12/+158
2025-04-16RISC-V: Add RISC-V + Linux / Android testTsukasa OI-0/+65
2025-04-16RISC-V: Add placeholder for the "B" extensionTsukasa OI-2/+5
2025-04-16RISC-V: Add two "A" extension subsetsTsukasa OI-1/+10
2025-04-16RISC-V: Use `target_arch` for RV(32|64) detectionTsukasa OI-4/+6
2025-04-16RISC-V: Remove `enable_features`Tsukasa OI-45/+13
2025-04-16RISC-V: tidying: Make auxvec-based enablement a blockTsukasa OI-0/+1
2025-04-16RISC-V: tidying: Handling of base ISATsukasa OI-10/+14
2025-04-16RISC-V: tidying: Prefer more canonical referenceTsukasa OI-1/+1
2025-04-16Also remove the no_sanitize feature for stdBastian Kersting-1/+0