summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-10-16FormatRyan Dahl
2018-10-15Fix a binary size regressionJinho Bang
2018-10-15Update to TypeScript 3.1 and ts-simple-ast 17 (#980)Kitson Kelly
2018-10-15Specify deno_dir location with env var DENO_DIR (#970)Amos Lim
2018-10-11Add support for --typesKitson Kelly
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-11Improve tools/unit_tests.py (#958)Ryan Dahl
2018-10-11Add throughput benchmark (#961)Ryan Dahl
2018-10-11Add deno.metrics()Bartek Iwańczuk
2018-10-09Add redirect follow feature (#934)Kevin (Kun) "Kassimo" Qian
2018-10-05tslint warning supress using tsconfigcedric05
2018-10-05FormatRyan Dahl
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
2018-10-04tools/format: format markdown files with prettierBert Belder
2018-09-30Add fetch_deps syscall count benchmark.Ryan Dahl
2018-09-30tools: define ERROR_INVALID_PARAMETER in utils.pyBert Belder
2018-09-27Ensure spawning python server twice raises an exception.Andy Hayden
2018-09-26Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-26tools/setup: detect sccache presence and use it to cache rustc targetsBert Belder
2018-09-26build: let rustc pick filenames, remove rust depfile hackBert Belder
2018-09-26build: do not quote cc_wrapper on windowsBert Belder
2018-09-26tools/setup: add gn_string() utility functionBert Belder
2018-09-26tools: add shell_quote() utility functionBert Belder
2018-09-26Revert "Expand binary size benchmark (#830)"Bert Belder
2018-09-25Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-25Also plot cold start time.Ryan Dahl
2018-09-24Add syscall count benchmark for 002_hello.ts (#820)Kevin (Kun) "Kassimo" Qian
2018-09-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-24tools: make color output work on windowsBert Belder
2018-09-23benchmark: track the binary size (#804)Yoshiya Hinosawa
2018-09-22Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-10tools/setup: on windows, make env vars not affect gn gen outputBert Belder
2018-09-10tools/format: don't format files in third_party on WindowsBert Belder
2018-09-08tools/setup: replace generated args.gn unless handcraftedBert Belder
2018-09-08build: override host_toolchain on windows to use sccache with v8Bert Belder
2018-09-06Move installer to its own repo.Ryan Dahl
2018-09-05Add --reload to JS unit tests.Ryan Dahl
2018-09-05tools/build: skip build path detection when given '-C «dir»' ninja argBert Belder
2018-09-03Format.Ryan Dahl
2018-09-01Refactor release_url to take platform as an argumentAndy Hayden
2018-09-01Avoid using temporary directory in install.pyAndy Hayden
2018-08-31Add release installer (#639)Mirko Jotic
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
2018-08-29Fix lastchange rebuild problem.Ryan Dahl
2018-08-29tools: make sha256sum.py more generic and move it to 'tools'Bert Belder
2018-08-28tools/setup: don't overwrite existing args.gnBert Belder
2018-08-28formatBert Belder
2018-08-27Run lastchange.py during setup.pyRyan Dahl