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