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