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
/
ffi
/
00_ffi.js
Age
Commit message (
Expand
)
Author
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-04
refactor(ext): align error messages (#25310)
Ian Bull
2024-05-30
BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)
Aapo Alasuutari
2024-05-28
BREAKING(ffi/unstable): always return u64 as bigint (#23981)
Divy Srivastava
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-09
perf: remove knowledge of promise IDs from deno (#21132)
Matt Mastracci
2023-10-05
chore(ext/ffi): migrate from op -> op2 for ffi (#20509)
Matt Mastracci
2023-05-07
fix(ext/ffi): UnsafeCallback can hang with 'deno test' (#19018)
Aapo Alasuutari
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-04-14
fix(core): Use safe primordials wrappers (#18687)
Kenta Moriuchi
2023-04-03
feat(ext/ffi): support marking symbols as optional (#18529)
Dj
2023-04-02
chore: Turn back on dlintPreferPrimordials (#17715)
Kenta Moriuchi
2023-04-01
fix(ext/ffi): crash when same reference struct is used in two fields (#18531)
Dj
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor: move "pathFromURL" to deno_web extension (#18037)
Bartek Iwańczuk
2023-03-05
feat(ext/ffi): Make External pointers keep reference to V8 buffer (#17955)
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-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-15
fix(ext/ffi): use SafeMap in getTypeSizeAndAlignment (#17305)
Garcia
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-20
chore: Update dlint (#17031)
Kenta Moriuchi
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-10-13
fix(ext/ffi): Invalid 'function' return type check logic, remove U32x2 as unn...
Aapo Alasuutari
2022-09-05
feat(ext/ffi): Support bool FFI type (#15754)
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
feat(ext/ffi): Add static method variants to Deno.UnsafePointerView (#15146)
Aapo Alasuutari
2022-07-28
perf(ext/ffi): use fast api calls for 64bit return types (#15313)
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
2022-07-09
fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop mi...
Aapo Alasuutari
2022-06-29
perf(ext/ffi): optimize synchronous calls (#14945)
Divy Srivastava
2022-06-28
feat(ext/ffi): Thread safe callbacks (#14942)
Aapo Alasuutari
2022-06-20
BREAKING(ext/ffi): Remove `Deno.UnsafePointer` indirection (#14915)
Divy Srivastava
2022-06-20
feat(ext/ffi): Callbacks (#14663)
Aapo Alasuutari
2022-06-08
feat(ext/ffi): support passing and returning bigints (#14523)
Elias Sjögreen
2022-02-18
feat(ext/ffi): Support read only global statics (#13662)
Aapo Alasuutari
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
[next]