summaryrefslogtreecommitdiff
path: root/runtime/ops
AgeCommit message (Expand)Author
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-20chore: fix `__runtime_js_sources` feature flag (#21265)Divy Srivastava
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-04perf: lazy `atexit` setup (#21053)Divy Srivastava
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
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-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
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-26perf(test): use core.currentUserCallSite (#20669)Luca Casonato
2023-09-21refactor: rewrite some ops to op2 macro (#20603)Bartek Iwańczuk
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-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-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
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-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-22feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)VlkrS
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-05feat(runtime): Add an OpenBSD implementation for rss() (#19221)VlkrS
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-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-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-02refactor(ext/io): move tty metadata to separate collection (#18959)David Sherret
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret