summaryrefslogtreecommitdiff
path: root/core/runtime.rs
AgeCommit message (Expand)Author
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-25feat(core): allow async opcalls in snapshots (#10308)Aaron O'Mullan
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
2021-04-23chore: remove dead code (#10321)Ryan Dahl
2021-04-21refactor(core): kill recv() and init() (#10299)Aaron O'Mullan
2021-04-13fix(core): remove wasm-test-streaming flag (#10158)Casper Beyer
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-11core: avoid async op future reboxing to bundle PromiseId (#10123)Aaron O'Mullan
2021-04-04fix: Properly await already evaluating dynamic imports (#9984)Nayeem Rahman
2021-04-04perf(serde_v8): introduce Serializable boxable object (#9983)Aaron O'Mullan
2021-04-03refactor: don't call Context::Global in async_op_response (#9971)Ryan Dahl
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-12refactor: simplify icu data alignment (#9766)Ben Noordhuis
2021-03-10upgrade: rusty_v8 0.21.0 (#9725)Ryan Dahl
2021-03-08fix(core): shared queue assertion failure in case of js error (#9721)Inteon
2021-03-04fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)Nayeem Rahman
2021-02-23refactor(core): cleanup module implementation (#9580)Bartek Iwańczuk
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-20fix(core/runtime): Fix dynamic imports for already rejected modules (#9559)Nayeem Rahman
2021-02-19fix(core): Make dynamic import async errors catchable (#9505)Nayeem Rahman
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-16feat: add structured cloning to Deno.core (#9458)Inteon
2021-02-15upgrade: rusty_v8 0.19.0 (#9466)Bartek Iwańczuk
2021-02-09chore: add flag to v8 (#9456)Bartek Iwańczuk
2021-01-11chore: Move comment to correct place (#9086)Ryan Dahl
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-07 ignore "use asm" (#9019)Anonymous
2021-01-05refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)Bartek Iwańczuk
2020-12-28upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898)Bartek Iwańczuk
2020-12-20Revert "fix: TLA in web worker (#8809)" (#8839)Bartek Iwańczuk
2020-12-20fix: TLA in web worker (#8809)Bartek Iwańczuk
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-10refactor(core): stack trace mapping (#8660)Bartek Iwańczuk
2020-12-08refactor(core): change script name for core.js (#8650)Bartek Iwańczuk
2020-12-05docs(core): Fix typo in load_module's docstring (#8564)Paco
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-27fix: panic in worker when closing at top level (#8510)Bartek Iwańczuk
2020-11-21refactor(core): don't depend on get_identity_hash for modules (#8354)Bartek Iwańczuk
2020-11-21refactor(corr): accept get_error_class_fn in RuntimeOptions (#8444)Bartek Iwańczuk
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-11refactor(core): don't depend on get_identity_hash for promises (#8352)Bartek Iwańczuk
2020-11-06docs(core): document several concepts around JsRuntime and ops (#7897)Jan Haller