summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-08-05Remove Deno.build.args feature (#2728)Ryan Dahl
2019-08-03Enforce env permission on homeDir() and execPath (#2714)Kevin (Kun) "Kassimo" Qian
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31Add --current-thread flag (#2702)Bartek Iwańczuk
2019-07-28benchmarks: make latency benchmark less noisy (#2689)Bartek Iwańczuk
2019-07-28benchmarks: add bundle size (#2690)Bartek Iwańczuk
2019-07-18Reorder tools/format.py so slowest are last (#2661)Ryan Dahl
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-15hyper_hello should be in its own crate (#2641)Ryan Dahl
2019-07-12Fix REPL when it receives EOF (#2638)Ryan Dahl
2019-07-06io: change Reader interface (#2591)Yoshiya Hinosawa
2019-06-30fix: normalize Deno.execPath (#2598)Bartek Iwańczuk
2019-06-30ts_library_builder: update README (#2604)Yoshiya Hinosawa
2019-06-24feat: fetch() now handles redirects (#2561)Long(Tony) Lian
2019-06-22fmt_test: resolve old absolute path issue (#2562)Yoshiya Hinosawa
2019-06-12Split up tools/sync_third_partyRyan Dahl
2019-06-11feat: default output filename for deno bundle (#2484)Ryan Dahl
2019-06-11Move TestFmt to end of tests (#2491)Ryan Dahl
2019-06-08make tests quieter (#2468)Andy Hayden
2019-06-07http benchmarks with unique ports (#2471)Kurt Mackey
2019-06-06add tcp proxy benchmarks + split out website section for proxy req/s (#2464)Kurt Mackey
2019-06-06add http proxy benchmark (#2462)Kurt Mackey
2019-06-03Refactor test infrastructure (#2432)Bartek Iwańczuk
2019-06-01Upgrade TypeScript to 3.5.1 (#2437)Kitson Kelly
2019-05-30chore: refactor python tests to use unittest (#2414)Andy Hayden
2019-05-30tools/setup: don't download sccache if --no-binary-download is passedChristian Moritz
2019-05-30tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env varsChristian Moritz
2019-05-29Change tools/fmt_test.py to always download prettierRyan Dahl
2019-05-27chore: Port Python tests to unittest (#2408)Bartek Iwańczuk
2019-05-23re-fix permissions for dial and listen (#2400)Bartek Iwańczuk
2019-05-22Revert "Fix permissions for dial and listen (#2373)"Bert Belder
2019-05-17Fix permissions for dial and listen (#2373)Bartek Iwańczuk
2019-05-16tools: format .gn files in the 'cli' directoryBert Belder
2019-05-14Rename HTTP benchmarks (#2350)Ryan Dahl
2019-05-09fix: support relative path for whitelisting (#2317)Kevin (Kun) "Kassimo" Qian
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-05-08Refactor unit test runner (#2294)Bartek Iwańczuk
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-05-03feat(cli cmd): deno xeval (#2260)Kevin (Kun) "Kassimo" Qian
2019-05-02Re-enable networking unit tests (#2268)Ryan Dahl
2019-05-01Rename test targets (#2262)Bartek Iwańczuk
2019-04-30Make error in ast_util more informative. (#2252)andy finch
2019-04-25Rename deno prefetch to deno fetch (#2210)Bartek Iwańczuk
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
2019-04-20fix typo in permissions explanation (#2162)Jonathon Orsi
2019-04-17benchmarks: improve syscall and thread count (#2140)Ryan Dahl
2019-04-17benchmarks: fix max_memory and clean up (#2137)Ryan Dahl
2019-04-16Add max memory benchmark (#2061)Dmitry Sharshakov