summaryrefslogtreecommitdiff
path: root/core/es_isolate.rs
AgeCommit message (Expand)Author
2020-06-05fix(core): ES module snapshots (#6111)Ryan Dahl
2020-06-03upgrade: rusty_v8 0.5.0 (#6070)Ryan Dahl
2020-06-03fix: dynamic import BorrowMutError (#6065)Ryan Dahl
2020-06-03Remove dead code (#6066)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
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-04-30refactor(core): add "prepare_load" hook to ModuleLoader trait (#4866)Bartek Iwańczuk
2020-04-27fix(core): fix top-level-await error handling (#4911)Bartek Iwańczuk
2020-04-26core: add id field to RecursiveModuleLoad (#4905)Bartek Iwańczuk
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-23Upgrade to rusty_v8 v0.4.0 (#4856)Bert Belder
2020-04-19Modify op dispatcher to include &mut Isolate argument (#4821)Ryan Dahl
2020-04-18Fix Op definitions (#4814)Ryan Dahl
2020-04-03clippy (#4618)Kitson Kelly
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-03-02Don't reset exception handle after calling ErrWithV8Handle::get_handle() (#4214)Bert Belder
2020-03-02refactor: rename structures related to Modules (#4217)Bartek Iwańczuk
2020-02-27Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)Bert Belder
2020-02-26Remove impl Send for Isolate and EsIsolate (#4151)Ryan Dahl
2020-02-26Upgrade to rusty_v8 v0.3.3 (#4119)Bert Belder
2020-02-18refactor: cleanup cli/lib.rs (#4006)Bartek Iwańczuk
2020-02-15refactor: replace Arc<Box<..>> with Rc<..> (#3996)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-25refactor: Modules and Loader trait (#3791)Bartek Iwańczuk
2020-01-25Refactor error tracking and scope juggling in deno_core (#3783)Bert Belder
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-21Upgrade to rusty_v8 v0.1.1 (#3741)Bert Belder
2020-01-11refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...Bartek Iwańczuk
2020-01-08refactor: module loading in EsIsolate (#3615)Bartek Iwańczuk
2020-01-07core: factor out EsIsolate from Isolate (#3613)Bartek Iwańczuk