summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-19chore(deps): bump rustls from 0.21.10 to 0.21.11 (#23464)dependabot[bot]
2024-04-19perf(lsp): Avoid passing struct into op_resolve (#23452)Nathan Whitaker
2024-04-19feat: upgrade V8 to 12.4 (#23435)Bartek Iwańczuk
2024-04-19FUTURE: remove `Deno.customInspect` (#23453)Asher Gomez
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-18fix(fmt): error for more unterminated nodes (#23449)David Sherret
2024-04-18fix(ext/node): remove unwraps from fallible conversions (#23447)Bartek Iwańczuk
2024-04-19test: fix node_compat_test (#23446)Bartek Iwańczuk
2024-04-18test: deflake tests for rejection handled (#23448)Bartek Iwańczuk
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-04-18chore: make remaining submodules shallow (#23441)David Sherret
2024-04-18chore: remove unused, unstable 'http' namespace (#23436)Matt Mastracci
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-17test(publish): check specifiers outside fast check module graph (#23369)Asher Gomez
2024-04-17perf(lsp): release unused documents (#23398)Nayeem Rahman
2024-04-17chore(lsp): Include new benchmark in the collected benchmark data (#23420)Nathan Whitaker
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-17fix: allow WPT to successfully exit using `--exit-zero` (#23418)Asher Gomez
2024-04-17chore: update WPT (#23389)Asher Gomez
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