about summary refs log tree commit diff
path: root/library/std/src/sys/pal/common
AgeCommit message (Expand)AuthorLines
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-08-27std: move allocators to `sys`joboet-62/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-07-23std: Unsafe-wrap alloc code held in-commonJubilee Young-8/+11
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-0/+1
2024-02-28std: move thread local implementation to `sys`joboet-666/+0
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-1/+1
2024-02-18Dyn erase at call siteDavid Thomas-21/+12
2024-02-18Add some comments to prevent regressionDavid Thomas-0/+5
2024-02-18Reduce monomorphisation bloat in small_c_stringDavid Thomas-8/+15
2024-02-18Improve wording of static_mut_refObei Sideg-4/+6
2024-02-15Remove unnecessary else block from `thread_local!` expanded codeShoyu Vanilla-1/+2
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-01-22zkvm: add partial std supportErik Kaneda-5/+5
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+862