Age | Commit message (Expand) | Author |
---|---|---|
2021-05-15 | cleanup(core/example/hello_world): use Deno.core.print instead of new op (#10... | Aaron O'Mullan |
2021-05-06 | refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#... | Aaron O'Mullan |
2021-04-25 | refactor(core): move op cache sync responsibility to rust space (#10340) | Aaron O'Mullan |
2021-04-23 | refactor(core): rename send() to opcall() (#10307) | Aaron O'Mullan |
2021-04-21 | refactor(core): simplify error handling (#10297) | Aaron O'Mullan |
2021-04-12 | refactor(deno): remove concept of bin & json ops (#10145) | 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-02-13 | refactor(core): Strongly typed deserialization of JSON ops (#9423) | Jared Beller |
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl |
2020-09-23 | Add example for deno_core (#7611) | Valentin Anger |