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
/
bindings.rs
Age
Commit message (
Expand
)
Author
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-02
refactor(core): convert core.print() to a builtin op (#10436)
Aaron O'Mullan
2021-05-01
fix(core): fix typo in error message of print function (#10456)
Aditya Pandit
2021-04-30
cleanup(core): use ZeroCopyBuf for serialize & encode bindings (#10435)
Aaron O'Mullan
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-21
refactor(core): kill recv() and init() (#10299)
Aaron O'Mullan
2021-04-18
refactor(core): remove ZeroCopyBuf's dep on the bindings mod (#10232)
Aaron O'Mullan
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-11
core: avoid async op future reboxing to bundle PromiseId (#10123)
Aaron O'Mullan
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
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-26
refactor(core): simplify heapStats() by using serde_v8 (#9901)
Aaron O'Mullan
2021-03-25
Introduce serde_v8 (#9722)
Aaron O'Mullan
2021-03-23
feat(core): Deno.core.heapStats() (#9659)
Aaron O'Mullan
2021-03-21
fix(core): don't panic on invalid arguments for Deno.core.print (#9834)
Andrew Mitchell
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-21
fix(core/bindings): Add stacks for dynamic import resolution errors (#9562)
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
refactor(core): Reduce verbosity of binding core functions (#9497)
Aaron O'Mullan
2021-02-05
upgrade: rusty_v8 0.17.0, v8 9.0.123 (#9413)
Bartek Iwańczuk
2021-01-19
upgrade: rusty_v8 0.16.0, v8 8.9.255.3 (#9180)
Ryan Dahl
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-05
fix: align encoding APIs to spec using WPT (#9004)
Luca Casonato
2020-11-28
chore: clippy future cleanups (#8514)
Kitson Kelly
2020-11-21
refactor(core): don't depend on get_identity_hash for modules (#8354)
Bartek Iwańczuk
2020-11-11
refactor(core): don't depend on get_identity_hash for promises (#8352)
Bartek Iwańczuk
2020-11-03
fix(prompt): fix display of non-ASCII characters on Windows (#8199)
Yoshiya Hinosawa
2020-10-23
refactor(core): remove Deno.core.formatError() (#8091)
Bartek Iwańczuk
2020-10-18
upgrade rusty_v8 (#8017)
Ryan Dahl
2020-09-14
Make JsRuntimeState private (#7484)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-09
fix(core): panic on big string allocation (#7395)
Bartek Iwańczuk
2020-09-08
feat(console): print proxy details (#7139)
uki00a
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
refactor(core): merge CoreIsolate and EsIsolate (#7370)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-07-19
Upgrade to rusty_v8 0.7.0 (#6801)
Bert Belder
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-06-26
Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)
Bert Belder
2020-06-03
upgrade: rusty_v8 0.5.0 (#6070)
Ryan Dahl
2020-06-02
Fix REPL BorrowMutError panic (#6055)
Ryan Dahl
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
[next]