summaryrefslogtreecommitdiff
path: root/ext/ffi
AgeCommit message (Expand)Author
2023-10-05chore(ext/ffi): migrate from op -> op2 for ffi (#20509)Matt Mastracci
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-09-27chore(ext/ffi): migrate part of FFI to op2 (#20699)Matt Mastracci
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-191.37.0 (#20574)denobot
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-031.36.0 (#20036)denobot
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-07-30perf(ext/ffi): Avoid receiving on FFI async work channel when no UnsafeCallba...Aapo Alasuutari
2023-07-261.35.3 (#19947)denobot
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-051.35.0 (#19717)denobot
2023-06-29chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639)Matt Mastracci
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-06-08chore: Ensure we only end up with the clang version we want & upgrade libffi ...Matt Mastracci
2023-06-07refactor(core): use JoinSet instead of FuturesUnordered (#19378)Bartek Iwańczuk
2023-06-07chore: downgrade to Rust 1.69 (#19407)David Sherret
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-241.34.0 (#19246)denobot
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-08perf(ext/ffi): Use `Box<[NativeType]>` in CallbackInfo parameters (#19032)Aapo Alasuutari
2023-05-07fix(ext/ffi): Callbacks panic on returning isize (#19022)Aapo Alasuutari
2023-05-07fix(ext/ffi): UnsafeCallback can hang with 'deno test' (#19018)Aapo Alasuutari
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-281.33.0 (#18879)denobot
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-12chore: forward v1.32.4 release commit to main (#18669)denobot
2023-04-03feat(ext/ffi): support marking symbols as optional (#18529)Dj
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-04-01chore: forward v1.32.3 release commit to main (#18561)denobot
2023-04-01fix(ext/ffi): crash when same reference struct is used in two fields (#18531)Dj
2023-04-01chore: forward v1.32.2 release commit to main (#18539)denobot
2023-03-31perf: `const` op declaration (#18288)Divy Srivastava
2023-03-23chore: forward v1.32.1 release commit to main (#18399)denobot
2023-03-221.32.0 (#18367)denobot
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci