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-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-25
perf(core): avoid isolate slots for ModuleMap (#16409)
Divy Srivastava
2022-10-21
perf(core): don't access isolate slots for JsRuntimeState (#16376)
Divy Srivastava
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
2022-10-15
fix(docs): Documentation improvements related to `JsRealm`. (#16247)
Andreu Botella
2022-10-15
refactor(core): use isolate get_data/set_data instead of slots (#16286)
Bartek Iwańczuk
2022-10-15
chore: upgrade rusty_v8 to 0.53.0 (#16272)
Bartek Iwańczuk
2022-10-07
feat(core): Reorder extension initialization (#16136)
Jakub Łabor
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava
2022-10-02
fix(serde_v8): serialize objects with numeric keys correctly (#15946)
Darshan Sen
2022-09-17
chore: upgrade rusty_v8 to v0.50.0 (#15762)
Darshan Sen
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-06
fix(core): Register external references for imports to the SnapshotCreator (#...
Giovanny Gutiérrez
2022-09-06
fix(watch): ignore unload errors on drop (#15782)
Nayeem Rahman
2022-09-02
refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)
Nayeem Rahman
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-09-01
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2022-09-01
fix(serde_v8): no panic on reading large text file (#15494)
Geert-Jan Zwiers
2022-09-01
chore(serde_v8): take mutable reference in `ToV8::to_v8` (#15707)
Divy Srivastava
2022-08-30
perf: use fast api for `core.isProxy` (#15682)
Divy Srivastava
2022-08-23
chore: upgrade rusty_v8 to v0.49.0 (#15547)
Bartek Iwańczuk
2022-08-23
refactor(core/runtime): clean up extra type cast (#15539)
Geert-Jan Zwiers
2022-08-21
fix: Free up JsRuntime state global handles before snapshot (#15491)
Giovanny Gutiérrez
2022-08-21
feat(ops): V8 Fast Calls (#15291)
Divy Srivastava
2022-08-21
fix(core/runtime): always cancel termination in exception handling (#15514)
Nayeem Rahman
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava
2022-08-15
chore: upgrade rusty_v8 to 0.48.1 (#15310)
Bartek Iwańczuk
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-11
refactor(core): unwrap sync ops in rust (#15449)
Nayeem Rahman
2022-08-10
feat(core): Add support for async ops in realms (#14734)
Andreu Botella
2022-07-25
refactor(core): remove unneeded ops for uncaughtException (#15296)
Bartek Iwańczuk
2022-07-23
fix: unhandledrejection handling for sync throw in top level (#15279)
Bartek Iwańczuk
2022-07-22
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
Divy Srivastava
2022-07-22
feat(ops): V8 Fast Calls (#15122)
Divy Srivastava
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
[next]