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-07-18
reland: "fix(core): unhandled rejection in top-level scope" (#15236)
Bartek Iwańczuk
2022-07-18
Revert "fix(core): unhandled rejection in top-level scope (#15204)" (#15226)
Bartek Iwańczuk
2022-07-14
fix(core): unhandled rejection in top-level scope (#15204)
Bartek Iwańczuk
2022-07-11
chore(core): Deduplicate code related to `op_event_loop_has_more_work` (#15147)
Andreu Botella
2022-07-09
fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop mi...
Aapo Alasuutari
2022-07-08
perf(ext/ffi): leverage V8 Fast Calls (#15125)
Divy Srivastava
2022-07-07
fix(core): deflake WASM termination test (#15103)
Bartek Iwańczuk
2022-07-06
refactor(core): Use `&mut Isolate` as an argument in `JsRealm` methods (#15093)
Andreu Botella
2022-07-01
chore: use Rust 1.62.0 (#15028)
Bartek Iwańczuk
2022-07-01
fix(core): handle exception from Wasm termination (#15014)
João Avelino Bellomo Filho
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-28
feat(ext/ffi): Thread safe callbacks (#14942)
Aapo Alasuutari
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-25
fix(modules): Immediately resolve follow-up dyn imports to a dyn imported mod...
Andreu Botella
2022-06-20
perf(core): Cache source lookups (#14816)
Nayeem Rahman
2022-06-20
docs: Improve `mod_evaluate` documentation (#14827)
Christian Dürr
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman
2022-06-06
fix: Format non-error exceptions (#14604)
Nayeem Rahman
2022-05-30
test(core): Test that sync ops return/throw objects in the right realm (#14750)
Andreu Botella
2022-05-26
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Bartek Iwańczuk
2022-05-17
feat(core): deterministic snapshots (#14037)
Divy Srivastava
2022-05-15
Revert "core: don't include_str extension js code (#10786)" (#14614)
Aaron O'Mullan
2022-05-05
refactor(core): use Box<u8> for ModuleSource.code instead of a String (#14487)
Bartek Iwańczuk
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
refactor(core): Remove ErrWithV8Handle (#14394)
Nayeem Rahman
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
[next]