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-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-12-12
fix(core): improve error on invalid op id (#13056)
Bartek Iwańczuk
2021-12-03
fix(core): throw on invalid callConsole args (#12973)
Aaron O'Mullan
2021-11-28
feat(core): intercept unhandled promise rejections (#12910)
Ben Noordhuis
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-16
feat(core): Deno.core.setNextTickCallback (#12771)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-08
feat(compat): add .code to dyn import error (#12633)
Yoshiya Hinosawa
2021-11-02
chore: update to Rust edition 2021 (#12578)
Bartek Iwańczuk
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-24
fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
Aaron O'Mullan
2021-10-19
fix(core/bindings): use is_instance_of_error() instead of is_native_error() (...
Nayeem Rahman
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-05
feat(core): native binding names (#12290)
Aaron O'Mullan
2021-10-04
refactor(core): split opcall into sync/async (#12312)
Aaron O'Mullan
2021-10-01
feat(core): implement Deno.core.isProxy() (#12288)
Aaron O'Mullan
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-09
feat(extensions/web): add structuredClone function (#11572)
Leo K
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-08
perf(core): avoid extra alloc in Deno.core.encode() (#11323)
Aaron O'Mullan
2021-07-06
feat: support SharedArrayBuffer sharing between workers (#11040)
Luca Casonato
2021-07-03
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...
Andreu Botella
2021-06-29
fix(core/modules): Fix concurrent loading of dynamic imports (#11089)
Nayeem Rahman
2021-06-27
feat(inspector): pipe console messages between terminal and inspector (#11134)
Bartek Iwańczuk
2021-06-26
fix: MessagePort in message for postMessage transfers (#11103)
Luca Casonato
2021-06-17
chore: upgrade Rust to 1.53.0 (#11021)
Yusuke Tanaka
2021-06-06
tests: run wpt scripts with Deno.core.evalContext (#10852)
Luca Casonato
2021-05-19
refactor(core): move ModuleMap to separate RefCell (#10656)
Bartek Iwańczuk
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
[next]