summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-09fix(lsp): use a dedicated thread for the parent process checker (#21869)David Sherret
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-09chore: cleanup `readAll()` logic (#21862)Asher Gomez
2024-01-08fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08fix: cjs export rewritten to invalid identifier (#21853)Marvin Hagemeister
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-08perf(lsp): use host-owned cache for auto-import completions (#21852)Nayeem Rahman
2024-01-08fix(registry): wait for already pending publish (#21663)Bartek Iwańczuk
2024-01-08chore(ext/io): cleanup unused functions (#21844)Asher Gomez
2024-01-07fix(ext): enable prefer-primordials for internal TypeScript (#21813)Kenta Moriuchi
2024-01-06chore: update LICENSE.md to 2024 (#21833)David Sherret
2024-01-06chore: define removal version in deprecated IO APIs (#21702)Asher Gomez
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2024-01-06fix(kv): improve .listenQueue types (#21781)Kitson Kelly
2024-01-06refactor: split runtime/98_global_scope.js (#21785)Bartek Iwańczuk
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-06chore(build): document faster rebuilds with `cargo plonk` (#21823)Divy Srivastava
2024-01-06fix(cli): update import map url (#21824)Jovi De Croock
2024-01-05fix(ext/node): add WriteStream.isTTY (#21801)Divy Srivastava
2024-01-05chore: update format script (#21811)David Sherret
2024-01-05refactor(tools/repl): reorganize code (#21810)Bartek Iwańczuk
2024-01-05chore: update deno_lint for CI (#21802)Kenta Moriuchi
2024-01-05chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773)Divy Srivastava
2024-01-05fix(ci): update copright year for _fs_cp.js (#21803)Divy Srivastava
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-05fix(lsp): show test code lens for template literal names (#21798)Nayeem Rahman
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04chore(cli): bump deno_core (#21790)Matt Mastracci
2024-01-04perf(coverage): faster source mapping (#21783)David Sherret
2024-01-04fix(ci): copyright year for console_test.ts (#21787)Divy Srivastava
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-04fix(unstable/byonm): support using an import map with byonm (#21786)David Sherret
2024-01-04fix(ext/node): UdpSocket ref and unref (#21777)Divy Srivastava
2024-01-03fix(cli): respect `exclude` option for `deno check` command (#21779)nokazn
2024-01-04fix(cli): harden permission stdio check (#21778)Matt Mastracci
2024-01-03chore: make test server less noisy (#21782)Bartek Iwańczuk
2024-01-03fix(lsp): support test code lens for Deno.test.{ignore,only}() (#21775)Nayeem Rahman
2024-01-03fix(jupyter): error message when install fails due to jupyter command not bei...David Sherret
2024-01-03fix(cli): make signals tests more reliable (#21772)Matt Mastracci
2024-01-03fix(node/zlib): accept dataview and buffer in zlib bindings (#21756)Jovi De Croock
2024-01-03chore: ignore hanging lsp jsx test (#21771)Nayeem Rahman
2024-01-03chore: upgrade deno_core to 0.241.0 (#21765)Bartek Iwańczuk
2024-01-02feat(lsp): cache jsxImportSource automatically (#21687)Nayeem Rahman
2024-01-02chore: update SECURITY.md (#21766)Bartek Iwańczuk
2024-01-02chore(ext/net): bump rustls-tokio-stream to fix panic (#21763)Matt Mastracci
2024-01-02fix(ext/node): use node:process in _streams.mjs (#21755)Divy Srivastava