summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-03-13--no-prompt flag for non-interactive environments (#1913)andy finch
2019-03-11Update to TypeScript 3.3 (#1908)Kitson Kelly
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-03-07Cleanup node_modules, update packages (#1894)Kitson Kelly
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-03-04tools/run_node: only create 'node_modules' symlink onceBert Belder
2019-03-04tools: remove fix_symlinks() functionBert Belder
2019-03-01Add Deno.version.gnArgs (#1845)Yoshiya Hinosawa
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-21Improve readme (#1822)Ryan Dahl
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-14Use prebuilt hyperfine (#1755)Ryan Dahl
2019-02-12Decouple ts_library_builder from std/testing (#1749)Ryan Dahl
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-11web design (#1728)Ryan Dahl
2019-02-11REPL multiline support with recoverable errors (#1731)Kevin (Kun) "Kassimo" Qian
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-09Support scoped variables, unblock REPL async op, and REPL error colors (#1721)Kevin (Kun) "Kassimo" Qian
2019-02-09Add read permission for format.ts (#1726)Yoshiya Hinosawa
2019-02-09Add --allow-read test codeJ2P
2019-02-08Move .rustfmt.toml to the repository rootBert Belder
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-08Use std/prettier in deno //tools/format.ts (#1708)Yoshiya Hinosawa
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
2019-02-07Color exceptions (#1698)Ryan Dahl
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-07Make integration tests standalone (#1671)Dmitry Sharshakov
2019-02-06Upgrade V8 to 7.4.98 (kKeep fix) (#1640)Ryan Dahl
2019-02-05Add WebAssembly to runtime library (#1677)Kitson Kelly
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Support --fmtRyan Dahl
2019-02-02Make it possible to run one integration test at a timeRyan Dahl
2019-02-02Add --info flag to display file info (compiled code/source map) (#1647)Kevin (Kun) "Kassimo" Qian
2019-01-31Upgrade deno_std to bef7ba (#1609)Ryan Dahl
2019-01-30Fix cpplintRyan Dahl
2019-01-30Add snapshot_compiler.bin to binary size benchmark (#1611)Ryan Dahl
2019-01-29Add repl functions "help" and "exit" (#1563)Sergey Golovin
2019-01-24Minor code cleanups (#1570)JaePil Jung
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