Add target directory parameter --target-dir
authorSimon Smith <smithsps@gmail.com>
Mon, 16 Apr 2018 23:50:30 +0000 (19:50 -0400)
committerSimon Smith <smithsps@gmail.com>
Mon, 23 Apr 2018 22:23:48 +0000 (18:23 -0400)
commitdd0b7a2cdab0af200efccb30b117b1b72d8d06f5
treeef15485259745941afab21a234d867cf48e3108d
parent5556ba9bf673d26b0be0d480debd0dc4825f043b
Add target directory parameter --target-dir
16 files changed:
src/bin/cli.rs
src/bin/command_prelude.rs
src/bin/commands/bench.rs
src/bin/commands/build.rs
src/bin/commands/check.rs
src/bin/commands/clean.rs
src/bin/commands/doc.rs
src/bin/commands/package.rs
src/bin/commands/publish.rs
src/bin/commands/run.rs
src/bin/commands/rustc.rs
src/bin/commands/rustdoc.rs
src/bin/commands/test.rs
src/cargo/util/config.rs
tests/testsuite/build.rs
tests/testsuite/resolve.rs