summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2023-12-26refactor: fastwebsockets renames (#21707)Bartek Iwańczuk
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-24chore: bump deno_core (#21675)Matt Mastracci
2023-12-24refactor: use hyper 1.0 in grpc test server (#21584)Bartek Iwańczuk
2023-12-23refactor: upgrade inspector server to Hyper 1.1 (#21599)Bartek Iwańczuk
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-13chore(runtime): fix build (#21563)Matt Mastracci
2023-12-131.39.0 (#21560)denobot
2023-12-13fix (doc): Typo in `runtime/README.md` (#20020)pk
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-13fix(runtime): Make native modal keyboard interaction consistent with browsers...lionel-rowe
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-12refactor: nicer warning display (#21547)Bartek Iwańczuk
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08fix(unstable): Honor granular unstable flags in js runtime (#21466)Julien Cayzac
2023-12-08chore: use primordials in 40_testing.js (#21422)Divy Srivastava
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-06fix: display unstable flags at bottom of help text (#21468)David Sherret
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-12-01fix(perm): allow-net with port 80 (#21221)Ian Bull
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-28chore(ext/kv): update denokv crates (#21357)Igor Zinkovsky
2023-11-28chore: fix formatting (#21364)David Sherret
2023-11-27chore: bump deno_core (#21351)Matt Mastracci
2023-11-26refactor: use new poll methods from JsRuntime (#21302)Bartek Iwańczuk
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-22fix(runtime): fix for panic in classic workers (#21300)Matt Mastracci
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-20fix: Deno.noColor should not be true when NO_COLOR is empty string (#21275)David Sherret
2023-11-20chore: fix `__runtime_js_sources` feature flag (#21265)Divy Srivastava
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-17chore: update to Rust 1.74 (#21210)林炳权
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-14refactor: snapshot module for deno_runtime (#21162)Divy Srivastava
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava