summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2019-04-09upgrade deno_std & add workaround prettier issue (#2087)Yoshiya Hinosawa
2019-04-08Allow high precision performance.now() (#1977)Vincent LE GOFF
2019-04-07Fix unit_tests.py (#2065)Ryan Dahl
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-04-06Test TCP_NODELAY in hyper_hello (#2060)Ryan Dahl
2019-04-06Fix tools/docs.py (#2055)Ryan Dahl
2019-04-05Add worker benchmarks (#2059)andy finch
2019-04-01Follow redirect location as new referrers for nested module imports (#2031)Kevin (Kun) "Kassimo" Qian
2019-04-01Add web worker JS API (#1993)andy finch
2019-04-01Upgrade to TypeScript 3.4.1 (#2027)Kitson Kelly
2019-03-31Publish rust crate on crates.io (#2024)Bert Belder
2019-03-30Call ninja directly from build.rs (#2020)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-25Update ts_library_builder (#1920)Bartek Iwańczuk
2019-03-24Add benchmark for max latency (#1975)Bernard Lin
2019-03-22Website updates (#1984)Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-19Make write_gn_args.py quietRyan Dahl
2019-03-19Deprecate DENO_BUILD_MODE=releaseRyan Dahl
2019-03-18Re-enable permissions prompt tests (#1957)andy finch
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-18Re-order tests for sanityRyan Dahl
2019-03-18More permissions prompt options (#1926)andy finch
2019-03-18Remove unused tools/build_test.py fileRyan Dahl
2019-03-18Fix entry point for tools/docs.pyRyan Dahl
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-03-15Add --no-binary-download option to setup.py (#1916)Ryan Dahl
2019-03-13--no-prompt flag for non-interactive environments (#1913)andy finch