summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-30chore: remove unnecessary lifetimes (#16878)David Sherret
2022-11-28feat(core): show unresolved promise origin (#16650)Bartek Iwańczuk
2022-11-27feat(ops): fast calls for Wasm (#16776)Divy Srivastava
2022-11-27feat(core): support initializing extensions with and without JS (#16789)Bartek Iwańczuk
2022-11-27feat(core): send "executionContextDestroyed" notification on program end (#16...Bartek Iwańczuk
2022-11-26fix(inspector): send "isDefault" in aux data (#16836)Bartek Iwańczuk
2022-11-26chore: update rusty_v8 to 0.56.1 (#16835)Bartek Iwańczuk
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-24refactor(core): fix typo in ops_builtin.rs (#16613)Ikko Ashimine
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek Iwańczuk
2022-11-11fix(npm): disable npm specifiers in import.meta.resolve() (#16599)Bartek Iwańczuk
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-11-10perf(core): minimize trivial heap allocations in `resolve_async_ops` (#16584)Divy Srivastava
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-08refactor: simplify deno_core's grab_global and ensure_objs (#16564)Ryan Dahl
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
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