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