about summary refs log tree commit diff
path: root/library/std/src/sys/unix/args.rs
AgeCommit message (Expand)AuthorLines
2023-10-09Support AIX in Rust standard libraryQiu Chaofan-0/+1
2023-09-21added support for GNU/HurdSamuel Thibault-0/+1
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-6/+6
2023-07-05Revert "fix ptr cast"León Orell Valerian Liehr-9/+7
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-2/+2
2023-06-02fix ptr castklensy-7/+9
2023-05-31use c literals in libraryklensy-6/+6
2023-05-07PS Vita std supportNikolay Arhipov-1/+1
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-1/+2
2022-12-23Stop at the first `NULL` argument when iterating `argv`Sebastian Dröge-6/+22
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-2/+2
2022-06-13Enable argv support for horizon OSIan Chamberlain-1/+2
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+12
2021-07-19Add comments explaining the unix command-line argument support.Dan Gohman-2/+16
2021-07-17x.py fmtDan Gohman-5/+1
2021-07-17Remove an unnecessary `Mutex` around argument initialization.Dan Gohman-8/+7
2021-07-17Remove args cleanup code.Dan Gohman-13/+0
2021-04-23Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`Christiaan Dirkx-7/+6
2021-04-22Remove `sys::args::Args::inner_debug` and use `Debug` insteadChristiaan Dirkx-3/+4
2020-10-16Take sys/vxworks/args from sys/unix instead.Mara Bos-1/+2
2020-09-27Split sys_common::Mutex in StaticMutex and MovableMutex.Mara Bos-2/+2
2020-07-27mv std libs to library/mark-0/+251