summaryrefslogtreecommitdiff
path: root/core/core_isolate.rs
AgeCommit message (Expand)Author
2020-09-06refactor(core): rename CoreIsolate to JsRuntime (#7373)Bartek Iwańczuk
2020-09-06refactor(core): merge CoreIsolate and EsIsolate (#7370)Bartek Iwańczuk
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-20First pass at json ops in core (#7033)Ryan Dahl
2020-08-18Fix nightly and Windows-only clippy warnings (#7095)Bert Belder
2020-08-14Enable WebAssembly.instantiateStreaming (#7043)Casper Beyer
2020-08-12Undo JsonOpDispatcher and OpDispatcher traits (#7023)Ryan Dahl
2020-08-12Remove previous heap limit callback when registering (#7025)Marcus Weiner
2020-08-12core: memory limits & callbacks (#6914)Marcus Weiner
2020-07-19Upgrade to rusty_v8 0.7.0 (#6801)Bert Belder
2020-07-13refactor: Make OpDispatcher a trait (#6736)Gurwinder Singh
2020-07-08BREAKING(core): Remove control slice from ops (#6048)Valentin Anger
2020-06-26Upgrade to rusty_v8 0.4.2 / V8 8.5.216 (#6503)Bert Belder
2020-06-23feat(core): enable experimental-wasm-bigint (#6443)Casper Beyer
2020-06-05fix(core): ES module snapshots (#6111)Ryan Dahl
2020-06-03upgrade: rusty_v8 0.5.0 (#6070)Ryan Dahl
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-28tidy up deno_core modules (#5923)Ryan Dahl