Age | Commit message (Expand) | Author |
---|---|---|
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 |