about summary refs log tree commit diff
path: root/library/std/src/sys/args
AgeCommit message (Expand)AuthorLines
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-2/+2
2025-05-01Delegate to inner `vec::IntoIter` from `env::ArgsOs`Thalia Archibald-20/+132
2025-04-27use generic Atomic type where possibleChristopher Durham-5/+5
2025-04-21Unify owned `Env` types between platformsThalia Archibald-20/+15
2025-04-21Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboetChris Denton-0/+1
2025-04-14Clarify why SGX code specifies linkage/symbol names for certain staticsJethro Beekman-0/+1
2025-04-13Hermit: Unify std::env::args with UnixThalia Archibald-40/+9
2025-04-12Unify owned Args types between platformsThalia Archibald-222/+77
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-14/+1
2025-04-12Move args into std::sysThalia Archibald-0/+1322