about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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
2025-04-15Add warning comment to `Take::get_ref` and `Chain::get_ref`Josh Triplett-0/+8
2025-04-15Stabilize proc_macro::Span::{start, end, line, column}.Mara Bos-4/+4
2025-04-15Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-sebors-25/+50
2025-04-15Implement `pin!()` using `super let`.Mara Bos-102/+36
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-105/+280
2025-04-15Add commentAlice Ryhl-0/+19
2025-04-15Use full path for core::mem::transmuteAlice Ryhl-2/+2
2025-04-15Remove #![feature(no_sanitize)]Tamir Duberstein-1/+0
2025-04-15Rollup merge of #139836 - glyn:test-mpmc-receiver-cloning, r=jhprattStuart Cook-0/+30
2025-04-15Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnayStuart Cook-0/+1
2025-04-15Rollup merge of #139750 - no1wudi:fix, r=tgross35Stuart Cook-6/+11
2025-04-15Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnayStuart Cook-74/+21
2025-04-15Rollup merge of #139554 - lolbinarycat:std-output-exit_ok, r=tgross35Stuart Cook-0/+34