summaryrefslogtreecommitdiff
path: root/tools/util.py
AgeCommit message (Expand)Author
2018-08-21Expose deno.exit() and add test.Ryan Dahl
2018-08-10Support wildcard matching of output in testsKitson Kelly
2018-08-02util: make symlink() work on older Windows versionsBert Belder
2018-08-02tools/setup: avoid running `gn gen` twice in the same output directoryBert Belder
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
2018-07-26Simplify run_rustc.py output.Ryan Dahl
2018-07-25Clean up and fix toolsBert Belder
2018-07-24Fix recursive globbing in tools/format.pyRyan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl
2018-07-21Fix symlink creation on windowsBert Belder
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-18Reduce unnecessary build output.Ryan Dahl
2018-07-08tools: fix windowsBert Belder
2018-07-08Clean up tools/Ryan Dahl