summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-26perf(test): use core.currentUserCallSite (#20669)Luca Casonato
2023-09-22chore: bump deno_core + cargo update (#20636)Matt Mastracci
2023-09-21refactor: rewrite some ops to op2 macro (#20603)Bartek Iwańczuk
2023-09-191.37.0 (#20574)denobot
2023-09-18fix: `Deno.Command` - improve error message when `cwd` is not a directory (#2...Shreyas
2023-09-14refactor: rewrite more ops to op2 macro (#20478)Bartek Iwańczuk
2023-09-14feat: explicit resource management in TypeScript (#20506)David Sherret
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-11chore: update inner #\![allow] to #[allow] (#20463)Matt Mastracci
2023-09-12refactor: rewrite runtime/ ops to op2 (#20459)Bartek Iwańczuk
2023-09-04Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (...Bartek Iwańczuk
2023-09-02refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303)Bartek Iwańczuk
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-30fix(runtime/permissions): Resolve executable specifiers in allowlists and que...Nayeem Rahman
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-25chore: fully remove atty dep (#20288)Matt Mastracci
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-15fix(runtime): use host header for inspector websocket URL (#20171)Matt Mastracci
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-08-05refactor: remove snapshot_module_load_cb (#20043)Nayeem Rahman
2023-08-031.36.0 (#20036)denobot
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-01chore: fix windows clippy errors (#20014)David Sherret
2023-08-01refactor(runtime): use new fd methods from resource table (#20010)Matt Mastracci
2023-07-31fix: call setIsTrusted for generated events (MessageEvent) (#19919)Ricardo Iván Vieitez Parra
2023-07-31feat(node/os): implement getPriority, setPriority & userInfo (#19370)Leo Kettmeir
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-261.35.3 (#19947)denobot
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-22feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)VlkrS
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-07-051.35.0 (#19717)denobot
2023-07-04fix: move `Deno.serve` to stable namespace (#19718)Bartek Iwańczuk
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk