summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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