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
/
repr.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-05-30
BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)
Aapo Alasuutari
2024-01-09
chore: upgrade deno_core to 0.244.0 (#21859)
Bartek IwaĆczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-28
fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)
Divy Srivastava
2023-10-08
fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820)
Matt Mastracci
2023-10-05
chore(ext/ffi): migrate from op -> op2 for ffi (#20509)
Matt Mastracci
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-02-28
fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...
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-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