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
/
test_ffi
/
tests
Age
Commit message (
Expand
)
Author
2024-02-12
chore: move test_ffi and test_nap to tests/ [WIP] (#22394)
Matt Mastracci
2024-02-07
feat: ARM64 builds (#22298)
Matt Mastracci
2024-01-24
feat: deprecate `Deno.resources()` (#22059)
Asher Gomez
2024-01-23
feat: warn when using --unstable, prefer granular flags (#21452)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-12
perf(ext/ffi): switch from middleware to tasks (#21239)
Matt Mastracci
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-11-01
chore: upgrade deno_core (#21036)
Bartek Iwańczuk
2023-10-28
fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)
Divy Srivastava
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-10-05
chore(ext/ffi): migrate from op -> op2 for ffi (#20509)
Matt Mastracci
2023-08-21
feat(unstable): Improve FFI types (#20215)
Aapo Alasuutari
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
2023-06-28
fix(test_ffi): thread_safe_callback is flaky (#19640)
Aapo Alasuutari
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-04-03
feat(ext/ffi): support marking symbols as optional (#18529)
Dj
2023-04-01
fix(ext/ffi): crash when same reference struct is used in two fields (#18531)
Dj
2023-03-25
test(ext/ffi): Increase timeout value in event loop integration test callback...
Aapo Alasuutari
2023-03-05
feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955)
Aapo Alasuutari
2023-02-26
chore(ext/ffi): Use queueMicrotask in tests (#17954)
Aapo Alasuutari
2023-02-22
fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)
Aapo Alasuutari
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-12
perf(ext/ffi): Revert UTF-8 validity check from getCString (#17741)
Aapo Alasuutari
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-21
fix(ext/ffi): disallow empty ffi structs (#17487)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-08
feat(ext/ffi): structs by value (#15060)
Dj
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-03
feat(ext/ffi): better type hints for Deno.dlopen (#16874)
阿豪
2022-11-27
fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)
Aapo Alasuutari
2022-10-21
fix(ext/ffi): Use BufferSource for FFI buffer types (#16355)
Aapo Alasuutari
2022-10-20
feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)
Aapo Alasuutari
2022-10-20
perf(ext/ffi): Fast UnsafePointerView read functions (#16351)
Aapo Alasuutari
2022-10-15
fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)
Aapo Alasuutari
2022-09-07
feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)
Arnau Orriols
2022-09-05
feat(ext/ffi): Support bool FFI type (#15754)
Aapo Alasuutari
2022-09-01
fix(ext/ffi): Fix pointer types (#15730)
Aapo Alasuutari
2022-08-23
BREAKING(ext/ffi): specialized `buffer` type (#15518)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-05
fix(ext/ffi): Check CStr for UTF-8 validity on read (#15318)
Aapo Alasuutari
2022-07-28
perf(ext/ffi): use fast api calls for 64bit return types (#15313)
Divy Srivastava
2022-07-27
perf(ext/ffi): support Uint8Array in fast calls (#15319)
Divy Srivastava
2022-07-24
feat(ext/ffi): Safe number pointers (#15173)
Aapo Alasuutari
2022-07-23
feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143)
Aapo Alasuutari
2022-07-22
perf(ext/ffi): Optimise common pointer related APIs (#15144)
Aapo Alasuutari
[next]