summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-06-05feat(runtime): Add an OpenBSD implementation for rss() (#19221)VlkrS
2023-06-05feat(runtime): support creating workers using custom v8 params (#19339)Mathias Lafeldt
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-05-31fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)Marvin Hagemeister
2023-05-31feat(runtime): Add example for extension with ops (#19204)Exidex
2023-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-241.34.0 (#19246)denobot
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-22fix(runtime): JS debug log to stderr (#19217)David Sherret
2023-05-18feat(runtime): Provide environment-configurable options for tokio parameters ...Matt Mastracci
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-17fix(runtime): Box the main future to avoid blowing up the stack (#19155)Matt Mastracci
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-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-11fix(lsp): hard to soft error when unable to get completion info (#19091)David Sherret
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
2023-05-08refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)David Sherret
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-04refactor(ext/node): remove NodeEnv trait (#18986)Luca Casonato
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-02refactor(ext/io): move tty metadata to separate collection (#18959)David Sherret
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-05-01refactor(webidl): move prefix & context out of converters options bag (#18931)Leo Kettmeir
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-281.33.0 (#18879)denobot
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-21refactor(core): remove ops from Deno.core.ops that are disabled (#18793)Bartek Iwańczuk
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi