summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-28feat(core): support creating snapshots from existing snapshots (#14744)Bartek Iwańczuk
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-28chore(core): remove TODO in bindings.rs (#16456)Divy Srivastava
2022-10-271.27.0 (#16442)denobot
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-26fix(core) Include causes when converting anyhow errors to JS exceptions (#16397)Jan Špaček
2022-10-26core: enable --harmony-change-array-by-copy V8 flag (#16429)Bartek Iwańczuk
2022-10-26feat(cli): show error cause recursion information (#16384)Cre3per
2022-10-26perf(core): do not drive JsInspector by default (#16410)Divy Srivastava
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-25perf(core): avoid isolate slots for ModuleMap (#16409)Divy Srivastava
2022-10-25feat(ext/web): use ArrayBuffer.was_detached() (#16307)Marcos Casagrande
2022-10-24perf(ext/streams): fast path when consuming body of tee'd stream (#16329)Marcos Casagrande
2022-10-21perf(core): don't access isolate slots for JsRuntimeState (#16376)Divy Srivastava
2022-10-21chore(core): remove `core.opSync` (#16379)Divy Srivastava
2022-10-21Revert realms from deno_core (#16366)Divy Srivastava
2022-10-20chore: upgrade rusty_v8 to 0.54.0 (#16368)Bartek Iwańczuk
2022-10-20perf(core): avoid creating global handles in `op_queue_microtask` (#16359)Divy Srivastava
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-16fix: add error cause in recursive cause tail (#16306)Cre3per
2022-10-16chore: upgrade rusty_v8 to 0.53.1 (#16303)Bartek Iwańczuk
2022-10-15fix(docs): Documentation improvements related to `JsRealm`. (#16247)Andreu Botella
2022-10-15refactor(core): use isolate get_data/set_data instead of slots (#16286)Bartek Iwańczuk
2022-10-15bench: avoid port collision (#16285)Bartek Iwańczuk
2022-10-15chore: upgrade rusty_v8 to 0.53.0 (#16272)Bartek Iwańczuk
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-10-07feat(core): Reorder extension initialization (#16136)Jakub Łabor
2022-10-07chore: upgrade rusty_v8 to 0.52.0 (#16183)Bartek Iwańczuk
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande
2022-10-02fix(serde_v8): serialize objects with numeric keys correctly (#15946)Darshan Sen
2022-09-30refactor(ext/http): remove op_http_read (#16096)Luca Casonato
2022-09-291.26.0denobot
2022-09-28feat(core): add Deno.core.setPromiseHooks (#15475)Guilherme Bernal
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith
2022-09-23feat(ops): Fallible fast ops (#15989)Aapo Alasuutari
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22examples(core): panik (#15983)Aaron O'Mullan
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-19perf(core): use single ObjectTemplate for ops in `initialize_ops` (#15959)Divy Srivastava
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-17chore: upgrade rusty_v8 to v0.50.0 (#15762)Darshan Sen
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-10perf: optimize URL serialization (#15663)Divy Srivastava