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
/
js
/
30_os.js
Age
Commit message (
Expand
)
Author
2024-06-02
fix: validate integer values in `Deno.exitCode` setter (#24068)
Kenta Moriuchi
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-01-26
refactor: migrate extensions to virtual ops module (#22135)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-08
chore: use primordials in 40_testing.js (#21422)
Divy Srivastava
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-10
chore: use internal namespace in 40_testing.js (#21141)
Divy Srivastava
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-03-09
fix(rumtime): Add `Deno.` prefix for registered symbols (#18086)
Kenta Moriuchi
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-09
feat(runtime/os): add `Deno.env.has()` (#17315)
Leo Kettmeir
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-10-26
chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)
Colin Ihrig
2022-10-24
experiment(ext/web): Don't expose event classes during the bootstrap phase (#...
Andreu Botella
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-05-31
feat(unstable): add Deno.getGid (#14528)
James Bradlee
2022-05-20
fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665)
Yoshiya Hinosawa
2022-01-31
feat(unstable): add Deno.getUid (#13496)
Yoshiya Hinosawa
2022-01-24
feat(unstable): add Deno.networkInterfaces (#13475)
Yoshiya Hinosawa
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-04
refactor: use primordials in runtime/, part2 (#11248)
Bartek Iwańczuk
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-21
fix(runtime): fix recursive dispatches of unload event (#9207)
Yoshiya Hinosawa
2021-01-12
fix(cli): dispatch unload on exit (#9088)
Yoshiya Hinosawa
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman