summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-12fix(node/http2): fixes to support grpc (#20712)Bartek Iwańczuk
2023-10-12chore(task): remove warning for npm "scripts" (#20880)Nayeem Rahman
2023-10-11docs: update readme hello world example (#20874)Mark A. Hershberger
2023-10-11fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)David Sherret
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-10fix(lsp): normalize "deno:" urls statelessly (#20867)Nayeem Rahman
2023-10-10chore: disable another flaky Node compat test (#20872)Bartek Iwańczuk
2023-10-10fix(bench): use total time when measuring wavg (#20862)Nayeem Rahman
2023-10-10feat(ext/web): cancel support for TransformStream (#20815)Luca Casonato
2023-10-10refactor(lsp): add "deno.reloadImportRegistries" as a command (#20823)Nayeem Rahman
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato