summaryrefslogtreecommitdiff
path: root/src/isolate.rs
AgeCommit message (Expand)Author
2018-10-15Specify deno_dir location with env var DENO_DIR (#970)Amos Lim
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
2018-10-11Add support for --typesKitson Kelly
2018-10-11Fix metrics() race condition. (#965)Ryan Dahl
2018-10-11Add deno.metrics()Bartek IwaƄczuk
2018-10-10Clean up Isolate::event_loop with utility function.Ryan Dahl
2018-10-08Remove deno_get_data()Bert Belder
2018-10-08Abide by the rules when passing Isolate between c and rustBert Belder
2018-10-08Remove ntasks aliasing workaroundBert Belder
2018-10-08Rename Deno.data to Deno.user_dataBert Belder
2018-10-08Rename Isolate.ptr to Isolate.libdeno_isolateBert Belder
2018-10-06Make ntasks an atomic counter.Ryan Dahl
2018-10-03isolate: work around a rust compiler bugBert Belder
2018-10-03timers: remove the old timer implementationBert Belder
2018-10-03timers: implement timers in javascriptBert Belder
2018-09-27Support zero-copy data in libdeno.send(). (#838)Ryan Dahl
2018-09-25Add SetGlobalTimeout().Ryan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-22Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)ztplz
2018-09-17Isolate::execute doesn't need mutability.Ryan Dahl
2018-09-17Rename Deno to Isolate and move to own file.Ryan Dahl