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
2022-12-27
feat(unstable): Add "Deno.osUptime()" API (#17179)
Kamil Ogórek
2022-12-17
fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-13
feat: support `createNew` in `Deno.writeFile` (#17023)
Leo Kettmeir
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-09
unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)
Bartek Iwańczuk
2022-12-05
fix(windows): support special key presses in raw mode (#16904)
David Sherret
2022-12-02
perf: use fast api for io read/write sync (#15863)
Divy Srivastava
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-18
chore: fix windows-only clippy errors (#16703)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-11
fix(npm): remove forgotten unstable check (#16598)
Bartek Iwańczuk
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-11-09
feat: stabilize Deno.uid() and Deno.gid() (#16424)
Colin Ihrig
2022-11-09
feat: stabilize Deno.systemMemoryInfo() (#16445)
Colin Ihrig
2022-11-09
feat: stabilize Deno.networkInterfaces() (#16451)
Colin Ihrig
2022-11-07
chore: fix windows-only clippy error (#16560)
David Sherret
2022-11-04
fix(runtime): fix Deno.hostname on windows (#16530)
Yoshiya Hinosawa
2022-11-02
chore: fix clippy warning (#16512)
Bartek Iwańczuk
2022-11-02
chore(runtime): remove dependency on sys-info crate (#16441)
Divy Srivastava
2022-10-26
chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)
Colin Ihrig
2022-10-26
feat: Stabilize Deno.osRelease() API (#15973)
Bartek Iwańczuk
2022-10-26
feat: Stabilize Deno.consoleSize() API (#15933)
Bartek Iwańczuk
2022-10-25
feat: stabilize Deno.utime() and Deno.utimeSync() (#16421)
Colin Ihrig
2022-10-25
feat: stabilize Deno.futime() and Deno.futimeSync() (#16415)
Colin Ihrig
2022-10-25
feat: stabilize Deno.loadavg() (#16412)
Colin Ihrig
2022-10-24
feat: Stabilize Deno.stdin.setRaw() (#16399)
Bartek Iwańczuk
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-17
feat(unstable): add windowsRawArguments to SpawnOptions (#16319)
Yoshiya Hinosawa
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-07
feat(core): Reorder extension initialization (#16136)
Jakub Łabor
2022-09-29
refactor(cli): use shared sys kind parser in flags.rs (#16087)
Yoshiya Hinosawa
2022-09-28
feat: Stabilize Deno.hostname() API (#15932)
Bartek Iwańczuk
2022-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-28
feat: add --allow-sys permission flag (#16028)
Yoshiya Hinosawa
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-09-23
perf: use fast ops for tty (#15976)
Divy Srivastava
2022-09-22
chore: fix recent windows only clippy issues (#15993)
David Sherret
2022-09-22
perf: fs optimizations - part 1 (#15873)
Divy Srivastava
2022-09-21
fix(runtime): better error message with Deno.env.get/set (#15966)
Yoshiya Hinosawa
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-09-14
fix(ops): add node.js env variable allowlist (#15893)
Colin Ihrig
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-05
chore: fix flaky stdout_write_all test (#15772)
David Sherret
2022-09-05
perf(runtime): flatten arguments for write_file ops (#15776)
Divy Srivastava
2022-09-04
fix(cli): allow using file resource synchronously while being used async (#15...
David Sherret
2022-08-19
perf(runtime): optimize Deno.file open & stream (#15496)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
[prev]
[next]