summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-20reviewHEADmainBartek Iwańczuk
2024-11-19Merge branch 'main' into mainBartek Iwańczuk
2024-11-19feat(compile): ability to embed directory in executable (#26939)David Sherret
2024-11-20Merge branch 'main' into haturatu/mainBartek Iwańczuk
2024-11-20dedup, rename, fix testsBartek Iwańczuk
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-19feat(fmt): support SQL (#26750)João Baptista
2024-11-19refactor: update deno_doc, use prismjs, remove internal reference html genera...Leo Kettmeir
2024-11-20Merge branch 'denoland:main' into mainhaturau
2024-11-19fix(node): handle resolving ".//<something>" in npm packages (#26920)David Sherret
2024-11-19feat(task): dependencies (#26467)David Sherret
2024-11-19feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)Divy Srivastava
2024-11-18feat(ext/fetch): Make fetch client parameters configurable (#26909)Yusuke Tanaka
2024-11-18feat(ext/http): Make http server parameters configurable (#26785)Yusuke Tanaka
2024-11-19fix(node/crypto): support promisify on generateKeyPair (#26913)Marvin Hagemeister
2024-11-18feat(runtime): remove public OTEL trace API (#26854)Luca Casonato
2024-11-18feat: fmt and lint respect .gitignore file (#26897)Bartek Iwańczuk
2024-11-18fix(lsp): ignore editor indent settings if deno.json is present (#26912)Nayeem Rahman
2024-11-18perf(windows): delay load webgpu and some other dlls (#26917)David Sherret
2024-11-18perf(compile): code cache (#26528)David Sherret
2024-11-18chore: temporarily disable dns tests for Node compat (#26915)Bartek Iwańczuk
2024-11-17feat(cli): support multiple env file argument (#26527)Bhuwan Pandit
2024-11-17chore: Make ext/net/tcp.rs public (#26891)Benjamin Swerdlow
2024-11-17fix(ext/webgpu): Create GPUQuerySet converter before usage (#26883)reczkok
2024-11-16chore: reenable some tests disabled during Deno 1->2 migration (#26898)Bartek Iwańczuk
2024-11-16fix(ext/node): increase tolerance for interval test (#26899)Bartek Iwańczuk
2024-11-16feat(jupyter): Add `Deno.jupyter.image` API (#26284)Bartek Iwańczuk
2024-11-16fix(ext/node): New async setInterval function to improve the nodejs compatibi.../usr/bin/cat
2024-11-16feat(watch): log which file changed on HMR or watch change (#25801)HasanAlrimawi
2024-11-16fix(ext/cache): gracefully error when cache creation failed (#26895)Bartek Iwańczuk
2024-11-16fix(cli): show prefix hint when installing a package globally (#26629)Miguel Rodrigues
2024-11-16feat(task): support object notation, remove support for JSDocs (#26886)Bartek Iwańczuk
2024-11-15refactor: use boxed_error in some places (#26887)David Sherret
2024-11-15fix: update message for unsupported schemes with npm and jsr (#26884)Bartek Iwańczuk
2024-11-15feat(fetch): accept async iterables for body (#26882)Luca Casonato
2024-11-15feat(lsp): auto-imports with @deno-types directives (#26821)Nayeem Rahman
2024-11-15feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...Sahand Akbarzadeh
2024-11-15perf: use available system memory for v8 isolate memory limit (#26868)Bartek Iwańczuk
2024-11-15chore: remove some unused tests (#26878)Bartek Iwańczuk
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-14feat(cli): add `--unstable-node-globals` flag (#26617)Marvin Hagemeister
2024-11-14fix: otel resiliency (#26857)snek
2024-11-14chore: upgrade runtimelib (jupyter) to 0.19 (#26862)Kyle Kelley
2024-11-13fix(cli): preserve comments in doc tests (#26828)Yusuke Tanaka
2024-11-13fix(fmt): error instead of panic on unstable format (#26859)David Sherret
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13fix(ext/node): zlib.crc32() (#26856)Divy Srivastava
2024-11-13fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)Divy Srivastava
2024-11-13chore: update denokv_* (#26850)Luca Casonato
2024-11-13feat: upgrade V8 to 13.0 (#26851)Bartek Iwańczuk