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
/
examples
/
hello_runtime.rs
Age
Commit message (
Expand
)
Author
2023-05-31
feat(runtime): Add example for extension with ops (#19204)
Exidex
2023-05-14
fix(runtime): Example hello_runtime panic (#19125)
yzy-1
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-04
fix(core): allow esm extensions not included in snapshot (#18980)
Nayeem Rahman
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-03-26
refactor: use default implementation of BootstrapOptions (#18439)
Bartek Iwańczuk
2023-03-13
refactor(core): pass cwd explicitly to resolve_path (#18092)
Bartek Iwańczuk
2023-03-13
Revert "feat(core): prevent isolate drop for CLI main worker (#18059)" (#18157)
Ryan Dahl
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-08
feat(core): prevent isolate drop for CLI main worker (#18059)
Divy Srivastava
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Leo Kettmeir
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-11-10
feat(runtime): support creating workers with custom v8 snapshots (#16553)
Mathias Lafeldt
2022-10-18
feat: introduce navigator.language (#12322)
Luca Matei Pintilie
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith
2022-09-17
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Divy Srivastava
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-08
feat(runtime): allow passing extensions via Worker options (#12362)
Aaron O'Mullan
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-18
fix(core): prevent multiple main module loading (#12128)
Bartek Iwańczuk
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-07-05
refactor: asynchronous blob backing store (#10969)
Jimmy Wärting
2021-06-21
refactor(core): always attach inspector to isolate (#11042)
Bartek Iwańczuk
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-05-27
feat(cli): add origin data dir to deno info (#10589)
crowlKats
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-23
feat(extensions): BroadcastChannel WPT conformance
Ben Noordhuis
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-04-07
feat: blob URL support (#10045)
Luca Casonato
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-01-11
chore: update copyright year (#9094)
Yoshiya Hinosawa
[next]