- 44be654 Refactor run_cargo to support better nested escaped parameters by Rob Tsuk · 4 years, 10 months ago
- c0e55e3 Wire up option for arm64 by Rob Tsuk · 4 years, 10 months ago
- 617c53c Use the new garnet sysroot by Rob Tsuk · 4 years, 10 months ago
- 9ee8dcb Use correct shared library path by Rob Tsuk · 4 years, 10 months ago
- 3517bbb Use the same rustfmt.tolm as proposed for garnet by Rob Tsuk · 4 years, 10 months ago
- decb729 Provide the FIDL2 generated path by Rob Tsuk · 4 years, 10 months ago
- 6f21be4 Remove create-facade command by Rob Tsuk · 4 years, 10 months ago
- 69fe1bc Add —sysroot to CFLAGS for build.rs files to consume by Rob Tsuk · 4 years, 11 months ago
- 1dc6c6d Use FUCHSIA_DIR instead of FUCHSIA_ROOT by Rob Tsuk · 4 years, 11 months ago
- d984916 Use Fuchsia-supplied rustc and cargo by Rob Tsuk · 4 years, 11 months ago
- c7aefc7 New rustfmt by Rob Tsuk · 5 years ago
- 41c8528 Support linking to shared libraries by Rob Tsuk · 5 years ago
- 33a6ab6 Add fargo check by Rob Tsuk · 5 years ago
- d0e0ae6 Update to use x64 instead of x86-64 by Taylor Cramer · 5 years ago
- c63ed63 Plumb the set_root_view changes all the way through by Rob Tsuk · 5 years ago
- b5fc11f Use set_root_view instead of the dearly departed launch by Rob Tsuk · 5 years ago
- 8b5c40d Use fx start to start the emulator by Rob Tsuk · 5 years ago
- 8088e3a Set env variables to support the cc-rs crate by Rob Tsuk · 5 years ago
- 3cdda7d Add command to generate facades by Rob Tsuk · 5 years ago
- b84d93e Replace error-chain with failure by Rob Tsuk · 5 years ago
- 7616d1d Cargo out directory has changed, fix load-driver to match. by Andrew Walbran · 5 years ago
- daf75b7 objcopy is the new strip by Rob Tsuk · 5 years ago
- 29029c9 Add a separate command to enable networking by Rob Tsuk · 5 years ago
- 94ad110 Set FUCHSIA_GEN_ROOT so that the FIDL facade crates will compile by Rob Tsuk · 5 years ago
- fcec637 Adding load-driver command to build a driver, copy it to the target device and load it. by Andrew Walbran · 5 years ago
- e76574c Fixing sysroot path. by Andrew Walbran · 5 years ago
- 3169910 Add support for passing arguments to test binaries by Rob Tsuk · 5 years ago
- 9a06f44 Don’t require FUCHSIA_ROOT for subdirectories of a valid Fuchsia project by Rob Tsuk · 5 years ago
- a319b11 Update test app by Rob Tsuk · 5 years ago
- 66c2dda Merge "Update docs" by James Tucker · 5 years ago
- 7e20d4b Update docs by Rob Tsuk · 5 years ago
- 6e79f41 Address some post-zircon issues by James Tucker · 5 years ago
- 65738e3 Zirconify by Rob Tsuk · 5 years ago
- 70882e3 [cratest] clippy and rustfmt changes by Tim Kilbourn · 5 years ago
- 7418c9c Call stty sane on Linux, too by Rob Tsuk · 5 years ago
- 6ec7725 Tweak rustfmt settings by Rob Tsuk · 5 years ago
- c68a253 Add a rustfmt file by Rob Tsuk · 5 years ago
- 32904ed Stop using the linker wrapper by Rob Tsuk · 5 years ago
- cb3d31f Stop using the toolchain rustc by Rob Tsuk · 5 years ago
- 5424c1d Merge "Add cratest as a subcrate of fargo" by Tim Kilbourn · 5 years ago
- 6d2ec6a Add cratest as a subcrate of fargo by Tim Kilbourn · 5 years ago
- 114f450 Allow way to specify the custom runner by Rob Tsuk · 5 years ago
- c623428 Fix reporting of test failures by Rob Tsuk · 5 years ago
- e61d682 Pass launch through to the custom runner by Rob Tsuk · 5 years ago
- 3afcc3b Add an option to specify a target device by Rob Tsuk · 5 years ago
- 0f451bb Add a timeout for ssh connections by Rob Tsuk · 5 years ago
- 16c22ff Support long form of --verbose too. by Andrew Walbran · 5 years ago sandbox/jschein/default
- 09d9297 Make a fargo library and expose run_cargo by Rob Tsuk · 5 years ago
- bddc944 Adjust again to new Rust toolchain location by Rob Tsuk · 5 years ago
- 98c85d4 Merge "Adjust to new Rust toolchain location" by Rob Tsuk · 5 years ago
- 8bcbaa3 Adjust to new Rust toolchain location by Rob Tsuk · 5 years ago
- a3ac4b2 Erase SSH_AUTH_SOCK environmental variable by Rob Tsuk · 5 years ago
- a76c159 Update README for package change by Rob Tsuk · 5 years ago
- 2284a8b Fix typo, whoops. by Jason Schein · 5 years ago
- 29cf423 Add the ability to pass --example to fargo, just like cargo. by Jason Schein · 5 years ago
- d04320e Add support for crates that need to link to native libraries by Rob Tsuk · 5 years ago
- 5050dfc Try a few times to set up Mac networking by Rob Tsuk · 6 years ago
- 53284b5 Run version 0.9.0 cargo-fmt by Rob Tsuk · 6 years ago
- 7ef8860 Add networking to fargo start when run on linux. by Jason Schein · 6 years ago
- 2a86ae4 autotest: run tests when files change! by James Tucker · 6 years ago
- 8dbe62c Merge "Added section to README to test if fargo is working after install." by Jason Schein · 6 years ago
- 05bf3b8 Added section to README to test if fargo is working after install. by Jason Schein · 6 years ago
- 76d7851 Disable strict host key checking by Rob Tsuk · 6 years ago
- 71caaec Fix broken link in README by Tim Kilbourn · 6 years ago
- 8be39c6 Add hard line breaks by Rob Tsuk · 6 years ago
- e7a0573 Update README by Rob Tsuk · 6 years ago
- 501b025 Use custom runners instead of parsing cargo results by Rob Tsuk · 6 years ago
- 3c7b2e6 Default to release Fuchsia and make debug an option by Rob Tsuk · 6 years ago
- 9613964 Also check status of cargo commands by Rob Tsuk · 6 years ago
- bb03768 Use error_chain to clean up error handling by Rob Tsuk · 6 years ago
- 6de6918 Add an option to “launch” a binary by Rob Tsuk · 6 years ago
- 2e4170f Refactor build and run by Rob Tsuk · 6 years ago
- 01b55f5 Add command to update generated crates by Rob Tsuk · 6 years ago
- 74ed512 Remove To Do section of README by Rob Tsuk · 6 years ago
- 70bd71e Missed a typo by Rob Tsuk · 6 years ago
- b7fa425 Initial commit by Rob Tsuk · 6 years ago
- fc7fca3 Add PATENTS file by George Kulakowski · 6 years ago
- f066aab Update copyright for 2017 by Jason Campbell · 6 years ago
- bd622fe Initial commit by Adam Barth · 6 years ago