summary refs log tree commit diff
path: root/src/libstd/sys/unix/args.rs
AgeCommit message (Collapse)AuthorLines
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-0/+1
This commit adds the needed modifications to compile the std crate for the L4 Runtime environment (L4Re). A target for the L4Re was introduced in commit: c151220a84e40b65e45308cc0f3bbea4466d3acf In many aspects implementations for linux also apply for the L4Re microkernel. Two uncommon characteristics had to be resolved: * L4Re has no network funktionality * L4Re has a maximum stacksize of 1Mb for threads Co-authored-by: Sebastian Humenda <sebastian.humenda@tu-dresden.de>
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+6
Display actual args instead of two dots.
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