summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-08feat(ext/ffi): structs by value (#15060)Dj
2023-01-06fix(npm): handle declaration file resolution where packages incorrectly defin...David Sherret
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-28fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp (#17...Kamil Ogórek
2022-12-28feat(unstable): Add Deno.Conn.ref()/unref() (#17170)Bartek Iwańczuk
2022-12-23fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)Kamil Ogórek
2022-12-22fix(ext): Add checks for owning properties in for-in loops (#17139)Kenta Moriuchi
2022-12-20chore: bump deno_fetch and deno_http versions (#17124)Ryan Dahl
2022-12-20fix(ext/http): close stream on resp body error (#17126)Luca Casonato
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-19fix: display URL in invalid URL error (#17128)Leo Kettmeir
2022-12-19fix(npm): conditional exports with --node-modules-dir (#17111)Bartek Iwańczuk
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-15fix(npm): improve exports resolution when type checking (#17071)David Sherret
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
2022-12-14feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...Bartek Iwańczuk
2022-12-13feat(napi): improve napi coverage (#16198)Divy Srivastava
2022-12-13docs: use example & default tags (#17032)Leo Kettmeir
2022-12-12refactor(ext/ffi): split into multiple parts (#16950)Divy Srivastava
2022-12-07feat(fmt): improve width calculation (#16982)David Sherret
2022-12-07fix(ext/websocket): Reland make try_send ops infallible (#16968)Divy Srivastava
2022-12-06fix(ext/fetch): new Request should soft clone (#16869)Luca Casonato
2022-12-05refactor: remove references to Deno.core in bootstrap code (#16937)Bartek Iwańczuk
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-12-01perf(ext/websocket): skip Events constructor checks (#16365)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30fix(npm): improve package.json exports support for types (#16880)David Sherret
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-30fix(ext/web): fix typings for readable stream readers (#16191)ud2
2022-11-29fix(ext/node): allow absolute path in createRequire (#16853)Yoshiya Hinosawa
2022-11-28fix(npm): don't resolve JS files when resolving types (#16854)David Sherret
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-27fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)Aapo Alasuutari
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
2022-11-27Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...Bartek Iwańczuk
2022-11-26feat(ops): support raw pointer arguments (#16826)Divy Srivastava
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-24fix(npm/types): resolve main entrypoint declaration file when no types entry ...David Sherret
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka