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
/
os
Age
Commit message (
Expand
)
Author
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-10-22
refactor(runtime/ops): use concrete error types (#26409)
Leo Kettmeir
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-09
fix(ext/node): report freemem() on Linux in bytes (#25511)
Divy Srivastava
2024-07-24
fix(node): Run node compat tests listed in the `ignore` field (and fix the on...
Nathan Whitaker
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-02-05
fix(os): total and free memory in bytes (#22247)
Divy Srivastava
2024-01-23
chore: upgrade deno_core to 0.249.0 (#22058)
Bartek Iwańczuk
2024-01-10
fix: android support (#19437)
cions
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
2023-10-07
refactor: migrate more ops to op2 macro (#20808)
Bartek Iwańczuk
2023-09-21
refactor: rewrite some ops to op2 macro (#20603)
Bartek Iwańczuk
2023-09-12
refactor: rewrite runtime/ ops to op2 (#20459)
Bartek Iwańczuk
2023-07-22
feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)
VlkrS
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
2023-07-09
chore: upgrade deno_core and rusty_v8 (#19773)
Bartek Iwańczuk
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-05
feat(runtime): Add an OpenBSD implementation for rss() (#19221)
VlkrS
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-04-21
refactor(core): remove ops from Deno.core.ops that are disabled (#18793)
Bartek Iwańczuk
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
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-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-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-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-11
fix(npm): remove forgotten unstable check (#16598)
Bartek Iwańczuk
2022-11-09
feat: stabilize Deno.uid() and Deno.gid() (#16424)
Colin Ihrig
[next]