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
/
callback.rs
Age
Commit message (
Expand
)
Author
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-10-14
refactor(ext/ffi): use concrete error types (#26170)
Leo Kettmeir
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-04
refactor(ext): align error messages (#25310)
Ian Bull
2024-08-21
feat: Upgrade V8 to 12.9 (#25138)
Bartek Iwańczuk
2024-05-28
BREAKING(ffi/unstable): always return u64 as bigint (#23981)
Divy Srivastava
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-10
chore: update to Rust 1.77.2 (#23262)
林炳权
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-09-27
chore(ext/ffi): migrate part of FFI to op2 (#20699)
Matt Mastracci
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-07-30
perf(ext/ffi): Avoid receiving on FFI async work channel when no UnsafeCallba...
Aapo Alasuutari
2023-06-07
refactor(core): use JoinSet instead of FuturesUnordered (#19378)
Bartek Iwańczuk
2023-05-08
perf(ext/ffi): Use `Box<[NativeType]>` in CallbackInfo parameters (#19032)
Aapo Alasuutari
2023-05-07
fix(ext/ffi): Callbacks panic on returning isize (#19022)
Aapo Alasuutari
2023-05-07
fix(ext/ffi): UnsafeCallback can hang with 'deno test' (#19018)
Aapo Alasuutari
2023-02-28
fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...
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-01-21
fix(ext/ffi): disallow empty ffi structs (#17487)
Divy Srivastava
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-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-12
refactor(ext/ffi): split into multiple parts (#16950)
Divy Srivastava