summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-28chore: use is_terminal in atty (#21010)Divy Srivastava
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-09refactor: remove TimersPermissions::check_unstable (#20831)Bartek Iwańczuk
2023-10-08fix: define window.name (#20804)Bartek Iwańczuk
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-10-06fix(cli): Support using both `--watch` and `--inspect` at the same time (#20660)Jesper van den Ende
2023-10-04refactor: rewrite websocket to use op2 macro (#20140)Divy Srivastava
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-09-28fix(jupyter): more robust Deno.jupyter namespace (#20710)Bartek Iwańczuk
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