summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa
2023-05-15feat(node/crypto): Diffie Hellman Support (#18943)Levente Kurusa
2023-05-15refactor(ext/http): generic abstract listeners (#19132)Luca Casonato
2023-05-15chore: check node_compat config diff in CI (#19119)Yoshiya Hinosawa
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-14fix(runtime): Example hello_runtime panic (#19125)yzy-1
2023-05-14fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)Yoshiya Hinosawa
2023-05-13fix(lsp): increase default max heap size to 3Gb (#19115)Bartek Iwańczuk
2023-05-13chore: upgrade rusty_v8 to 0.71.2 (#19116)Bartek Iwańczuk
2023-05-13chore(ext/node): removed skipped compat test cases (#19109)Yoshiya Hinosawa
2023-05-13chore: fix & update node compat config (#19106)Yoshiya Hinosawa
2023-05-12refactor(lsp): make `RequestMethod` private (#19114)David Sherret
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-12chore: upgrade rusty_v8 to 0.71.1 (#19104)Bartek Iwańczuk
2023-05-11fix(lsp): preload documents when `deno.documentPreloadLimit` changes (#19103)David Sherret
2023-05-11fix(ext/fs): add more context_path (#19101)David Sherret
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-05-11fix(npm): make http2 module available, make 'nodeGlobalThisName' writable (#1...Bartek Iwańczuk
2023-05-11fix(lsp): hard to soft error when unable to get completion info (#19091)David Sherret
2023-05-11chore: upgrade thiserror and deno_lockfile (#19073)Miroslav Bajtoš
2023-05-11fix(cli): upgrade to Typescript 5.0.4 (#19090)David Sherret
2023-05-11fix(console): handle error when inspecting promise-like (#19083)Nayeem Rahman
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-05-11chore(deps): bump tokio version to 1.28.1 (#19069)Yarden Shoham
2023-05-11fix(node): expose channels in worker_threads (#19086)Marvin Hagemeister
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-11feat(node): add `Module.runMain()` (#19080)Marvin Hagemeister
2023-05-10fix(node): conditional exports edge case (#19082)Bartek Iwańczuk
2023-05-10fix(dts): align `seekSync` `position` arg with `seek` (#19077)David Sherret
2023-05-10chore(core): Parallelize all WPT tests and reduce timeouts for expected failu...Matt Mastracci
2023-05-10refactor(ext/http): HTTP trait structs need to be public (#19075)Matt Mastracci
2023-05-10chore(core): fix a warning (#19072)Bartek Iwańczuk
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci
2023-05-10feat(ext/http): Automatic compression for Deno.serve (#19031)Matt Mastracci
2023-05-10chore(node/stream): unbundle/unminify readable-streams (#19045)Levente Kurusa
2023-05-09fix(vendor): better handling of redirects (#19063)David Sherret
2023-05-09bench: fix benchmarks with extensions (#19059)Bartek Iwańczuk
2023-05-09chore: upgrade tokio to 1.28 (#19053)Satya Rohith
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
2023-05-09perf(fmt): faster formatting for minified object literals (#19050)David Sherret
2023-05-08refactor: prefix ops w/ crate they are defined in (#19044)Luca Casonato
2023-05-08refactor(core): make sure to always set embedder wrapper offset (#19048)Bartek Iwańczuk
2023-05-08refactor(core): verify there are no ops with duplicate names (#19047)Bartek Iwańczuk
2023-05-09Revert "perf(core): use jemalloc for V8 array buffer allocator (#18875)" (#19...Bartek Iwańczuk
2023-05-08refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)David Sherret
2023-05-08perf(ext/ffi): Use `Box<[NativeType]>` in CallbackInfo parameters (#19032)Aapo Alasuutari
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-05-08fix(core): always report the first error on unhandled rejection (#18992)ud2
2023-05-07chore: lint ext/fs/std_fs.rs (#19036)Bartek Iwańczuk
2023-05-07fix(ext/ffi): Callbacks panic on returning isize (#19022)Aapo Alasuutari