summaryrefslogtreecommitdiff
path: root/src/isolate.rs
AgeCommit message (Expand)Author
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl
2018-12-05Isolate::from_raw_ptr and other cleanups.F001
2018-12-04Add deno_config struct for isolate creation. (#1277)Ryan Dahl
2018-12-04Remove static lifetime bound in OpCreator (#1276)F001
2018-12-03Avoid memory leak (#1265)F001
2018-11-30clippy fixes (#1250)Andy Hayden
2018-11-29Replace mutex by atomics (#1238)F001
2018-11-27Don't use snapshot for src/isolate.rs tests.Ryan Dahl
2018-11-23Revert "Use include_bytes! instead of incbin. (#1182)"Ryan Dahl
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-16Lift snapshot to be an argument of Isolate::new().Ryan Dahl
2018-11-12Use include_bytes! instead of incbin. (#1182)Ryan Dahl
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-24Add libdeno.shared global shared ArrayBuffer.Ryan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-19formatBert Belder
2018-10-18add test case for metricsBartek Iwańczuk
2018-10-18fix metrics logicBartek Iwańczuk
2018-10-16FormatRyan Dahl
2018-10-15Exit cleanly on unrecognized arguments (#990)Andy Hayden
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