summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-01-06fix(core): get v8 console from context extra bindings (#17243)Chengzhong Wu
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-26chore(core): Make `OpCtx` instances be realm-specific (#17174)Andreu Botella
2022-12-23fix(core): run macrotasks and next ticks after polling dynamic imports (#17173)Bartek Iwańczuk
2022-12-22fix: rejected dynamic import should retain error context (#17160)Bartek Iwańczuk
2022-12-21fix(core): Do not print errors prop for non-AggregateError errors (#17123)Kamil Ogórek
2022-12-20fix(core): Have custom errors be created in the right realm (#17050)Andreu Botella
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)Leo Kettmeir
2022-12-17fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-17chore(core): Small realm-related fixes (#17044)Andreu Botella
2022-12-16refactor(core): allow to listen for notifications in LocalInspectorSession (#...Bartek Iwańczuk
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
2022-12-13chore(core): Deduplicate `event_loop_pending_state` (#17039)Andreu Botella
2022-12-13refactor(core): add more information when unable to build error (#17027)Bartek Iwańczuk
2022-12-12feat: add `--inspect-wait` flag (#17001)Bartek Iwańczuk
2022-12-06fix(test): handle scenario where --trace-ops would cause an unhandled promise...David Sherret
2022-12-06npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)Bartek Iwańczuk
2022-12-04revert: Inspector changes (#16939)Bartek Iwańczuk
2022-12-03fix(inspector): even if already woken, always schedule an interrupt (#16910)Bert Belder
2022-12-02fix(inspector): allow to poll session with reentry (#16863)Bartek Iwańczuk
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
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