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
/
ops_builtin_v8.rs
Age
Commit message (
Expand
)
Author
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-05-26
chore: upgrade rusty_v8 to 0.73.0 (#19278)
Bartek Iwańczuk
2023-05-08
fix(core): always report the first error on unhandled rejection (#18992)
ud2
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-29
fix(ext/kv): stricter structured clone serializer (#18914)
Luca Casonato
2023-04-27
fix(repl): print unhandled rejections and event errors (#18878)
Nayeem Rahman
2023-04-27
fix(test): handle dispatched exceptions from test functions (#18853)
Nayeem Rahman
2023-04-19
refactor(core): store v8::Global<v8::Context> in an Rc (#18749)
Bartek Iwańczuk
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-14
refactor: deno_core not using std::env::current_dir (#18173)
Bartek Iwańczuk
2023-03-14
refactor(core): remove "resolve_url_or_path_deprecated" (#18174)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-02-10
chore: upgrade rusty_v8 to 0.63.0 (#17705)
Bartek Iwańczuk
2023-02-10
perf(core): speed up promise hook dispatch (#17616)
Bert Belder
2023-02-07
chore: upgrade rusty_v8 to 0.62.2 (#17604)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-16
refactor(core): Move `pending_promise_rejections` to `ContextState` (#17447)
Andreu Botella
2023-01-16
refactor(core): rename pending_promise_exception to pending_promise_rejection...
Bartek Iwańczuk
2023-01-15
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2023-01-14
feat(core): Reland support for async ops in realms (#17204)
Andreu Botella
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(core): Make `OpCtx` instances be realm-specific (#17174)
Andreu Botella
2022-12-17
fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
David Sherret
2022-12-06
npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)
Bartek Iwańczuk
2022-11-30
chore: upgrade rusty_v8 to 0.58.0 (#16879)
Bartek Iwańczuk
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-25
feat(ext/web): use ArrayBuffer.was_detached() (#16307)
Marcos Casagrande
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-20
perf(core): avoid creating global handles in `op_queue_microtask` (#16359)
Divy Srivastava
2022-09-28
feat(core): add Deno.core.setPromiseHooks (#15475)
Guilherme Bernal
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
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-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
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-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-15
Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)
Bartek Iwańczuk
2022-07-14
feat: add "unhandledrejection" event support (#12994) (#15080)
Bartek Iwańczuk
2022-07-11
chore(core): Deduplicate code related to `op_event_loop_has_more_work` (#15147)
Andreu Botella
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-20
perf(core): Cache source lookups (#14816)
Nayeem Rahman
[next]