summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-21Revert "perf: disable TSC snapshot compression (#18333)" (#18336)Bartek Iwańczuk
2023-03-21chore(cli) Use with_context(|| format!(...)) rather than context(format!(...)...Matt Mastracci
2023-03-21perf: disable TSC snapshot compression (#18333)Bartek Iwańczuk
2023-03-21fix(cli) Better error messages on corrupt databases that aren't automatically...Matt Mastracci
2023-03-21chore(tools): Copyright checker had a bad interpolation (#18328)Matt Mastracci
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-21docs(release): update to include deno_docker release workflow (#18323)David Sherret
2023-03-21chore(core): remove stray log statement (#18322)Bartek Iwańczuk
2023-03-21chore(tools): restore node compat test setup script (#18290)Yoshiya Hinosawa
2023-03-21docs: fix broken `Deno.FsFile#readable` example code (#18277)ayame113
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk
2023-03-20fix(ext/node): use Deno.Command from `ext:runtime` (#18289)Geert-Jan Zwiers
2023-03-20refactor(ext/node): make initialization functions sync (#18282)Bartek Iwańczuk
2023-03-19feat(compile): Add support for web workers in standalone mode (#17657)Andreu Botella
2023-03-20test(ext/node): port _fs tests from std/node (#18262)Max Dahlgren
2023-03-19test(ext/node): add querystring_test.ts and readline_test.ts (#18256)Sanskar Gauchan
2023-03-19test(ext/node): add _fs_access_test.ts and _fs_watch_test.ts (#18249)Sanskar Gauchan
2023-03-19chore: bump http to ^0.29.0 (#18259)Max
2023-03-19fix(runtime): Extract error code for all OS error variants (#17958)Kamil Ogórek
2023-03-19feat(compile): Enable multiple roots for a standalone module graph (#17663)Andreu Botella
2023-03-19chore: update "deno_third_party" submodule (#18274)Bartek Iwańczuk
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18chore(ci): allow 'Reland' PR title prefix (#18273)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18271)Bartek Iwańczuk
2023-03-18chore(bench): add RUNTIME_SNAPSHOT.bin (#18269)Leo Kettmeir
2023-03-18Revert "perf(core): use static specifier in ExtensionFileSource (#182… (#18...Bartek Iwańczuk
2023-03-18chore(cli/tests): move macos_shared_libraries test to macos_test.rs (#18268)Divy Srivastava
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18264)Divy Srivastava
2023-03-18fix(ext/node): add createDecipheriv (#18245)Yoshiya Hinosawa
2023-03-18docs(FFI/UnsafePointerView): fix a typo in a docstring (#18034)Andrew
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-18chore(core): simplify extension config codegen (#18263)Divy Srivastava
2023-03-17fix(cli): preserve blob store when resetting file watcher (#18253)Geert-Jan Zwiers
2023-03-17refactor(core): don't require Clone trait bounds in deno_core::extension (#18...Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-17chore: add tests for node:async_hooks (#18004)Bartek Iwańczuk
2023-03-17fix(cli/integration): clippy lints (#18248)Farsen976
2023-03-17fix(test_util): parse strace usecs/call in total line if present (#18241)Divy Srivastava
2023-03-17chore: add test for macOS shared libraries (#18244)Divy Srivastava
2023-03-17chore(ext/console): add 'quotes' internal option to Deno.inspect (#18183)Yoshiya Hinosawa
2023-03-17perf: disable runtime snapshot compression (#18239)Bartek Iwańczuk
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16chore(ci): allow 'BREAKING' PR title prefix (#18238)Bartek Iwańczuk
2023-03-16chore: bump rusty_v8 to 0.65.0 (#18231)Divy Srivastava
2023-03-16fix(ext/node): resource leak in createHmac (#18229)Divy Srivastava