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 (
Collapse
)
Author
2020-08-12
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
Ryan Dahl
This reverts commit f83d672ffad7afb1473bd4f9b9c645539064c620. This reverts commit d51972377c1325076704d9faec2eee6f0e024496.
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
Co-authored-by: Bert Belder <bertbelder@gmail.com>
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