summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-24refactor(ext/node): use concrete error types (#26419)Leo Kettmeir
2024-10-24Revert "fix(runtime): send ws ping frames from inspector server (#263… (#26...Bartek Iwańczuk
2024-10-24fix(config): schemas for lint rule and tag autocompletion (#26515)Nayeem Rahman
2024-10-24fix(node/util): support array formats in `styleText` (#26507)Marvin Hagemeister
2024-10-24feat: support node-api in denort (#26389)snek
2024-10-24fix(ext/node): cancel pending ipc writes on channel close (#26504)Nathan Whitaker
2024-10-23fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...Nathan Whitaker
2024-10-24fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486)Divy Srivastava
2024-10-23fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)Nathan Whitaker
2024-10-23fix(install): cache type only module deps in `deno install` (#26497)Nathan Whitaker
2024-10-23fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476)Satya Rohith
2024-10-23fix: share inotify fd across watchers (#26200)Divy Srivastava
2024-10-23fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)Yoshiya Hinosawa
2024-10-22fix(check): support `--frozen` on deno check (#26479)Nathan Whitaker
2024-10-22refactor: add 'docs' suggestion (#26463)Bartek Iwańczuk
2024-10-22fix(cli): increase size of blocking task threadpool on windows (#26465)Nathan Whitaker
2024-10-22fix: unpin tokio version (#26457)Ronny Chan
2024-10-22chore(ci): use setup-deno@v2 (#26474)tsukasa-ino
2024-10-22fix(fmt): upgrade formatters (#26469)Pig Fang
2024-10-22fix(ext/console): ignore casing for named colors in css parsing (#26466)Leo Kettmeir
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-10-22fix(install): update lockfile when using package.json (#26458)Bartek Iwańczuk
2024-10-21fix(lsp): import-map-remap quickfix for type imports (#26454)Nayeem Rahman
2024-10-21fix(npm): support version ranges with && or comma (#26453)David Sherret
2024-10-21fix(install): better json editing (#26450)David Sherret
2024-10-21feat(lsp): interactive inlay hints (#26382)Nayeem Rahman
2024-10-21fix(ext/node): use primordials in `ext/node/polyfills/https.ts` (#26323)jiang1997
2024-10-19chore: update nix crate (#26422)Leo Kettmeir
2024-10-19chore: update release doc template (#26406)Bartek Iwańczuk
2024-10-19perf: avoid multiple calls to runMicrotask (#26378)Divy Srivastava
2024-10-18refactor(ext/webgpu): use concrete error type (#26198)Leo Kettmeir
2024-10-19refactor(ext/fetch): use concrete error types (#26220)Leo Kettmeir
2024-10-19Revert "ci: use self-hosted mac arm runner (#26366)" (#26408)Bartek Iwańczuk
2024-10-18refactor(ext/http): use concrete error types (#26377)Leo Kettmeir
2024-10-18refactor(ext/crypto): use concrete error types (#26167)Leo Kettmeir
2024-10-19ci: use self-hosted mac arm runner (#26366)Bartek Iwańczuk
2024-10-18fix(ext/node): stub HTTPParser internal binding (#26401)Nathan Whitaker
2024-10-18fix(info): resolve workspace member mappings (#26350)Marvin Hagemeister
2024-10-18refactor(ext/websocket): use concrete error type (#26226)Leo Kettmeir
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-18fix(ext/node): properly map reparse point error in readlink (#26375)Nathan Whitaker
2024-10-18refactor(ext/fs): use concrete error types (#26317)Leo Kettmeir
2024-10-18fix(help): missing package specifier (#26380)Marvin Hagemeister
2024-10-18chore: forward v2.0.2 release commit to main (#26376)denobot
2024-10-17fix(ext/node): add null check for kStreamBaseField (#26368)Bartek Iwańczuk
2024-10-18fix(jupyter): fix panics for overslow subtraction (#26371)Bartek Iwańczuk
2024-10-17fix(install): don't attempt to cache specifiers that point to directories (#2...Nathan Whitaker
2024-10-17chore: fix flaky COPYFILE_EXCL test (#26370)Nathan Whitaker
2024-10-17refactor(ext/napi): use concrete error types (#26186)Leo Kettmeir
2024-10-17fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the destinati...Nathan Whitaker