about summary refs log tree commit diff
path: root/library/std/src/sys/pal/common
AgeCommit message (Collapse)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
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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
also introduce ptr::dangling matching NonNull::dangling
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
Rename `static_mut_ref` lint to `static_mut_refs`.
2024-02-15Remove unnecessary else block from `thread_local!` expanded codeShoyu Vanilla-1/+2
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
This also takes care of other bootstrap-related changes.
2024-01-22zkvm: add partial std supportErik Kaneda-5/+5
Co-authored-by: Frank Laub <flaub@risc0.com> Co-authored-by: nils <nils@risc0.com> Co-authored-by: Victor Graf <victor@risczero.com> Co-authored-by: weikengchen <w.k@berkeley.edu>
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+862