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
/
core
/
runtime.rs
Age
Commit message (
Expand
)
Author
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-05
feat(core): native binding names (#12290)
Aaron O'Mullan
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-04
refactor(core): split opcall into sync/async (#12312)
Aaron O'Mullan
2021-10-04
fix(core/runtime): sync_ops_cache if nuked Deno ns (#12302)
Aaron O'Mullan
2021-10-03
perf(core): use opcall() directly (#12310)
Aaron O'Mullan
2021-10-01
feat(core): implement Deno.core.isProxy() (#12288)
Aaron O'Mullan
2021-09-30
fix: Don't panic when a worker is closed in the reactions to a wasm operation...
Andreu Botella
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-25
refactor: Remove unused code (#12210)
Ryan Dahl
2021-09-24
refactor: Remove op_state parameter (#12202)
Ryan Dahl
2021-09-18
fix(core): prevent multiple main module loading (#12128)
Bartek Iwańczuk
2021-09-04
feat(cli): close test worker once all tests complete (#11727)
Casper Beyer
2021-08-19
cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774)
Aaron O'Mullan
2021-07-30
chore(core): use oneshot channel in mod_evaluate() (#11556)
Ben Noordhuis
2021-07-08
feat(core): return v8::Value from JsRuntime::execute_script (#11129)
Bartek Iwańczuk
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-07-05
fix(core): Delay deadlock detection for dynamic imports (#11282)
Nayeem Rahman
2021-07-03
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...
Andreu Botella
2021-07-02
refactor: introduce primordials (#10939)
Luca Casonato
2021-07-02
feat(core): pump V8 message loop on event loop tick (#11221)
Bartek Iwańczuk
2021-07-02
chore: upgrade rusty_v8 and serde_v8 (#11216)
Bartek Iwańczuk
2021-06-29
fix(core/modules): Fix concurrent loading of dynamic imports (#11089)
Nayeem Rahman
2021-06-25
upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113)
Ryan Dahl
2021-06-22
cleanup(core): top-level-await is now always enabled (#11082)
Maxime Guerreiro
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-06-21
refactor(core): always attach inspector to isolate (#11042)
Bartek Iwańczuk
2021-06-19
fix(core/modules): Prepare modules only once per runtime (#11015)
Nayeem Rahman
2021-05-29
core: don't include_str extension js code (#10786)
Luca Casonato
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-19
refactor(core): move ModuleMap to separate RefCell (#10656)
Bartek Iwańczuk
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-04-30
refactor(core): provide builtins as an Extension (#10449)
Aaron O'Mullan
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-30
refactor(core): initialize extensions in runtime constructor (#10421)
Aaron O'Mullan
2021-04-28
enable error-on-warning (#10410)
Ryan Dahl
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-28
refactor(core): simplify module loading code (#10385)
Bartek Iwańczuk
2021-04-26
feat(core): enable wasm threading support (#10116)
Casper Beyer
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-25
feat(core): allow async opcalls in snapshots (#10308)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-23
chore: remove dead code (#10321)
Ryan Dahl
2021-04-21
refactor(core): kill recv() and init() (#10299)
Aaron O'Mullan
2021-04-13
fix(core): remove wasm-test-streaming flag (#10158)
Casper Beyer
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
Aaron O'Mullan
2021-04-12
core: remove some unnecessary heap allocations
Ben Noordhuis
2021-04-12
core: let embedders plug in their own V8 platform
Ben Noordhuis
[next]