]> git.lizzy.rs Git - rust.git/commit
Move platform-specific arg handling to sys::args
authorBrian Anderson <banderson@mozilla.com>
Thu, 29 Sep 2016 22:00:44 +0000 (22:00 +0000)
committerBrian Anderson <banderson@mozilla.com>
Sun, 2 Oct 2016 21:52:30 +0000 (14:52 -0700)
commit4d76ac84922bec9ea790c1394f6959ad399d7aa1
tree17f2debbe4a921dcfc47cfd13e7f1dc56886d77b
parent29e0235415a42299e4a7467c5edb09a159ec680e
Move platform-specific arg handling to sys::args
src/libstd/env.rs
src/libstd/rt.rs
src/libstd/sys/common/args.rs [deleted file]
src/libstd/sys/common/mod.rs
src/libstd/sys/unix/args.rs [new file with mode: 0644]
src/libstd/sys/unix/mod.rs
src/libstd/sys/unix/os.rs
src/libstd/sys/windows/args.rs [new file with mode: 0644]
src/libstd/sys/windows/mod.rs
src/libstd/sys/windows/os.rs
src/tools/tidy/src/pal.rs