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
2022-01-24
refactor(core): Extract JsRuntime::poll_value out of JsRuntime::resolve_value...
Rafael Ávila de Espíndola
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-30
chore(core): remove stale TODOs (#13232)
Bartek Iwańczuk
2021-12-29
cleanup(core): use Extensions to register ops (#13224)
Aaron O'Mullan
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-04
chore: upgrade to Rust 1.57.0 (#12968)
Bartek Iwańczuk
2021-12-01
chore: Fix typo in no-pending-ops error message (#12948)
KnorpelSenf
2021-11-30
fix(core): Wake up the runtime if there are ticks scheduled (#12933)
Andreu Botella
2021-11-28
feat(core): intercept unhandled promise rejections (#12910)
Ben Noordhuis
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-22
fix(core): don't panic when evaluating module after termination (#12833)
Bartek Iwańczuk
2021-11-19
fix(core): keep event loop alive if there are ticks scheduled (#12814)
Ben Noordhuis
2021-11-16
feat(core): Deno.core.setNextTickCallback (#12771)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-03
fix: Deno.emit crashes with BorrowMutError (#12627)
Ryan Dahl
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-24
cleanup(core): AsyncOpIterator (#11860)
Aaron O'Mullan
2021-10-24
fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
Aaron O'Mullan
2021-10-17
fix(core): poll async ops eagerly (#12385)
Bert Belder
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
[next]