summaryrefslogtreecommitdiff
path: root/core/01_core.js
AgeCommit message (Expand)Author
2023-04-19refactor(core): return better error for non-existent async ops (#18772)Bartek Iwańczuk
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-13perf(ops): directly respond for eager ops (#18683)Bartek Iwańczuk
2023-04-06feat(core): sync io ops in core (#18603)Luca Casonato
2023-03-31perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)Divy Srivastava
2023-03-13fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)Kenta Moriuchi
2023-03-05refactor: move definition of Deno.build from "runtime" to "core" (#18036)Bartek Iwańczuk
2023-02-23fix(core): remove async op inlining optimization (#17899)Divy Srivastava
2023-02-10perf(core): speed up promise hook dispatch (#17616)Bert Belder
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-26fix(core): Add lint check for core (#17223)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-13refactor(core): add more information when unable to build error (#17027)Bartek Iwańczuk
2022-12-06fix(test): handle scenario where --trace-ops would cause an unhandled promise...David Sherret
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava
2022-10-24perf(ext/streams): fast path when consuming body of tee'd stream (#16329)Marcos Casagrande
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-09-28feat(core): add Deno.core.setPromiseHooks (#15475)Guilherme Bernal
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-07fix(ext/flash): use utf8 length as Content-Length (#15793)Divy Srivastava
2022-09-07fix(core): opAsync leaks a promise on type error (#15795)Aapo Alasuutari
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-08-30perf: use fast api for `core.isProxy` (#15682)Divy Srivastava
2022-08-21feat: `queueMicrotask()` error handling (#15522)Nayeem Rahman
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-11refactor(core): unwrap sync ops in rust (#15449)Nayeem Rahman
2022-08-01refactor(core/error): use evaluated call sites for formatting (#15369)Nayeem Rahman
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-05-24fix(core): op metrics op_names mismatch (#14716)Aaron O'Mullan
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-03-21fix(core): variadic opSync/opAsync (#14062)Aaron O'Mullan
2022-03-19chore(core,ext): minor JS optimisations (#13950)Aapo Alasuutari
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-12refactor(core): validate promise id in refOp (#13905)Yoshiya Hinosawa
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk