summaryrefslogtreecommitdiff
path: root/ext/ffi/repr.rs
AgeCommit message (Expand)Author
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-10-14refactor(ext/ffi): use concrete error types (#26170)Leo Kettmeir
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-12refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)Asher Gomez
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek IwaƄczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-28fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)Divy Srivastava
2023-10-08fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820)Matt Mastracci
2023-10-05chore(ext/ffi): migrate from op -> op2 for ffi (#20509)Matt Mastracci
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-02-28fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...Aapo Alasuutari
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-12perf(ext/ffi): Revert UTF-8 validity check from getCString (#17741)Aapo Alasuutari
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-12refactor(ext/ffi): split into multiple parts (#16950)Divy Srivastava