summary refs log tree commit diff
path: root/src/libstd/sys/unix/args.rs
AgeCommit message (Collapse)AuthorLines
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-5/+0
These are all now no longer needed that we've only got rustbuild in tree.
2016-12-03fix objc ABI in std::env::argsMathieu Poumeyrol-2/+15
2016-10-22Add Fuchsia supportRaph Levien-1/+2
Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system.
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-0/+211