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-04-17
feat(core): Add initial support for realms (#14019)
Andreu Botella
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-13
refactor(core/error): Clarify JsError message fields (#14269)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-04-02
feat(serde_v8): DetachedBuffer (#14102)
Aaron O'Mullan
2022-04-02
feat(ops): #[op(unstable)] (#14124)
Aaron O'Mullan
2022-03-22
chore(core): Remove a note that is no longer relevant. (#14069)
Andreu Botella
2022-03-22
feat(core): disableable extensions & ops (#14063)
Aaron O'Mullan
2022-03-22
feat(core): Add JsRuntime::get_module_namespace to access the namespace objec...
Filip Kieres
2022-03-21
fix(core): variadic opSync/opAsync (#14062)
Aaron O'Mullan
2022-03-19
fix(ops): throw TypeError on op return failure (#14033)
Aaron O'Mullan
2022-03-16
cleanup(core): recursive get & ensure helpers (#13972)
Aaron O'Mullan
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-15
fix(core): nuke Deno.core.ops pre-snapshot (#13970)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-11
chore: update rusty_v8 to 0.41.0 (#13909)
Divy Srivastava
2022-03-08
feat(core): Event loop middlewares for Extensions (#13816)
Divy Srivastava
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
[next]