about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/args.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-62/+0
2021-04-25Auto merge of #84115 - CDirkx:rt, r=m-ou-sebors-4/+0
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-6/+4
2021-04-22Move most init to `sys::init`Christiaan Dirkx-2/+0
2021-04-22Remove `sys::args::Args::inner_debug` and use `Debug` insteadChristiaan Dirkx-3/+4
2021-04-22Move all cleanup to `sys::cleanup`Christiaan Dirkx-2/+0
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+2
2020-07-27mv std libs to library/mark-0/+65