summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-16fix(cli): Identify and fix a test deadlock (#23411)Matt Mastracci
2024-04-16fix(ci): Fix bench job (#23410)Nathan Whitaker
2024-04-16feat(check): allow using side effect imports with unknown module kinds (ex. c...David Sherret
2024-04-16chore(lsp): Add benchmark for performance on a large real-world repo (#23395)Nathan Whitaker
2024-04-16fix(cli): TestEventSender should be !Clone (#23405)Matt Mastracci
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-17fix: add `DENO_FUTURE` to `deno --help` (#23368)Asher Gomez
2024-04-16feat(ext/url): add `URL.parse` (#23318)Kenta Moriuchi
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-16chore: forward v1.42.4 commit to `main` (#23394)Bartek Iwańczuk
2024-04-15test: add test for running in V8 jitless mode (#23054)Bartek Iwańczuk
2024-04-16fix(lsp): slice strings by byte index in code actions (#23387)Nayeem Rahman
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk
2024-04-15fix(check): cache bust when changing nodeModulesDir setting (#23355)David Sherret
2024-04-15chore: upgrade deno_core to 0.275.0 (#23383)Bartek Iwańczuk
2024-04-15fix(lsp): improved cjs tracking (#23374)David Sherret
2024-04-15fix(ext/io): Fix NUL termination error in windows named pipes (#23379)Matt Mastracci
2024-04-15refactor: move lifecycle events dispatch to Rust (#23358)Bartek Iwańczuk
2024-04-15fix(ext/node): add stub for AsyncResource#asyncId() (#23372)Divy Srivastava
2024-04-15fix(lsp): ensure project version is incremented when config changes (#23366)David Sherret
2024-04-14refactor(lsp): use fallback resolution in op_resolve() (#23329)Nayeem Rahman
2024-04-14perf: do not clone swc `Program` when transpiling (#23365)David Sherret
2024-04-13fix(publish): do not error for param with initializer before required paramet...David Sherret
2024-04-13fix(ext/node): use ext/io stdio in WriteStream (#23354)Divy Srivastava
2024-04-13fix(ext/node): promise rejection in VM contexts (#23305)Divy Srivastava
2024-04-12fix(publish): handle definite assignment on ts private properties (#23345)David Sherret
2024-04-12perf(lsp): Only deserialize response from `op_respond` once (#23349)Nathan Whitaker
2024-04-12chore(test): use file_test_runner for spec tests (#23348)David Sherret
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12chore: fix nightly builds (#23328)Matt Mastracci
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-04-12chore: update deno_graph (#23340)Luca Casonato
2024-04-12test(compile): dynamic JSR imports are working correctly (#23306)Bartek Iwańczuk
2024-04-12chore: forward v1.42.3 release commit to main (#23335)denobot
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11perf(lsp): use a stub module in tsc for failed resolutions (#23313)Nayeem Rahman
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-11fix(lsp): Denormalize specifiers before calling `$projectChanged` (#23322)Nathan Whitaker
2024-04-11fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...David Sherret
2024-04-11chore: update release doc template (#23299)Bartek Iwańczuk
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-11perf(lsp): replace document registry source cache on update (#23311)Nayeem Rahman
2024-04-10perf(lsp): Only evict caches on JS side when things actually change (#23293)Nathan Whitaker
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-10refactor(lsp): cleanup documents dependents calculation (#23295)Nayeem Rahman
2024-04-10fix(ext/fs): account for all ops in leak checks (#23300)Asher Gomez
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci