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-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
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-11
core: avoid async op future reboxing to bundle PromiseId (#10123)
Aaron O'Mullan
2021-04-04
fix: Properly await already evaluating dynamic imports (#9984)
Nayeem Rahman
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
2021-04-03
refactor: don't call Context::Global in async_op_response (#9971)
Ryan Dahl
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-12
refactor: simplify icu data alignment (#9766)
Ben Noordhuis
2021-03-10
upgrade: rusty_v8 0.21.0 (#9725)
Ryan Dahl
[prev]
[next]