summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-07-20refactor(ext/http): Use const thread-local initializer for slightly better pe...Matt Mastracci
2023-07-20perf(lsp): format in a blocking task (#19883)David Sherret
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-19fix(ext/http): Error on deprecated/unavailable features (#19880)Matt Mastracci
2023-07-19fix(napi): update env_test.js (#19876)Bartek Iwańczuk
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-19fix(node/http): call callback after request is sent (#19871)Leo Kettmeir
2023-07-19fix(runtime): print process name in case of spawn error (#19855)sigmaSd
2023-07-19fix(node/net): Server connection callback include socket value (#19779)Leo Kettmeir
2023-07-18fix(ext/node): check if resource can be used with write_vectored (#19868)Divy Srivastava
2023-07-18fix(node): add process.dlopen API (#19860)Bartek Iwańczuk
2023-07-17chore: disable rustls logging (#19859)Bartek Iwańczuk
2023-07-17fix(npm): support dynamic import of Deno TS from npm package (#19858)David Sherret
2023-07-17fix(bench): run warmup benchmark to break JIT bias (#19844)Bartek Iwańczuk
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-17fix(ext/node): fix stream/promises export (#19820)await-ovo
2023-07-14fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...David Sherret
2023-07-14fix(npm): improve error message importing non-existent file in a node_modules...David Sherret