summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-10-17feat(permissions): expose PromptResponse (#26358)Lucas Nogueira
2024-10-17refactor(ext/kv): use concrete error type (#26239)Leo Kettmeir
2024-10-17refactor(ext/net): use concrete error type (#26227)Leo Kettmeir
2024-10-17feat(permissions): expose PermissionPrompter and set_prompter function (#26327)Lucas Nogueira
2024-10-17fix(runtime): send ws ping frames from inspector server (#26352)Luca Casonato
2024-10-17fix(jupyter): update to the new logo (#26353)Jeremy Tuloup
2024-10-17refactor: use macros for signal table (#26214)Patrick Uftring
2024-10-17fix(cli): set napi object property properly (#26344)LongYinan
2024-10-17fix(net): don't try to set nodelay on upgrade streams (#26342)Nathan Whitaker
2024-10-16fix: don't warn on ignored signals on windows (#26332)Nathan Whitaker
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16chore: forward v2.0.1 release commit to main (#26338)denobot
2024-10-16Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)Nayeem Rahman
2024-10-16fix: use syntect for deno doc html generation (#26322)Leo Kettmeir
2024-10-16Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...Bartek Iwańczuk