about summary refs log tree commit diff
path: root/library/std/src/sys/pal/mod.rs
AgeCommit message (Collapse)AuthorLines
2024-07-31android: Remove libstd hacks for unsupported Android APIsMatthew Maurer-18/+0
Our minimum supported API version is 21, remove hacks to support older Android APIs.
2024-07-14std: removes logarithms family function edge cases handling for solaris.David Carlier-31/+0
Issue had been fixed over time with solaris, 11.x behaves correctly (and we support it as minimum), illumos works correctly too.
2024-03-13Get wasm32-wasip2 compiling with its custom pal implementationAlex Crichton-3/+3
The ordering of targets in `pal/mod.rs` did not end up using the wasip2 implementation, so after reordering that I've edited the implementation to compile correctly.
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-3/+3
Signed-off-by: Ryan Levick <me@ryanlevick.com>
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
Signed-off-by: Ryan Levick <me@ryanlevick.com>
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-3/+0
This reverts commit 31ecf341250a889ac1154b2cbe3f0b97f9d008c1. Co-authored-by: Ryan Levick <me@ryanlevick.com>
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+3
Signed-off-by: Ryan Levick <me@ryanlevick.com>
2024-01-22zkvm: add partial std supportErik Kaneda-0/+3
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-13std: move personality implementation out of PALjoboet-1/+0
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+124