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
/
core_isolate.rs
Age
Commit message (
Expand
)
Author
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-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-08-18
Fix nightly and Windows-only clippy warnings (#7095)
Bert Belder
2020-08-14
Enable WebAssembly.instantiateStreaming (#7043)
Casper Beyer
2020-08-12
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
Ryan Dahl
2020-08-12
Remove previous heap limit callback when registering (#7025)
Marcus Weiner
2020-08-12
core: memory limits & callbacks (#6914)
Marcus Weiner
2020-07-19
Upgrade to rusty_v8 0.7.0 (#6801)
Bert Belder
2020-07-13
refactor: Make OpDispatcher a trait (#6736)
Gurwinder Singh
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-23
feat(core): enable experimental-wasm-bigint (#6443)
Casper Beyer
2020-06-05
fix(core): ES module snapshots (#6111)
Ryan Dahl
2020-06-03
upgrade: rusty_v8 0.5.0 (#6070)
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
2020-05-28
tidy up deno_core modules (#5923)
Ryan Dahl