summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
2021-09-24refactor: Remove op_state parameter (#12202)Ryan Dahl
2021-09-18fix(core): prevent multiple main module loading (#12128)Bartek Iwańczuk
2021-09-04feat(cli): close test worker once all tests complete (#11727)Casper Beyer
2021-08-19cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774)Aaron O'Mullan
2021-07-30chore(core): use oneshot channel in mod_evaluate() (#11556)Ben Noordhuis
2021-07-08feat(core): return v8::Value from JsRuntime::execute_script (#11129)Bartek Iwańczuk
2021-07-06feat: support SharedArrayBuffer sharing between workers (#11040)Luca Casonato
2021-07-05fix(core): Delay deadlock detection for dynamic imports (#11282)Nayeem Rahman
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-07-02refactor: introduce primordials (#10939)Luca Casonato
2021-07-02feat(core): pump V8 message loop on event loop tick (#11221)Bartek Iwańczuk
2021-07-02chore: upgrade rusty_v8 and serde_v8 (#11216)Bartek Iwańczuk
2021-06-29fix(core/modules): Fix concurrent loading of dynamic imports (#11089)Nayeem Rahman
2021-06-25upgrade: rusty_v8 0.23.0 (V8 9.2.230.12) (#11113)Ryan Dahl
2021-06-22cleanup(core): top-level-await is now always enabled (#11082)Maxime Guerreiro
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-21refactor(core): always attach inspector to isolate (#11042)Bartek Iwańczuk
2021-06-19fix(core/modules): Prepare modules only once per runtime (#11015)Nayeem Rahman
2021-05-29core: don't include_str extension js code (#10786)Luca Casonato
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-19refactor(core): move ModuleMap to separate RefCell (#10656)Bartek Iwańczuk
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-05-03fix(core): error registration could pollute constructors (#10422)Aaron O'Mullan
2021-04-30refactor(core): provide builtins as an Extension (#10449)Aaron O'Mullan
2021-04-30cleanup(core): replace OpResponse with OpResult (#10434)Aaron O'Mullan
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-28enable error-on-warning (#10410)Ryan Dahl
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-28refactor(core): simplify module loading code (#10385)Bartek Iwańczuk
2021-04-26feat(core): enable wasm threading support (#10116)Casper Beyer
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-25feat(core): allow async opcalls in snapshots (#10308)Aaron O'Mullan
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-23chore: remove dead code (#10321)Ryan Dahl
2021-04-21refactor(core): kill recv() and init() (#10299)Aaron O'Mullan
2021-04-13fix(core): remove wasm-test-streaming flag (#10158)Casper Beyer
2021-04-12perf(core/ops): avoid allocs when returning primitives (#10149)Aaron O'Mullan
2021-04-12core: remove some unnecessary heap allocationsBen Noordhuis
2021-04-12core: let embedders plug in their own V8 platformBen Noordhuis
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-11core: avoid async op future reboxing to bundle PromiseId (#10123)Aaron O'Mullan
2021-04-04fix: Properly await already evaluating dynamic imports (#9984)Nayeem Rahman
2021-04-04perf(serde_v8): introduce Serializable boxable object (#9983)Aaron O'Mullan
2021-04-03refactor: don't call Context::Global in async_op_response (#9971)Ryan Dahl
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-12refactor: simplify icu data alignment (#9766)Ben Noordhuis
2021-03-10upgrade: rusty_v8 0.21.0 (#9725)Ryan Dahl