summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-25test(ext/ffi): Increase timeout value in event loop integration test callback...Aapo Alasuutari
2023-03-25fix(ext/node): add aes-128-ecb algorithm support (#18412)Yoshiya Hinosawa
2023-03-25chore: update wpt again (#18384)Kenta Moriuchi
2023-03-24ci: fix main (#18420)David Sherret
2023-03-24chore: fix located_script_name test (#18418)David Sherret
2023-03-24chore(types): fix type checking errors in 99_main_compiler.js (#18403)David Sherret
2023-03-24feat(ext/node): implement crypto.createSecretKey (#18413)Divy Srivastava
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-23fix(core): located_script_name macro was using format syntax (#18388)Matt Mastracci
2023-03-23fix(core): panic at build time if extension code contains anything other than...Matt Mastracci
2023-03-23chore: forward v1.32.1 release commit to main (#18399)denobot
2023-03-23core: disable resizable ArrayBuffer and growable SharedArrayBuffer (#18395)Bartek Iwańczuk
2023-03-23fix(cli): restore `deno run -` to handle stdin as typescript (#18391)Cre3per
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-23refactor(lsp): add `LspClientUrl` (#18376)David Sherret
2023-03-23refactor(ext/node): Use Deno.inspect (#17960)Ryan Dahl
2023-03-23refactor(core): move setting up snapshot context to JsRuntime::snapshot (#18383)Bartek Iwańczuk
2023-03-23refactor(init): remove CURRENT_STD_URL (#18375)Bartek Iwańczuk
2023-03-23fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...David Sherret
2023-03-22chore: update ext/ code to only use ASCII (#18371)Matt Mastracci
2023-03-23chore(ext/kv): create basic README.md (#18370)Matt Mastracci
2023-03-221.32.0 (#18367)denobot
2023-03-22fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...Heyang Zhou
2023-03-22chore(ext/kv): disable ci tests on darwin (#18364)Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22docs(JsRealm.execute_script): adding info and doc test about the isolate para...Vagelis Prokopiou
2023-03-22chore(test_util): replace tempdir code w/tempdir crate (#18340)Matt Mastracci
2023-03-22test: ignore flaky node:child_process tests (#18360)Bartek Iwańczuk
2023-03-22ci: bump deno version used in release scripts (#18353)David Sherret
2023-03-22chore(cli): measure performance against wall-clock (#18357)Matt Mastracci
2023-03-22chore(cli): ensure no signal on test exit (#18354)Matt Mastracci
2023-03-22fix: include error in message about not being able to create the TypeScript c...David Sherret
2023-03-22chore(cli): disable flash_test as it is causing SIGSEGV (#18358)Matt Mastracci
2023-03-22Revert "chore: update wpt (#18335)" (#18355)Bartek Iwańczuk
2023-03-22chore: update wpt (#18335)Kenta Moriuchi
2023-03-22test: ignore fetchWithInvalidContentLength and fetchConnectionError on Window...Bartek Iwańczuk
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22chore: upgrade rusty_v8 to 0.66.0 (#18339)Bartek Iwańczuk
2023-03-22test: mark two unit tests as flaky (#18344)Bartek Iwańczuk
2023-03-22fix(ext/kv): don't request permissions for ":memory:" (#18346)Nayeem Rahman
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-21test: disable macos_shared_libraries test (#18342)Bartek Iwańczuk
2023-03-22perf: disable WAL for transpiled source cache (#18084)Bartek Iwańczuk
2023-03-21Revert "fix(cli) Better error messages on corrupt databases that aren… (#18...Bartek Iwańczuk
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-21perf(check): type check local files only when not using `--all` (#18329)David Sherret
2023-03-21chore: update formatting configuration (#18331)Bartek Iwańczuk