summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-28test: Don't run unit tests with and without `DENO_FUTURE=1` (#25273)Bartek Iwańczuk
2024-08-28refactor: don't virtualize the `console` global for node mode (#25263)Luca Casonato
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-28fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)Nathan Whitaker
2024-08-28fix(ext/node): import RSA JWK keys (#25267)Divy Srivastava
2024-08-28fix(ext/node): export JWK public key (#25239)Divy Srivastava
2024-08-28build: Allow building 'rc' release from source (#25227)Bartek Iwańczuk
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-28tests: fix wpt_epoch job (#25264)Luca Casonato
2024-08-28fix(fmt): fix incorrect quotes in components (#25249)Pig Fang
2024-08-28fix(ext/node): update aead-gcm-stream to 0.3 (#25261)Divy Srivastava
2024-08-28fix(ext/node): throw when loading `cpu-features` module (#25257)Divy Srivastava
2024-08-28fix(lsp): panic on url_to_uri() (#25238)Nayeem Rahman
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-28fix(ext/node): emit `online` event after worker thread is initialized (#25243)Nathan Whitaker
2024-08-28fix: replace `npm install` hint with `deno install` hint (#25244)Bartek Iwańczuk
2024-08-27fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...David Sherret
2024-08-28test: add supporting for ignoring spec tests (#25242)Bartek Iwańczuk
2024-08-27fix(ext/fetch): percent decode userinfo when parsing proxies (#25229)Sean McArthur
2024-08-27fix: removed unstable-htttp from deno help (#25216)HasanAlrimawi
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-27chore: ignore lint warning in test (#25234)Marvin Hagemeister
2024-08-27feat(ext/kv): configurable limit params (#25174)Yusuke Tanaka
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-26Reland "test: run unit tests with DENO_FUTURE=1" (#25212)Bartek Iwańczuk
2024-08-26fix(fmt/markdown): fix regression with multi-line footnotes and inline math (...David Sherret
2024-08-26perf(cache): single cache file for typescript emit (#24994)David Sherret
2024-08-26perf(ext/node): reduce some allocations in require (#25197)David Sherret
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-26fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)Armaan Salam
2024-08-26fix(node/cluster): improve stubs to make log4js work (#25146)Marvin Hagemeister
2024-08-25fix(ext/webgpu): allow to build on unsupported platforms (#25202)cions
2024-08-23chore(ext/node): use array instead of Vec to avoid wrong capacity allocation ...Yusuke Tanaka
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-23fix: handle showing warnings while the progress bar is shown (#25187)David Sherret
2024-08-23fix(ext/crypto): throw DataError for invalid EC key import (#25181)Divy Srivastava
2024-08-23fix(ext/node): import JWK octet key pairs (#25180)Divy Srivastava
2024-08-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-22chore(ext/node): bump minimum required version of `dsa` to 0.6.3 (#25154)Yusuke Tanaka
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-08-22chore: update config-file.v1.json (#25163)Kenta Moriuchi
2024-08-22refactor: remove unused AllowAllNodePermissions (#25159)David Sherret
2024-08-22chore(build): deno_kv - remove dep on deno_node (#25158)David Sherret
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
2024-08-22fix: trim space around DENO_AUTH_TOKENS (#25147)Luca Casonato
2024-08-22fix(urlpattern): fallback to empty string for undefined group values (#25151)Leo Kettmeir
2024-08-22fix(ext/node): http2session ready state (#25143)Caleb Lloyd
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava