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
Age
Commit message (
Expand
)
Author
2024-11-18
feat(ext/http): Make http server parameters configurable (#26785)
Yusuke Tanaka
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-18
perf(compile): code cache (#26528)
David Sherret
2024-11-16
feat(jupyter): Add `Deno.jupyter.image` API (#26284)
Bartek Iwańczuk
2024-11-15
refactor: use boxed_error in some places (#26887)
David Sherret
2024-11-15
feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...
Sahand Akbarzadeh
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-14
feat(cli): add `--unstable-node-globals` flag (#26617)
Marvin Hagemeister
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-12
fix(permissions): say to use --allow-run instead of --allow-all (#26842)
David Sherret
2024-11-12
chore: make fields public on `PermissionDeniedError` and `deno_kv::KvConfig`...
Richard Carson
2024-11-12
fix(ext/node): handle `--allow-sys=inspector` (#26836)
Divy Srivastava
2024-11-10
fix(ext/webstorage): use error class for sqlite error case (#26806)
Leo Kettmeir
2024-11-10
chore: forward v2.0.6 release commit to main (#26804)
denobot
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-11-06
fix(ext/node): better inspector support (#26471)
snek
2024-11-06
chore: forward v2.0.5 release commit to main (#26755)
denobot
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-31
fix: clamp smi in fast calls by default (#26506)
Divy Srivastava
2024-10-30
chore: forward v2.0.4 release commit to main (#26636)
denobot
2024-10-29
fix: provide hints in terminal errors for Node.js globals (#26610)
Bartek Iwańczuk
2024-10-25
chore: forward v2.0.3 commit to main (#26535)
Bartek Iwańczuk
2024-10-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-10-24
Revert "fix(runtime): send ws ping frames from inspector server (#263… (#26...
Bartek Iwańczuk
2024-10-23
fix: share inotify fd across watchers (#26200)
Divy Srivastava
2024-10-22
refactor: add 'docs' suggestion (#26463)
Bartek Iwańczuk
2024-10-22
fix(cli): increase size of blocking task threadpool on windows (#26465)
Nathan Whitaker
2024-10-22
refactor(runtime/ops): use concrete error types (#26409)
Leo Kettmeir
2024-10-19
chore: update nix crate (#26422)
Leo Kettmeir
2024-10-18
refactor(ext/webgpu): use concrete error type (#26198)
Leo Kettmeir
2024-10-19
refactor(ext/fetch): use concrete error types (#26220)
Leo Kettmeir
2024-10-18
refactor(ext/http): use concrete error types (#26377)
Leo Kettmeir
2024-10-18
refactor(ext/crypto): use concrete error types (#26167)
Leo Kettmeir
2024-10-18
refactor(ext/websocket): use concrete error type (#26226)
Leo Kettmeir
2024-10-18
refactor(ext/fs): use concrete error types (#26317)
Leo Kettmeir
2024-10-18
chore: forward v2.0.2 release commit to main (#26376)
denobot
2024-10-17
refactor(ext/napi): use concrete error types (#26186)
Leo Kettmeir
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-10-17
feat(permissions): expose PromptResponse (#26358)
Lucas Nogueira
2024-10-17
refactor(ext/kv): use concrete error type (#26239)
Leo Kettmeir
2024-10-17
refactor(ext/net): use concrete error type (#26227)
Leo Kettmeir
2024-10-17
feat(permissions): expose PermissionPrompter and set_prompter function (#26327)
Lucas Nogueira
2024-10-17
fix(runtime): send ws ping frames from inspector server (#26352)
Luca Casonato
[next]