summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-12-11tools: remove_and_symlink can be skipped on unixRyan Dahl
2018-12-10Use stderr for exceptions (#1303)Ryan Dahl
2018-12-07Add benchmark for net/http (#1289)Bartek IwaƄczuk
2018-12-06Use alternate TextEncoder/TextDecoder implementation (#1281)Kitson Kelly
2018-12-03Add LSAN build to travis.Ryan Dahl
2018-12-03third_party: symlink //third_party/v8/build => //buildBert Belder
2018-11-30Use pylint.Ryan Dahl
2018-11-30Fix flaky REPL test.Ryan Dahl
2018-11-29Add prebuilt/win/v8_debug.lib (#1249)Ryan Dahl
2018-11-29Make //build a git submoduleRyan Dahl
2018-11-29Move libdeno build config to libdeno/BUILD.gnRyan Dahl
2018-11-29Cleanup setTimeout repl test and alphabetize testsAndy Hayden
2018-11-28REPL unblock event loop AND fix REPL setTimeout fire problemsKevin (Kun) "Kassimo" Qian
2018-11-27Use prebuilt V8 library by default.Ryan Dahl
2018-11-27gitignore vim .swp filesRyan Dahl
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-14Add a simple doc generation tool.Ryan Dahl
2018-11-09Ensure global type instances are available.Kitson Kelly
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-11-06Support repl multiline input (#1165)Andy Hayden
2018-11-05Add repl (#998)Andy Hayden
2018-11-05Fix issue with runtime lib generation.Kitson Kelly
2018-11-04Improve integration test harness (#1142)Kitson Kelly
2018-11-04Improve robustness of lib builder.Kitson Kelly
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-30Make format.py less verbose.Ryan Dahl
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-26Disable treat_warnings_as_errors on windows when sccache is in useBert Belder
2018-10-25Add error_001.ts to execution time benchmarks.Ryan Dahl
2018-10-24Remove deno_nsRyan Dahl
2018-10-23Add node_tcp target to http_benchmark. (#1074)Ryan Dahl
2018-10-23format: don't format files in third_partyBert Belder
2018-10-23third_party: install yapf with pipBert Belder
2018-10-23Bundle pywin32 in third_partyBert Belder
2018-10-23Enforce media typesKitson Kelly
2018-10-22Improve globals for runtime type libraryKitson Kelly
2018-10-21CI should fail when code isn't formatted.Ryan Dahl
2018-10-21Add yapf to third_party.Ryan Dahl
2018-10-21Add URLSearchParams (#1049)Kyra
2018-10-20Add Rust hyper http benchmark (#1043)Kevin (Kun) "Kassimo" Qian
2018-10-20feat: show only 20 benchmark data in inde.htmlYoshiya Hinosawa
2018-10-20Add rustfmt to third_party.Ryan Dahl
2018-10-20Exit http_server.py if it's crashedAndy Hayden
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-19Fix a typo in http_benchmark.pyJ2P
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-17Add tools/build_test.pyRyan Dahl
2018-10-17Only run deno during ./tools/http_benchmark.pyRyan Dahl
2018-10-16improve benchmark page performance and fix test (#1002)Yoshiya Hinosawa