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
Age
Commit message (
Expand
)
Author
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-08
feat(ext/ffi): structs by value (#15060)
Dj
2023-01-05
chore: forward v1.29.2 release commit to main (#17277)
denobot
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-15
chore: forward v1.29.1 release commit to main (#17067)
denobot
2022-12-15
1.29.0 (#17052)
denobot
2022-12-12
refactor(ext/ffi): split into multiple parts (#16950)
Divy Srivastava
2022-12-05
fix(ops): disallow auto-borrowing OpState across potential await point (#16952)
Divy Srivastava
2022-12-01
chore: forward v1.28.3 release commit to main (#16884)
denobot
2022-11-27
fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)
Aapo Alasuutari
2022-11-26
feat(ops): support raw pointer arguments (#16826)
Divy Srivastava
2022-11-24
chore: forward v1.28.2 release commit to main (#16796)
denobot
2022-11-22
chore: workspace inheritance (#16343)
Leo Kettmeir
2022-11-17
chore: forward v1.28.1 release commit to main (#16678)
denobot
2022-11-13
1.28.0 (#16620)
denobot
2022-11-09
chore: forward v1.27.2 release commit to main (#16572)
denobot
2022-11-04
chore: forward v1.27.1 release commit to main (#16533)
denobot
2022-10-27
1.27.0 (#16442)
denobot
2022-10-20
chore: upgrade rusty_v8 to 0.54.0 (#16368)
Bartek Iwańczuk
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-17
chore: forward v1.26.2 to main (#16331)
Bartek Iwańczuk
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-10-07
fix(ext/ffi): Fix usize and isize FFI callback parameters missing match arm (...
Aapo Alasuutari
2022-10-06
chore: forward v1.26.1 release commit to main (#16178)
denobot
2022-09-29
1.26.0
denobot
2022-09-22
chore: forward v1.25.4 release commit to main (#16001)
David Sherret
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-09-15
chore: forward v1.25.3 release commit to main (#15919)
Colin Ihrig
2022-09-09
chore: forward v1.25.2 release commit to main (#15831)
denobot
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
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-02
chore: forward v1.25.1 release commit to main (#15735)
denobot
2022-08-25
v1.25.0
Bartek Iwańczuk
2022-08-23
BREAKING(ext/ffi): specialized `buffer` type (#15518)
Divy Srivastava
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-08-11
chore: forward v1.24.3 release commit to main (#15462)
denobot
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-10
fix(ext/ffi): unstable op_ffi_unsafe_callback_ref (#15439)
Luca Casonato
2022-08-08
chore(ext/ffi): remove flaky test (#15426)
Divy Srivastava
2022-08-05
feat(ext/ffi): Add static method variants to Deno.UnsafePointerView (#15146)
Aapo Alasuutari
2022-08-05
fix(ext/ffi): Check CStr for UTF-8 validity on read (#15318)
Aapo Alasuutari
2022-08-05
chore: forward v1.24.2 release commit to main (#15410)
denobot
2022-07-29
Forward 1.24.1 to main (#15333) (#15336)
Colin Ihrig
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
[next]