summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
2022-01-24refactor(core): Extract JsRuntime::poll_value out of JsRuntime::resolve_value...Rafael Ávila de Espíndola
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-30chore(core): remove stale TODOs (#13232)Bartek Iwańczuk
2021-12-29cleanup(core): use Extensions to register ops (#13224)Aaron O'Mullan
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-12-01chore: Fix typo in no-pending-ops error message (#12948)KnorpelSenf
2021-11-30fix(core): Wake up the runtime if there are ticks scheduled (#12933)Andreu Botella
2021-11-28feat(core): intercept unhandled promise rejections (#12910)Ben Noordhuis
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-11-22fix(core): don't panic when evaluating module after termination (#12833)Bartek Iwańczuk
2021-11-19fix(core): keep event loop alive if there are ticks scheduled (#12814)Ben Noordhuis
2021-11-16feat(core): Deno.core.setNextTickCallback (#12771)Bartek Iwańczuk
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-24cleanup(core): AsyncOpIterator (#11860)Aaron O'Mullan
2021-10-24fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)Aaron O'Mullan
2021-10-17fix(core): poll async ops eagerly (#12385)Bert Belder
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-05feat(core): native binding names (#12290)Aaron O'Mullan
2021-10-05chore: various op cleanup (#12329)Leo K
2021-10-04refactor(core): split opcall into sync/async (#12312)Aaron O'Mullan
2021-10-04fix(core/runtime): sync_ops_cache if nuked Deno ns (#12302)Aaron O'Mullan
2021-10-03perf(core): use opcall() directly (#12310)Aaron O'Mullan
2021-10-01feat(core): implement Deno.core.isProxy() (#12288)Aaron O'Mullan
2021-09-30fix: Don't panic when a worker is closed in the reactions to a wasm operation...Andreu Botella
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-25refactor: Remove unused code (#12210)Ryan Dahl
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