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
/
test_plugin
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-11
Revert "Remove unstable native plugins (#10908)"
Ryan Dahl
2021-07-02
Remove unstable native plugins (#10908)
Bartek Iwańczuk
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-05-08
feat(plugin): add tests for plugin args (#10529)
Cedric Vangout
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-07
fix: align plugin api with Extension (#10427)
Elias Sjögreen
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-11
core: avoid async op future reboxing to bundle PromiseId (#10123)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-20
Remove core/plugin.rs (#4824)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch