summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-31feat(ext/http): Upgrade to hyper1.0-rc4 (#19987)Matt Mastracci
2023-07-31chore(cli): Reduce port conflict in tests (#19988)Matt Mastracci
2023-07-31chore(cli): Fix test that locks up on some M2 macs (#19989)Matt Mastracci
2023-07-31feat(bench): add BenchContext::start() and BenchContext::end() (#18734)Nayeem Rahman
2023-07-30perf(ext/ffi): Avoid receiving on FFI async work channel when no UnsafeCallba...Aapo Alasuutari
2023-07-30fix(ext/compression): throw TypeError on corrupt input (#19979)Marcos Casagrande
2023-07-30fix(Deno.serve): accessing .url on cloned request throws (#19869)Felipe Baltor
2023-07-29chore: remove println in DenoCompileBinaryWriter (#19976)David Sherret
2023-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-07-28refactor(cli/tools): split bench into multiple modules (#19974)Bartek Iwańczuk
2023-07-28fix(npm): improve declaration resolution for filename with different extensio...David Sherret
2023-07-28chore: remove unused dependencies (#19962)Divy Srivastava
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-07-28feat(ext/websocket): allow HTTP(S) protocol in URL (#19862)Leo Kettmeir
2023-07-27fix: do not include jsx without `@ts-check` in tsc roots (#19964)David Sherret
2023-07-27chore: cleanup EmbeddedModuleLoader (#19911)Luca Casonato
2023-07-27fix(node): package path not exported error - add if types resolution was occu...David Sherret
2023-07-27fix: error on invalid & unsupported jsx compiler options (#19954)David Sherret
2023-07-27refactor(cli/test): move reporters to a separate directory (#19957)Bartek Iwańczuk
2023-07-26chore: fix benchmarks (#19958)David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-27feat(cli): Adding JUnit test reports (#19747)Cooper Benson
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-26fix(ext/fs): fix MaybeArc when not sync_fs (#19950)Matt Mastracci
2023-07-261.35.3 (#19947)denobot
2023-07-26fix(task): ensure quoted strings are maintained mid-word (#19944)David Sherret
2023-07-26chore: update chrono dependency (#19943)Bartek Iwańczuk
2023-07-25chore: Bump deno_core (#19940)Matt Mastracci
2023-07-25fix(ext/http): Quietly ignore invalid status codes (#19936)Matt Mastracci
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-25refactor: simplify signature of diagnose_resolution (#19753)Martin Fischer
2023-07-25fix(lint): allow to use --rules with --rules-tags (#19754)Bartek Iwańczuk
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
2023-07-25fix(node): add writable and readable fields to FakeSocket (#19931)Bartek Iwańczuk
2023-07-25fix(ext/net): fix string port number handling in listen (#19921)Yoshiya Hinosawa
2023-07-25docs: nitpick README (#19912)Roj
2023-07-25fix(cli/test): fix clear screen behavior when run `deno test --watch` (#19888)李瑞丰
2023-07-24fix(cli/init): update to `assert/mod.ts` (#19924)sitogi
2023-07-24refactor(ext/node): CjsCodeAnalyzer - analyze_cjs optionally pass source text...David Sherret
2023-07-24fix(node_compat): Wrap require resolve exports in try catch block (#19592)Vedant Pandey
2023-07-23fix(cli): build script panics on musl due to glibc_version check (#19913)Jakub Jirutka
2023-07-24fix(ext/node): inspector with seggregated globals (#19917)Luca Casonato
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-23chore(deps): bump getrandom to 0.2.10 (#19914)Jakub Jirutka
2023-07-22feat(runtime): sys_info.rs - Use KERN_OSRELEASE on {Free,Open}BSD (#19849)VlkrS
2023-07-22chore: update commonjs loading docs (#19904)sigmaSd
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-07-21fix(node/http): add encrypted field to FakeSocket (#19886)Leo Kettmeir
2023-07-20fix(cli): output file handling in deno upgrade (#18994)solach
2023-07-20fix(lsp): auto-discover deno.json in more cases (#19894)David Sherret