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
/
bindings.rs
Age
Commit message (
Expand
)
Author
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-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-06
fix(core): get v8 console from context extra bindings (#17243)
Chengzhong Wu
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-11
fix(npm): disable npm specifiers in import.meta.resolve() (#16599)
Bartek Iwańczuk
2022-11-08
refactor: simplify deno_core's grab_global and ensure_objs (#16564)
Ryan Dahl
2022-10-28
feat(core): support creating snapshots from existing snapshots (#14744)
Bartek Iwańczuk
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-28
chore(core): remove TODO in bindings.rs (#16456)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
2022-10-20
chore: upgrade rusty_v8 to 0.54.0 (#16368)
Bartek Iwańczuk
2022-10-15
chore: upgrade rusty_v8 to 0.53.0 (#16272)
Bartek Iwańczuk
2022-09-22
feat(ops): Automatic fast ops creation (#15527)
Aapo Alasuutari
2022-09-19
perf(core): use single ObjectTemplate for ops in `initialize_ops` (#15959)
Divy Srivastava
2022-09-06
fix(core): Register external references for imports to the SnapshotCreator (#...
Giovanny Gutiérrez
2022-09-01
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2022-08-21
feat(ops): V8 Fast Calls (#15291)
Divy Srivastava
2022-08-15
chore: upgrade rusty_v8 to 0.48.1 (#15310)
Bartek Iwańczuk
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-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-18
reland: "fix(core): unhandled rejection in top-level scope" (#15236)
Bartek Iwańczuk
2022-07-18
feat: import.meta.resolve() (#15074)
Bartek Iwańczuk
2022-07-18
Revert "fix(core): unhandled rejection in top-level scope (#15204)" (#15226)
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-14
fix(core): unhandled rejection in top-level scope (#15204)
Bartek Iwańczuk
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-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
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-26
fix(core): rethrow exception during structured cloning serialization (#14671)
Mark Ladyshau
2022-05-24
fix(core): op metrics op_names mismatch (#14716)
Aaron O'Mullan
2022-05-15
perf(core): optimize encode on large strings (#14619)
Aaron O'Mullan
2022-05-07
refactor(core): add AssertedModuleType enum (#14501)
Bartek Iwańczuk
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
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-03-27
perf: micro-optimize core.encode (#14120)
Divy Srivastava
2022-03-22
fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...
Andreu Botella
2022-03-16
cleanup(core): recursive get & ensure helpers (#13972)
Aaron O'Mullan
[next]