summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-27fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)Hajime-san
2024-03-27FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087)Asher Gomez
2024-03-27FUTURE: remove `Deno.resources()` (#23095)Asher Gomez
2024-03-27fix(lsp): prefer cache over tsc quick fixes (#23093)Nayeem Rahman
2024-03-26feat: type declarations for new Set methods (#23090)David Sherret
2024-03-26fix(runtime): use FQDN in NetDescriptor (#23084)Nayeem Rahman
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-26fix(kernel): Do not increase counter if store_history=false (#20848)Don Jayamanne
2024-03-26fix(bench): Fix group header printing logic + don't filter out the warmup ben...Nathan Whitaker
2024-03-26feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075)Asher Gomez
2024-03-26refactor(lsp): unify config file data into ConfigTree (#23032)Nayeem Rahman
2024-03-25chore(tests): Introduce integration tests for `jupyter` subcommand (#23074)Nathan Whitaker
2024-03-25feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)David Sherret
2024-03-25fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...Viktor Marinho
2024-03-25test: add test for DENO_FUTURE=1 runtime API (#23065)Bartek Iwańczuk
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-25ci: allow "FUTURE" PR title (#23064)Bartek Iwańczuk
2024-03-24fix: don't panic in test and bench if ops not available (#23055)Bartek Iwańczuk
2024-03-24fix(ext/fetch): make `EventSource` more robust (#22493)ud2
2024-03-24docs(dts): Update edge case in `prompt()` docs (#22954)Sol Boucher
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-24refactor(bench): align ops to testing ops (#23038)Bartek Iwańczuk
2024-03-22perf(cli): use args_os (#23039)Matt Mastracci
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-22refactor(ext/ffi): use v8::Value instead of serde_v8::Value (#23035)Bartek Iwańczuk
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-22refactor(ext/ffi): don't go through serde_v8::Value (#23034)Bartek Iwańczuk
2024-03-22refactor(ext/web): use relative specifiers (#23024)Bartek Iwańczuk
2024-03-22fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)Divy Srivastava
2024-03-22fix(ext/node): add crypto.subtle (#23027)Divy Srivastava
2024-03-22fix(ext/node): add crypto.getRandomValues (#23028)Divy Srivastava
2024-03-21feat(unstable/publish): error when a package's module is excluded from publis...David Sherret
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-21chore: upgrade deno_core to 0.272.0 (#23022)Bartek Iwańczuk
2024-03-21feat(node): load ES modules defined as CJS (#22945)David Sherret
2024-03-21chore: ignore flaky brotli test (#23020)Divy Srivastava
2024-03-21feat: deno_task_shell 0.15 (#23019)David Sherret
2024-03-21feat(ext/node): add riscv64 in process.arch (#23016)Eric Long
2024-03-21chore: bump simd-json and value-trait (#23015)Eric Long
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-21fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)Divy Srivastava
2024-03-21refactor(lsp): factor out workspace walk from resolver update (#22937)Nayeem Rahman
2024-03-21fix: do not memoize `Deno.ppid` (#23006)Divy Srivastava
2024-03-21chore: make DENO_FUTURE a singleton (#23009)Bartek Iwańczuk
2024-03-20chore: update Google Cloud actions (#22839)Asher Gomez
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-03-20chore(ext/buffer): remove use of deprecated `Deno.readAll()` (#22874)Asher Gomez
2024-03-20fix(ext/node): spread args in setImmediate (#22998)Satya Rohith