index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2023-02-12
fix(ext/flash): Always send correct number of bytes when handling HEAD reques...
Kamil Ogórek
2023-02-11
feat: add signal option to Deno.resolveDns (#17384)
Leo Kettmeir
2023-02-11
fix(webgpu): use correct op for GPUDevice.createSampler (#17729)
Leo Kettmeir
2023-02-10
refactor(ext/http): use `String.prototype.trim()` instead of regex (#17722)
Bert Belder
2023-02-10
refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)
Bartek Iwańczuk
2023-02-10
refactor: allow to provide polyfills for Node modules from the snapshot (#17706)
Bartek Iwańczuk
2023-02-09
refactor(ext/webidl): use `TypedArrayPrototypeGetSymbolToStringTag` (#17602)
Kenta Moriuchi
2023-02-08
fix: use static Reflect methods in nodeGlobalThis proxy (#17696)
Kamil Ogórek
2023-02-08
fix(ext/console): Only right-align integers in console.table() (#17389)
Waldir Pimenta
2023-02-08
refactor(core): change SourcePair to ExtensionFileSource (#17686)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-07
chore: forward v1.30.3 release commit to main (#17677)
denobot
2023-02-06
refactor(npm): use per-thread package.json cache (#17644)
Bartek Iwańczuk
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-02-05
fix(ext/console): log class for class constructor (#17615)
Gasman
2023-02-03
chore: forward v1.30.2 release commit to main (#17641)
denobot
2023-02-02
fix(webgpu): specify viewFormats in surface configuration (#17626)
Leo Kettmeir
2023-02-02
chore: forward v1.30.1 release commit to main (#17623)
denobot
2023-02-01
fix(napi): return node globalThis from napi_get_global (#17613)
Divy Srivastava
2023-01-30
chore: update webgpu (#17534)
Leo Kettmeir
2023-01-29
fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...
Kenta Moriuchi
2023-01-29
perf(ops): Remove unnecessary fast call fallback options usage (#17585)
Aapo Alasuutari
2023-01-28
fix(napi): guard threadsafe function counters behind a mutex (#17552)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-26
1.30.0 (#17532)
denobot
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-23
fix(napi): handle return value from initializer (#17502)
Divy Srivastava
2023-01-22
fix(napi): correctly handle name in napi_create_function (#17489)
Divy Srivastava
2023-01-21
fix(ext/ffi): disallow empty ffi structs (#17487)
Divy Srivastava
2023-01-20
Revert "perf(ext/websocket): optimize socket.send (#16320)" (#17480)
Leo Kettmeir
2023-01-20
feat: Stabilize Deno.Listener.ref/unref (#17477)
Bartek Iwańczuk
2023-01-18
chore(ext/crypto): Update rsa to 0.7.0 (#16327)
Kyle Willmon
2023-01-18
chore: upgrade base64-simd to 0.8.0 (#17463)
Nugine
2023-01-18
fix(napi): don't hold on to borrow during iteration (#17461)
Bartek Iwańczuk
2023-01-17
chore: forward v1.29.4 release commit to main (#17453)
denobot
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-15
chore(ext/webidl): Add dictionary converter microbenchmark (#17435)
Divy Srivastava
2023-01-15
fix(ext/ffi): use SafeMap in getTypeSizeAndAlignment (#17305)
Garcia
2023-01-15
fix(ext/flash): Fix panic when JS caller doesn't consume request body (#16173)
Isaiah Gamble
2023-01-15
fix(ext/fetch): remove Response.trailer from types (#17284)
Geert-Jan Zwiers
2023-01-15
fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)
Kenta Moriuchi
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-15
fix(ext/fetch) Fix request clone error in flash server (#16174)
Isaiah Gamble
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-15
fix(napi): functions related to errors (#17370)
Bartek Iwańczuk
2023-01-15
fix(ext/flash): Fix typo in 'chunked' flash ops (#17302)
Kamil Ogórek
2023-01-14
fix(ext/flash): Correctly handle errors for chunked responses (#17303)
Kamil Ogórek
2023-01-14
fix(npm): use original node regex in npm resolution (#17404)
Kiryl Dziamura
2023-01-13
fix(napi): allow cleanup hook to remove itself (#17402)
Bartek Iwańczuk
[next]