index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
args.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-09
Support AIX in Rust standard library
Qiu Chaofan
-0
/
+1
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+1
2023-07-05
Revert "use c literals in library"
León Orell Valerian Liehr
-6
/
+6
2023-07-05
Revert "fix ptr cast"
León Orell Valerian Liehr
-9
/
+7
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-2
/
+2
2023-06-02
fix ptr cast
klensy
-7
/
+9
2023-05-31
use c literals in library
klensy
-6
/
+6
2023-05-07
PS Vita std support
Nikolay Arhipov
-1
/
+1
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-1
/
+2
2022-12-23
Stop at the first `NULL` argument when iterating `argv`
Sebastian Dröge
-6
/
+22
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-2
/
+2
2022-06-13
Enable argv support for horizon OS
Ian Chamberlain
-1
/
+2
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-0
/
+12
2021-07-19
Add comments explaining the unix command-line argument support.
Dan Gohman
-2
/
+16
2021-07-17
x.py fmt
Dan Gohman
-5
/
+1
2021-07-17
Remove an unnecessary `Mutex` around argument initialization.
Dan Gohman
-8
/
+7
2021-07-17
Remove args cleanup code.
Dan Gohman
-13
/
+0
2021-04-23
Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}`
Christiaan Dirkx
-7
/
+6
2021-04-22
Remove `sys::args::Args::inner_debug` and use `Debug` instead
Christiaan Dirkx
-3
/
+4
2020-10-16
Take sys/vxworks/args from sys/unix instead.
Mara Bos
-1
/
+2
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-2
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+251