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
Age
Commit message (
Expand
)
Author
2022-12-13
chore(core): Deduplicate `event_loop_pending_state` (#17039)
Andreu Botella
2022-12-13
refactor(core): add more information when unable to build error (#17027)
Bartek Iwańczuk
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-12-06
fix(test): handle scenario where --trace-ops would cause an unhandled promise...
David Sherret
2022-12-06
npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)
Bartek Iwańczuk
2022-12-04
revert: Inspector changes (#16939)
Bartek Iwańczuk
2022-12-03
fix(inspector): even if already woken, always schedule an interrupt (#16910)
Bert Belder
2022-12-02
fix(inspector): allow to poll session with reentry (#16863)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-12-01
chore: forward v1.28.3 release commit to main (#16884)
denobot
2022-11-30
chore: upgrade rusty_v8 to 0.58.0 (#16879)
Bartek Iwańczuk
2022-11-30
chore: remove unnecessary lifetimes (#16878)
David Sherret
2022-11-28
feat(core): show unresolved promise origin (#16650)
Bartek Iwańczuk
2022-11-27
feat(ops): fast calls for Wasm (#16776)
Divy Srivastava
2022-11-27
feat(core): support initializing extensions with and without JS (#16789)
Bartek Iwańczuk
2022-11-27
feat(core): send "executionContextDestroyed" notification on program end (#16...
Bartek Iwańczuk
2022-11-26
fix(inspector): send "isDefault" in aux data (#16836)
Bartek Iwańczuk
2022-11-26
chore: update rusty_v8 to 0.56.1 (#16835)
Bartek Iwańczuk
2022-11-24
chore: forward v1.28.2 release commit to main (#16796)
denobot
2022-11-24
refactor(core): fix typo in ops_builtin.rs (#16613)
Ikko Ashimine
2022-11-22
chore: workspace inheritance (#16343)
Leo Kettmeir
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-17
chore: forward v1.28.1 release commit to main (#16678)
denobot
2022-11-13
1.28.0 (#16620)
denobot
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-11-11
fix(npm): disable npm specifiers in import.meta.resolve() (#16599)
Bartek Iwańczuk
2022-11-11
feat(ops): implement fast lazy async ops (#16579)
Divy Srivastava
2022-11-10
perf(core): minimize trivial heap allocations in `resolve_async_ops` (#16584)
Divy Srivastava
2022-11-09
chore: forward v1.27.2 release commit to main (#16572)
denobot
2022-11-08
refactor: simplify deno_core's grab_global and ensure_objs (#16564)
Ryan Dahl
2022-11-04
chore: forward v1.27.1 release commit to main (#16533)
denobot
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
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
1.27.0 (#16442)
denobot
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-26
fix(core) Include causes when converting anyhow errors to JS exceptions (#16397)
Jan Špaček
2022-10-26
core: enable --harmony-change-array-by-copy V8 flag (#16429)
Bartek Iwańczuk
2022-10-26
feat(cli): show error cause recursion information (#16384)
Cre3per
2022-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-25
fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)
David Sherret
2022-10-25
perf(core): avoid isolate slots for ModuleMap (#16409)
Divy Srivastava
2022-10-25
feat(ext/web): use ArrayBuffer.was_detached() (#16307)
Marcos Casagrande
2022-10-24
perf(ext/streams): fast path when consuming body of tee'd stream (#16329)
Marcos Casagrande
2022-10-21
perf(core): don't access isolate slots for JsRuntimeState (#16376)
Divy Srivastava
2022-10-21
chore(core): remove `core.opSync` (#16379)
Divy Srivastava
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
[next]