summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-17Rewrite tools/format.py in deno (#1528)Yoshiya Hinosawa
2019-01-17Fixed copyright of types outputJ2P
2019-01-16Add globalThis definition to runtime (#1534)Kitson Kelly
2019-01-15 Add --prefetch flag for deps prefetch without running (#1475)Kevin (Kun) "Kassimo" Qian
2019-01-13Fix permission_prompt_test (#1509)Ryan Dahl
2019-01-12Add --allow-run test code (#1504)JaePil Jung
2019-01-09Fix flaky REPL test (#1491)Maxim Mazurok
2019-01-03Move testing module to deno_std (#1451)Ryan Dahl
2019-01-03Support more fetch init body types (#1449)Kevin (Kun) "Kassimo" Qian
2019-01-02Happy new year!Ryan Dahl
2018-12-27Lazily create .mime files only with mismatch/no extension (#1417)Kevin (Kun) "Kassimo" Qian
2018-12-24deno_net -> deno_std renameRyan Dahl
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-12-18travis: Set CARGO_HOME to third_party/rust_crates (#1370)Ryan Dahl
2018-12-18Load sccache from S3 on CIRyan Dahl
2018-12-18Remove prebuilt v8 supportBert Belder
2018-12-18Enable jumbo build in release. (#1362)Ryan Dahl
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