| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -1/+1 | |
| This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs. | ||||
| 2025-01-17 | Move `std::pipe::*` into `std::io` | Jiahao XU | -2/+1 | |
| Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -0/+39 | |
| Co-authored-by: Alphyr <47725341+a1phyr@users.noreply.github.com> Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> | ||||
