summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-09fix(lsp): completions for using decl identifiers (#23748)David Sherret
2024-05-09refactor(ext/tls): Implement required functionality for later SNI support (#2...Matt Mastracci
2024-05-09fix(lsp): move sloppy import resolution from loader to resolver (#23751)Nathan Whitaker
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-08fix(runtime): allow nul device on windows (#23741)Matt Mastracci
2024-05-08chore: cleanup some coverage tests (#23738)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-08fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)David Sherret
2024-05-08chore: speed up test_multi_task test on Windows (#23737)David Sherret
2024-05-08refactor(lsp): cleanup partially locking methods (#23723)Nayeem Rahman
2024-05-07fix(jsr): panic when importing jsr package with deps via https (#23728)David Sherret
2024-05-07fix: DOMException doesn't throw on __callSitesEvals (#23729)Bartek Iwańczuk
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
2024-05-07fix(runtime): allow r/w access to /etc without --allow-all (#23718)Luca Casonato
2024-05-07fix(ext/web): properly handle `Blob` case for `createImageBitmap` (#23518)Hajime-san
2024-05-07refactor(lsp): reland move resolver fields to LspResolver (#23685)Nayeem Rahman
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-07chore: Bump deno_core (#23722)Nathan Whitaker
2024-05-06fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)Nathan Whitaker
2024-05-06chore: (Hopefully) make `jupyter_execute_request` test less flaky (#23689)Nathan Whitaker
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-05-06fix(ext/node): napi_get_element and napi_set_element work with objects (#23713)Bartek Iwańczuk
2024-05-06fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & G...Hajime-san
2024-05-05fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minifie...David Sherret
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-05-05chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)David Sherret
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-05-05fix(workers): `importScripts` concurrently and use a new `reqwest::Client` pe...David Sherret
2024-05-05chore: fix outdated note in `runtime/js/README.md` (#23673)Antoine du Hamel
2024-05-04fix(publish): public api - trace parent classes & interfaces when following a...David Sherret
2024-05-04fix(lsp): handle multiline semantic tokens (#23691)Nayeem Rahman
2024-05-03chore: maybe make watcher tests less flaky (#23683)David Sherret
2024-05-03fix(lsp): always cache all npm packages (#23679)David Sherret
2024-05-03refactor(lsp): cleanup cache and module registry update (#23620)Nayeem Rahman
2024-05-03refactor(tests): move worker_threads itests to spec tests (#23648)Satya Rohith
2024-05-03chore(tests/specs): ability to have sub tests in file (#23667)David Sherret
2024-05-03chore: move cert itests to spec tests (#23607)David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-05-02fix(test): proper type checking for files with doc tests (#23654)Leo Kettmeir
2024-05-02fix(ext/node): check resource exists before close (#23655)Satya Rohith
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-05-01fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...Nathan Whitaker
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-05-01chore(cli): add permission test (#23633)Matt Mastracci
2024-05-01chore: make a couple repl tests less flaky (#23636)David Sherret
2024-05-01ci: use -A for wpt script (#23631)Nayeem Rahman
2024-05-011.43.0 (#23629)denobot