summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17fix(ext/fetch): set accept-encoding: identity if range header is present (#16...Marcos Casagrande
2022-10-17feat(unstable/npm): support providing npm dist-tag in npm package specifier (...David Sherret
2022-10-17perf(ext/web): optimize timer cancellation (#16316)Divy Srivastava
2022-10-17feat(unstable): add windowsRawArguments to SpawnOptions (#16319)Yoshiya Hinosawa
2022-10-17perf(ext/web): optimize `op_cancel_handle` (#16318)Divy Srivastava
2022-10-17fix(lsp): treat empty import map value config as none (#16224)Tomofumi Chiba
2022-10-17fix(build) fix linux symbols export list format (#16313)Luke Channings
2022-10-16fix(cli/bench): skip strace table border (#16310)Marcos Casagrande
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-10-16fix(ext/cache): illegal constructor (#16205)Marcos Casagrande
2022-10-16refactor(core): make `borrow_mut` more explicit in the ops macro (#16025)ad hoc
2022-10-16fix(npm): disable loading native module for "fsevents" package (#16273)Bartek Iwańczuk
2022-10-16chore: upgrade rusty_v8 to 0.53.1 (#16303)Bartek Iwańczuk
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-15refactor: Add default implementation for WorkerOptions (#14860)Christian Dürr
2022-10-15feat(unstable/task): add `INIT_CWD` env var (#16110)David Sherret
2022-10-15fix(docs): Documentation improvements related to `JsRealm`. (#16247)Andreu Botella
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-15refactor(core): use isolate get_data/set_data instead of slots (#16286)Bartek Iwańczuk
2022-10-15chore: fix windows-only clippy errors (#16289)David Sherret
2022-10-15bench: don't show output (#16288)Bartek Iwańczuk
2022-10-15fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)Aapo Alasuutari
2022-10-15bench: avoid port collision (#16285)Bartek Iwańczuk
2022-10-15fix(ext/websocket): panic on no next ws message from an already closed stream...Aapo Alasuutari
2022-10-15fix(ext/crypto): correct HMAC get key length op (#16201)Filip Skokan
2022-10-15chore: upgrade rusty_v8 to 0.53.0 (#16272)Bartek Iwańczuk
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-14fix(ext/web/streams): enqueue to second branch before closing (#16269)Marcos Casagrande
2022-10-14fix(ext/fetch): throw TypeError on non-Uint8Array chunk (#16262)Marcos Casagrande
2022-10-14fix(ext/web/streams): resolve cancelPromise in ReadableStreamTee (#16266)Marcos Casagrande
2022-10-13fix(ext/ffi): Invalid 'function' return type check logic, remove U32x2 as unn...Aapo Alasuutari
2022-10-13fix(cli): allow importMap to be an absolute URL within the deno config file (...Mark Gibson
2022-10-13chore: Added onbeforeunload to window type definition (#16251)Matt Ezell
2022-10-12chore(ext/web): fix typo (#16248)Xiao Xiao
2022-10-12fix(ext/fetch): throw TypeError on read failure (#16219)Marcos Casagrande
2022-10-12fix(cli): skip removing the latter part if `@` appears at the beginning (#16244)Yusuke Tanaka
2022-10-10fix(ext/fetch): fix illegal header regex (#16236)Marcos Casagrande
2022-10-10fix sparse array inspection (#16204)sigmaSd
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-10perf(ext/cache): set journal_mode=wal (#16231)Satya Rohith
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-09perf(ext/crypto): optimize `getRandomValues` (#16212)Divy Srivastava
2022-10-08fix(ext/fetch): reject immediately on aborted signal (#16190)Marcos Casagrande
2022-10-08test(ext/fetch): enable fetch/content-type/multipart.window WPT (#16209)Marcos Casagrande
2022-10-08fix(serde_v8): avoid creating unsound slice reference (#16189)Nugine
2022-10-08chore(napi_sym): fix readme path (#16203)李瑞丰
2022-10-07feat(core): Reorder extension initialization (#16136)Jakub Łabor
2022-10-07fix(ext/fetch): support empty formdata (#16165)Marcos Casagrande
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava