summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-06feat: TypeScript 5.3 (#21480)David Sherret
2023-12-06feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)Bartek Iwańczuk
2023-12-06fix(task): handle node_modules/.bin directory with byonm (#21386)David Sherret
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-12-06chore: update rustyline to 13.0.0 (#21481)Bartek Iwańczuk
2023-12-06fix(npm): do not create symlink for non-system optional dep in node_modules d...David Sherret
2023-12-07test(ext/node): compare free memory in log scale (#21475)Yoshiya Hinosawa
2023-12-06fix: display unstable flags at bottom of help text (#21468)David Sherret
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-06feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)Yusuke Tanaka
2023-12-05fix(fmt): `"singleQuote": true` should prefer single quote—not always use o...David Sherret
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-12-05fix(ext/kv): throw error if already closed (#21459)Raashid Anwar
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)Matt Mastracci
2023-12-05docs: fix description of FileInfo's mode property (#21366)David Sherret
2023-12-05feat(unstable): kv.watch() (#21147)Luca Casonato
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-04fix: error code used for duplicate version publish (#21457)Luca Casonato
2023-12-04fix: don't error if a version already published (#21455)Luca Casonato
2023-12-03perf(lsp): check tsc request cancellation before execution (#21447)Nayeem Rahman
2023-12-03perf(lsp): fix redundant clones for ts responses (#21445)Nayeem Rahman
2023-12-03fix(ext/node): sign with PEM private keys (#21287)Divy Srivastava
2023-12-03refactor: faster args for op_load in TSC (#21438)Bartek Iwańczuk
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-12-02perf(lsp): fix redundant serialization of sources (#21435)Nayeem Rahman
2023-12-02fix(node): setting process.exitCode should change exit code of process (#21429)David Sherret
2023-12-02fix(cli/installer): percent decode name (#21392)Leo Kettmeir
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01perf(lsp): better op performance logging (#21423)Bartek Iwańczuk
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-12-01fix(fmt): remove trailing comma for single type param in default export in js...David Sherret
2023-12-01fix(perm): allow-net with port 80 (#21221)Ian Bull
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-12-01Update doc for deno fmt `--no-semicolons` arg. (#21414)John Spurlock
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-12-01refactor(lsp): log names (#21413)Bartek Iwańczuk
2023-11-30fix(cron): move deprecated Deno.cron overload (#21407)Igor Zinkovsky
2023-11-30fix: correct the batch upload length (#21401)Luca Casonato
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-30perf(ext/web): Avoid changing prototype by setting hostObjectBrand directly (...Laurence Rowe
2023-11-30fix: batch upload authentication (#21397)Luca Casonato
2023-11-30refactor (parseCssColor): use parseInt, avoid unnecessary coercion (#20856)Jordan Harband
2023-11-30perf(lsp): avoid redundant getNavigationTree() calls (#21396)Nayeem Rahman
2023-11-30perf(lsp): remove throttling of cancellation token (#21395)Bartek Iwańczuk
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-30perf(lsp): cancel ts requests on future drop (#21387)Nayeem Rahman
2023-11-29perf(lsp): add performance marks for TSC requests (#21383)Bartek Iwańczuk