summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-31fix(ext/webgpu): don't crash while constructing GPUOutOfMemoryError (#24807)Luca Casonato
2024-07-31fix(node/fs/promises): watch should be async iterable (#24805)Marvin Hagemeister
2024-07-31fix(node/timers/promises): add scheduler APIs (#24802)Marvin Hagemeister
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-30feat(lsp): registry completions for import-mapped specifiers (#24792)Nayeem Rahman
2024-07-30fix(compile/windows): handle cjs re-export of relative path with parent compo...David Sherret
2024-07-30fix(node): support wildcards in package.json imports (#24794)David Sherret
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-30refactor(ext/node): create separate ops for node:http module (#24788)Bartek Iwańczuk
2024-07-29fix(cli): Unhide publish subcommand help string (#24787)Ryan B.
2024-07-29chore: mark upgrade invalid lockfile as flaky (#24760)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-29fix(ext/node): prevent panic in http2.connect with uppercase header names (#2...Satya Rohith
2024-07-28fix(types): fix streams types (#24770)Kenta Moriuchi
2024-07-28fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)Yazan AbdAl-Rahman
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-27test(ext/node): reduce http_test flakiness (#24742)Yoshiya Hinosawa
2024-07-27fix(npmrc): skip loading .npmrc in home dir on permission error (#24758)David Sherret
2024-07-27refactor(lint): move reporters to separate module (#24757)David Sherret
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-26fix(unstable/compile): handle byonm import in sub dir (#24755)David Sherret
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-07-26fix(ext/node): read correct CPU usage stats on Linux (#24732)MrEconomical
2024-07-25fix(node): cjs pkg dynamically importing esm-only pkg fails (#24730)David Sherret
2024-07-25chore: fix bench task (#24718)Asher Gomez
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(node/worker_threads): support `port.once()` (#24725)Marvin Hagemeister
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25chore: fix WPT epoch (#24716)Asher Gomez
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-07-25fix: upgrade deno_core to 0.298.0 (#24709)Bartek Iwańczuk
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-24fix(ext/fetch): use correct ALPN to proxies (#24696)Sean McArthur
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-24fix: update lsp error message of 'relative import path' to 'use deno add' for...HasanAlrimawi
2024-07-24fix(ext/node/net): emit `error` before `close` when connection is refused (#2...Yoshiya Hinosawa
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23fix: enable the reporting of parsing related problems when running deno lint ...HasanAlrimawi
2024-07-23fix(lsp): rewrite import for 'infer return type' action (#24685)Nayeem Rahman
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot