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
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-02-13
feat: Stabilize Deno.Command API (#17628)
Bartek Iwańczuk
2023-02-11
fix(ops): Always close cancel handles for read_async/write_async (#17736)
Kamil Ogórek
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
fix: remove leftover Deno.spawn references (#17524)
David Sherret
2023-01-15
fix(runtime/os): use GetPerformanceInfo for swap info on Windows (#17433)
Divy Srivastava
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-14
fix(runtime/fs): preserve permissions in copyFileSync for macOS (#17412)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-04
chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)
Yiyu Lin
2023-01-03
chore: resolve clippy errors in windows build (#17215)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-28
fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)
Kamil Ogórek
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
[prev]
[next]