0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-31 19:55:15 -05:00
denoland-deno/ext
Aapo Alasuutari e2be70b035
feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)
Makes `op_ffi_ptr_of` fast. One of the tests changed from printing
`false` to `true` as the fast `&[u8]` slice path creates the slice with
a null pointer. Thus the `op_ffi_ptr_of` will now return a null pointer
value whereas previously it returned a dangling pointer value.
2022-10-20 09:37:37 +05:30
..
broadcast_channel chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
cache chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
console chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
crypto chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
fetch chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
ffi feat(ext/ffi): Make op_ffi_ptr_of fast (#16297) 2022-10-20 09:37:37 +05:30
flash perf(ext/flash): optimize path response streams (#16284) 2022-10-19 16:41:47 +05:30
http chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
napi chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
net fix(ext/net): return an error from startTls and serveHttp if the original connection is captured elsewhere (#16242) 2022-10-18 11:28:27 +09:00
node chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
tls chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
url chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
web chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
webgpu chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
webidl chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00
websocket perf(ext/websocket): optimize op_ws_next_event (#16325) 2022-10-19 17:20:41 +05:30
webstorage chore: forward v1.26.2 to main (#16331) 2022-10-17 23:11:16 +02:00