summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-05-07fix: align plugin api with Extension (#10427)Elias Sjögreen
2021-05-06refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...Aaron O'Mullan
2021-05-03fix(core): error registration could pollute constructors (#10422)Aaron O'Mullan
2021-05-03fix(core/print): flush stderr (#10480)Aaron O'Mullan
2021-05-02refactor(core): convert core.print() to a builtin op (#10436)Aaron O'Mullan
2021-05-01fix(core): fix typo in error message of print function (#10456)Aditya Pandit
2021-04-30cleanup(core): use ZeroCopyBuf for serialize & encode bindings (#10435)Aaron O'Mullan
2021-04-30refactor(core): provide builtins as an Extension (#10449)Aaron O'Mullan
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden
2021-04-30cleanup(core): replace OpResponse with OpResult (#10434)Aaron O'Mullan
2021-04-30refactor(core): initialize extensions in runtime constructor (#10421)Aaron O'Mullan
2021-04-30feat(serde_v8): ZeroCopyBuf (#10432)Aaron O'Mullan
2021-04-30refactor(core.js): provide window.__bootstrap (#10423)Aaron O'Mullan
2021-04-28refactor(extensions): reintroduce builder (#10412)Aaron O'Mullan
2021-04-28enable error-on-warning (#10410)Ryan Dahl
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-28refactor(core): simplify module loading code (#10385)Bartek Iwańczuk
2021-04-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-04-26fix(tls): throw meaningful error when hostname is invalid (#10387)Bert Belder
2021-04-26feat(core): enable wasm threading support (#10116)Casper Beyer
2021-04-26remove #![deny(warnings)] (#10376)Ryan Dahl
2021-04-25refactor(core): move op cache sync responsibility to rust space (#10340)Aaron O'Mullan
2021-04-25refactor(core): move builtin ops to their own file (#10336)Aaron O'Mullan
2021-04-25feat(core): allow async opcalls in snapshots (#10308)Aaron O'Mullan
2021-04-24docs: updated link (#10345)Anssi Eteläniemi
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-23chore: release crates (#10327)Luca Casonato
2021-04-23chore: remove dead code (#10321)Ryan Dahl
2021-04-21refactor(core): simplify error handling (#10297)Aaron O'Mullan
2021-04-21refactor(core): kill recv() and init() (#10299)Aaron O'Mullan
2021-04-21chore: release crates (#10269)Bartek Iwańczuk
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2021-04-19refactor(core): move SerializablePkg to serde_v8 (#10231)Aaron O'Mullan
2021-04-18cleanup(core): simplify op_async(), drop need for try_dispatch_op() (#10240)Aaron O'Mullan
2021-04-18tooling(bench_util): benching and profiling utilities (#10223)Aaron O'Mullan
2021-04-18refactor(core): remove ZeroCopyBuf's dep on the bindings mod (#10232)Aaron O'Mullan
2021-04-14fix(core): better "missing type" GothamState error (#10189)Ben Noordhuis
2021-04-13chore: release crates (#10164)Bartek Iwańczuk
2021-04-13fix(core): remove wasm-test-streaming flag (#10158)Casper Beyer
2021-04-13upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#10159)Bert Belder
2021-04-13upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152)Bert Belder
2021-04-12perf(core/ops): avoid allocs when returning primitives (#10149)Aaron O'Mullan
2021-04-12core: remove some unnecessary heap allocationsBen Noordhuis
2021-04-12core: let embedders plug in their own V8 platformBen Noordhuis
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12feat: Add Deno.memoryUsage() (#9986)Aaron O'Mullan
2021-04-11core: avoid async op future reboxing to bundle PromiseId (#10123)Aaron O'Mullan
2021-04-09perf: use BTreeMap for ResourceTable (#10074)Aaron O'Mullan
2021-04-09perf(core): use BTreeMap for GothamState (#10073)Aaron O'Mullan
2021-04-09fix: async op error stacktraces (#10080)Nayeem Rahman