summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-31fix(ext/node): tty streams extends net socket (#21026)Divy Srivastava
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-30feat(doc): support multiple file entry (#21018)Bartek Iwańczuk
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-30chore: remove usage of chrono::Utc::now() (#20995)Divy Srivastava
2023-10-30chore: upgrade rsa to 0.9 (#21016)Divy Srivastava
2023-10-28chore: use is_terminal in atty (#21010)Divy Srivastava
2023-10-28chore: bump quick-junit to 0.3.5 (#21004)Divy Srivastava
2023-10-28fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)Divy Srivastava
2023-10-27feat(task): add `head` command (#20998)David Sherret
2023-10-28chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003)Bartek Iwańczuk
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore(ext/crypto): upgrade to ring 0.17 (#20824)Divy Srivastava
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-27feat: rename Deno.Server to Deno.HttpServer (#20842)Luca Casonato
2023-10-27fix(ext/http): patch regression in variadic args to serve handler (#20796)Jared Flatow
2023-10-26feat(doc): display non-exported types referenced in exported types (#20990)David Sherret
2023-10-26fix(unstable/byonm): improve error messages (#20987)David Sherret
2023-10-26chore(deps): bump rustix from 0.38.14 to 0.38.19 (#20935)dependabot[bot]
2023-10-26refactor: op_sleep uses op2 macro (#20908)Bartek Iwańczuk
2023-10-26fix: add 'unstable' property to config json schema (#20984)David Sherret
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-10-25perf(lsp): fix redundant walk when collecting tsc code lenses (#20974)Nayeem Rahman
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-25build: fix lsp benchmark (#20969)Nayeem Rahman
2023-10-24ci: remove "Test examples debug" (#20966)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-24perf(lsp): cleanup workspace settings scopes (#20937)Nayeem Rahman
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-23docs(event): fixlets to code comments (#20944)Jérôme Benoit
2023-10-22fix(polyfill): correctly handle flag when its equal 0 (#20953)sigmaSd
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-19refactor: add WatcherCommunicator helper struct (#20927)Bartek Iwańczuk
2023-10-18fix(ext/node): process.argv0 (#20925)Bartek Iwańczuk
2023-10-17fix(lsp): include mtime in tsc script version (#20911)Nayeem Rahman
2023-10-17feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is abse...Nayeem Rahman
2023-10-16fix(lsp): show diagnostics for untitled files (#20916)Nayeem Rahman
2023-10-17fix(node): resolve file.d specifiers in npm packages (#20918)David Sherret
2023-10-13fix(lsp): don't commit registry completions on "/" (#20902)Nayeem Rahman
2023-10-13perf(ext/streams): optimize streams (#20649)Marcos Casagrande
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-12feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)Nayeem Rahman
2023-10-12perf(lsp): fix redundant file reads (#20802)Nayeem Rahman