Age | Commit message (Expand) | Author |
2020-10-19 | fix(cli/repl): unterminated string literal should invalidate (#7896) | Casper Beyer |
2020-10-19 | docs: readTextFile / readTextFileSync throw when reading directory (#7999) | vwkd |
2020-10-19 | docs(getting_started): fix WebAssembly example (#8028) | Casper Beyer |
2020-10-19 | feat(std/path): Add toFileUrl() (#7971) | Nayeem Rahman |
2020-10-19 | docs(std/datetime): document toIMF, isLeap, difference, and constants (#7931) | Yoshiya Hinosawa |
2020-10-19 | fix(cli/repl): keyboard interrupt should continue (#7960) | Casper Beyer |
2020-10-19 | fix(cli/repl): write all results to stdout (#7893) | Casper Beyer |
2020-10-19 | fix(std/tar): fix constant condition (#8010) | Marcos Casagrande |
2020-10-19 | docs(tools): add repl section (#8011) | Casper Beyer |
2020-10-19 | deno_core 0.64.0 (#8025) | Ryan Dahl |
2020-10-18 | upgrade rusty_v8 (#8017) | Ryan Dahl |
2020-10-18 | test(std/io): use a real tempdir (#8019) | Casper Beyer |
2020-10-18 | Remove github actions cache (#8020) | Ryan Dahl |
2020-10-18 | refactor(lint): show hint for lint errors (#8016) | Bartek Iwańczuk |
2020-10-18 | refactor(cli/repl): extract is_closing to a function (#8015) | Casper Beyer |
2020-10-17 | upgrade: deno_doc, deno_lint, dprint, swc (#8009) | Bartek Iwańczuk |
2020-10-17 | refactor(core): more control over isolate creation (#8000) | Ben Noordhuis |
2020-10-15 | feat(cli/ops): add the sleep_sync op (#7974) | William Perron |
2020-10-16 | fix(cli): ModuleGraph2 properly handles redirects (#7981) | Kitson Kelly |
2020-10-15 | Reland feat(cli/console): inspect with colors regardless of Deno.noColor (#7976) | Bartek Iwańczuk |
2020-10-14 | Revert "feat(cli/console): inspect with colors regardless of Deno.noColor (#7... | Bartek Iwańczuk |
2020-10-14 | feat(std/fs/node): adding some functions (#7921) | ali ahmed |
2020-10-14 | feat(cli/console): inspect with colors regardless of Deno.noColor (#7778) | TTtie |
2020-10-14 | fix typos (#7964) | vwkd |
2020-10-14 | fix(test): return error when awaiting unresolved promise (#7968) | Bartek Iwańczuk |
2020-10-14 | fix(console): fix the test cases of function inspections (#7965) | Yoshiya Hinosawa |
2020-10-14 | refactor(cli/repl): clean up prelude injection (#7967) | Casper Beyer |
2020-10-14 | fix: top-level-await module execution (#7946) | Bartek Iwańczuk |
2020-10-14 | refactor(cli): add tsc2 (#7942) | Kitson Kelly |
2020-10-13 | Remove dead code (#7963) | Ryan Dahl |
2020-10-13 | docs: fix links to examples (#7919) | sakas |
2020-10-13 | docs: fix runtime docs link in README (#7926) | Grant Timmerman |
2020-10-13 | fix(op_crates/web/url): apply backslash replacement to the pathname setter (#... | Nayeem Rahman |
2020-10-13 | feat(cli/repl): add regex based syntax highlighter (#7811) | Casper Beyer |
2020-10-13 | feat: add alert, confirm, and prompt (#7507) | Yoshiya Hinosawa |
2020-10-13 | refactor(cli): rename GlobalState to ProgramState (#7914) | Bartek Iwańczuk |
2020-10-13 | reafactor(cli): use Emit enum and rename ts_build_info (#7952) | Kitson Kelly |
2020-10-13 | fix(std/encoding): base64 properly encodes mbc and handles Uint8Arrays (#7807) | timonson |
2020-10-12 | chore(cli): remove dead code (#7941) | Kitson Kelly |
2020-10-12 | refactor(cli): move info subcommand over to new module graph (#7892) | Kitson Kelly |
2020-10-12 | feat(cli): support importmap flag with deno doc subcommand (#7821) | Valentin Anger |
2020-10-12 | fix(cli/rt/main): Add global interface objects (#7875) | Nayeem Rahman |
2020-10-11 | fix(console): fix inspection of Function (#7930) | Yoshiya Hinosawa |
2020-10-11 | fix(cli/console): only inspect getters with option (#7830) | Casper Beyer |
2020-10-11 | fix(std): Parsing inline arrays of inline tables in toml (#7902) | Peter |
2020-10-11 | refactor(cli/repl): get context id from notification (#7864) | Casper Beyer |
2020-10-11 | reland JsRuntime/Worker is not a Future (#7924) | Bartek Iwańczuk |
2020-10-10 | Revert "feat(std/node/fs): adding readdir, rename, and some others (#7666)" (... | Bartek Iwańczuk |
2020-10-10 | v1.4.6 | Bartek Iwańczuk |
2020-10-10 | Fix 100% CPU idling problem by reverting #7672 (#7911) | Ryan Dahl |