summaryrefslogtreecommitdiff
path: root/ext/ffi/dlfcn.rs
AgeCommit message (Expand)Author
2024-11-19feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)Divy Srivastava
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-08-19feat: upgrade deno_core (#25042)snek
2024-07-01BREAKING(unstable/ffi): remove callback reentrant flag (#24367)Divy Srivastava
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-03-22refactor(ext/ffi): use v8::Value instead of serde_v8::Value (#23035)Bartek Iwańczuk
2024-03-22refactor(ext/ffi): don't go through serde_v8::Value (#23034)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-05chore(ext/ffi): use dlopen2 crate (#21093)Divy Srivastava
2023-09-27chore(ext/ffi): migrate part of FFI to op2 (#20699)Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-04-03feat(ext/ffi): support marking symbols as optional (#18529)Dj
2023-03-16chore: bump rusty_v8 to 0.65.0 (#18231)Divy Srivastava
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-15fix(ext/ffi): improve error messages in FFI module (#17786)Matt Mastracci
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-21fix(ext/ffi): disallow empty ffi structs (#17487)Divy Srivastava
2023-01-08feat(ext/ffi): structs by value (#15060)Dj
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-12refactor(ext/ffi): split into multiple parts (#16950)Divy Srivastava