Age | Commit message (Expand) | Author |
---|---|---|
2021-05-26 | refactor: move JsRuntimeInspector to deno_core (#10763) | Bartek IwaĆczuk |
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-21 | refactor(core): simplify error handling (#10297) | Aaron O'Mullan |
2021-04-18 | cleanup(core): simplify op_async(), drop need for try_dispatch_op() (#10240) | Aaron O'Mullan |
2021-04-12 | refactor(deno): remove concept of bin & json ops (#10145) | Aaron O'Mullan |
2021-04-11 | core: avoid async op future reboxing to bundle PromiseId (#10123) | Aaron O'Mullan |
2021-04-09 | fix: async op error stacktraces (#10080) | Nayeem Rahman |
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-03-20 | refactor: Move bin ops to deno_core and unify logic with json ops (#9457) | Inteon |