| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-10 | Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch | Nicole LeGare | -0/+3 | |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -18/+0 | |
| Our minimum supported API version is 21, remove hacks to support older Android APIs. | ||||
| 2024-07-14 | std: 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-13 | Get wasm32-wasip2 compiling with its custom pal implementation | Alex 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-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -3/+3 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+3 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-01-28 | Revert "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-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+3 | |
| Signed-off-by: Ryan Levick <me@ryanlevick.com> | ||||
| 2024-01-22 | zkvm: add partial std support | Erik 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-13 | std: move personality implementation out of PAL | joboet | -1/+0 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -0/+124 | |
