index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
ops
Age
Commit message (
Expand
)
Author
2024-06-07
fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)
Divy Srivastava
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-05-29
fix(ext/node): windows cancel stdin read in line mode (#23969)
Divy Srivastava
2024-05-28
fix: empty `process.platform` with `__runtime_js_sources` (#24005)
Marvin Hagemeister
2024-05-14
fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)
David Sherret
2024-05-05
fix(workers): `importScripts` concurrently and use a new `reqwest::Client` pe...
David Sherret
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-03-16
fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
Bartek Iwańczuk
2024-03-14
fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)
Matt Mastracci
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava
2024-03-11
fix(ext/node): make worker setup synchronous (#22815)
Bartek Iwańczuk
2024-03-11
fix(runtime): Restore default signal handler after user handlers are unregist...
Nathan Whitaker
2024-03-06
chore: upgrade deno_core (#22725)
Nathan Whitaker
2024-02-18
feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)
Asher Gomez
2024-02-05
Reland refactor(cli): use new sanitizer for resources (#22226)
Matt Mastracci
2024-02-05
fix(os): total and free memory in bytes (#22247)
Divy Srivastava
2024-01-30
fix(runtime): return number from `op_ppid` instead of bigint (#22169)
Yusuke Tanaka
2024-01-24
feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...
Asher Gomez
2024-01-23
chore: upgrade deno_core to 0.249.0 (#22058)
Bartek Iwańczuk
2024-01-23
feat: warn when using --unstable, prefer granular flags (#21452)
Bartek Iwańczuk
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-11
fix(web): use rustyline for prompt (#21893)
Divy Srivastava
2024-01-10
fix: android support (#19437)
cions
2024-01-02
Revert "fix(runtime): Make native modal keyboard interaction consistent with ...
Divy Srivastava
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-13
fix(runtime): Make native modal keyboard interaction consistent with browsers...
lionel-rowe
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
2023-11-20
chore: fix `__runtime_js_sources` feature flag (#21265)
Divy Srivastava
2023-11-15
feat(ext/net): use rustls_tokio_stream (#21205)
Matt Mastracci
2023-11-15
perf: static bootstrap options in snapshot (#21213)
Divy Srivastava
2023-11-15
fix(runtime): fix Deno.noColor when stdout is not tty (#21208)
Yoshiya Hinosawa
2023-11-13
perf: lazy bootstrap options - first pass (#21164)
Divy Srivastava
2023-11-04
perf: lazy `atexit` setup (#21053)
Divy Srivastava
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-10-28
chore: use is_terminal in atty (#21010)
Divy Srivastava
2023-10-25
chore: update deno_core and port all remaining ops to `op2` (#20954)
Bartek Iwańczuk
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-10-07
refactor: migrate more ops to op2 macro (#20808)
Bartek Iwańczuk
2023-10-04
refactor: rewrite websocket to use op2 macro (#20140)
Divy Srivastava
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-09-26
perf(test): use core.currentUserCallSite (#20669)
Luca Casonato
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-18
fix: `Deno.Command` - improve error message when `cwd` is not a directory (#2...
Shreyas
[prev]
[next]