summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-07-14fix(npm): improve error message on directory import in npm package (#19538)Elian Cordoba
2023-07-14chore: update log, percent-encoding, and rusqlite (#19815)puffyCid
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-13docs: use `Deno.serve` in README (#19805)idanran
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-12chore: disable failing node compat test (#19811)Bartek Iwańczuk
2023-07-11fix(lsp): stop diagnostics flickering (#19803)David Sherret
2023-07-11refactor(lsp): update diagnostics.rs to use structs instead of records (#19799)David Sherret
2023-07-11fix(node/http): add destroy to FakeSocket (#19796)Leo Kettmeir
2023-07-11fix(node/http): allow callback in first argument of end call (#19778)Leo Kettmeir
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-07-10fix(lsp): exclude files in deno.json "exclude" (#19791)David Sherret
2023-07-10refactor(cli): Creating a TestReporter trait (#19786)Cooper Benson
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-07-10perf: add setup cache for node_modules folder (#19787)David Sherret
2023-07-10chore(tests): update info_with_compiled_source to use TestContextBuilder (#19...David Sherret
2023-07-10fix(node/http): server use FakeSocket and add end method (#19660)Leo Kettmeir
2023-07-09chore: upgrade deno_core and rusty_v8 (#19773)Bartek Iwańczuk
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret