summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-11-17chore: make http benches more reliable to start (#21240)Matt Mastracci
2023-11-17chore: fix and deflake cert store fetch tests (#21241)Matt Mastracci
2023-11-17ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238)David Sherret
2023-11-17chore: update to Rust 1.74 (#21210)林炳权
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-16fix(doc): issue discovering re-exports of re-exports sometimes (#21223)David Sherret
2023-11-16fix(npm): support cjs entrypoint in node_modules folder (#21224)David Sherret
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-15fix: use short git hash for deno version (#21218)Bartek Iwańczuk
2023-11-15fix(cli): Allow executable name start with digit (#21214)Bolat Azamat
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-15fix(runtime): fix Deno.noColor when stdout is not tty (#21208)Yoshiya Hinosawa
2023-11-14feat(lsp): upgrade check on init and notification (#21105)Nayeem Rahman
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-14fix(ext/node): add APIs perf_hook.performance (#21192)Bartek Iwańczuk
2023-11-14fix(ext/web): webstorage has trap for symbol (#21090)Kenta Moriuchi
2023-11-13chore: remove duplicate esnext.dispoable (#21184)David Sherret
2023-11-13chore(cli): unflake signal test (#21185)Matt Mastracci
2023-11-13chore(ext/web): use a non-resource stream for textDecoderStreamCleansUpOnCanc...Matt Mastracci
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-12fix(lsp): update tsconfig after refreshing settings on init (#21170)Nayeem Rahman
2023-11-12fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...Florian Schwalm
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-11chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)Matt Mastracci
2023-11-11fix(ext/node): Re-enable alloc max size test (#21059)Kenta Moriuchi
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-10chore(cli): Migrate some unit tests to "Promise.withResolvers()" (#21128)Tareque Md Hanif
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-11-10perf(cli): strace mode for ops (undocumented) (#21131)Matt Mastracci
2023-11-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-11-10chore: remove primordial usage from 40_testing.js (#21140)Divy Srivastava
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-10fix(test) reduce queue persistence test time from 60 secs to 6 secs (#21142)Igor Zinkovsky
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-08fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)btoo
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
2023-11-07fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...Aravind
2023-11-07fix(node): cjs export analysis should probe for json files (#21113)David Sherret
2023-11-07fix(node): inspect ancestor directories when resolving cjs re-exports during ...David Sherret
2023-11-07chore: bump deno_core (#21102)Matt Mastracci
2023-11-07docs: improve some JSDoc (#20841)Luca Casonato
2023-11-07fix(node/http): socket.setTimeout (#20930)Gasman