index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
runtime.rs
Age
Commit message (
Expand
)
Author
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-04-30
refactor(core): provide builtins as an Extension (#10449)
Aaron O'Mullan
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-30
refactor(core): initialize extensions in runtime constructor (#10421)
Aaron O'Mullan
2021-04-28
enable error-on-warning (#10410)
Ryan Dahl
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-28
refactor(core): simplify module loading code (#10385)
Bartek Iwańczuk
2021-04-26
feat(core): enable wasm threading support (#10116)
Casper Beyer
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-25
feat(core): allow async opcalls in snapshots (#10308)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-23
chore: remove dead code (#10321)
Ryan Dahl
2021-04-21
refactor(core): kill recv() and init() (#10299)
Aaron O'Mullan
2021-04-13
fix(core): remove wasm-test-streaming flag (#10158)
Casper Beyer
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
Aaron O'Mullan
2021-04-12
core: remove some unnecessary heap allocations
Ben Noordhuis
2021-04-12
core: let embedders plug in their own V8 platform
Ben Noordhuis
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-04
fix: Properly await already evaluating dynamic imports (#9984)
Nayeem Rahman
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
2021-04-03
refactor: don't call Context::Global in async_op_response (#9971)
Ryan Dahl
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-12
refactor: simplify icu data alignment (#9766)
Ben Noordhuis
2021-03-10
upgrade: rusty_v8 0.21.0 (#9725)
Ryan Dahl
2021-03-08
fix(core): shared queue assertion failure in case of js error (#9721)
Inteon
2021-03-04
fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)
Nayeem Rahman
2021-02-23
refactor(core): cleanup module implementation (#9580)
Bartek Iwańczuk
2021-02-23
refactor(core): Allow multiple overflown responses in single poll (#9433)
Inteon
2021-02-20
fix(core/runtime): Fix dynamic imports for already rejected modules (#9559)
Nayeem Rahman
2021-02-19
fix(core): Make dynamic import async errors catchable (#9505)
Nayeem Rahman
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-16
feat: add structured cloning to Deno.core (#9458)
Inteon
2021-02-15
upgrade: rusty_v8 0.19.0 (#9466)
Bartek Iwańczuk
2021-02-09
chore: add flag to v8 (#9456)
Bartek Iwańczuk
2021-01-11
chore: Move comment to correct place (#9086)
Ryan Dahl
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-07
ignore "use asm" (#9019)
Anonymous
2021-01-05
refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)
Bartek Iwańczuk
2020-12-28
upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898)
Bartek Iwańczuk
2020-12-20
Revert "fix: TLA in web worker (#8809)" (#8839)
Bartek Iwańczuk
2020-12-20
fix: TLA in web worker (#8809)
Bartek Iwańczuk
2020-12-11
refactor(cli): decouple ops from ProgramState and Flags (#8659)
Bartek Iwańczuk
2020-12-10
refactor(core): stack trace mapping (#8660)
Bartek Iwańczuk
2020-12-08
refactor(core): change script name for core.js (#8650)
Bartek Iwańczuk
2020-12-05
docs(core): Fix typo in load_module's docstring (#8564)
Paco
[next]