summaryrefslogtreecommitdiff
path: root/src/isolate.rs
AgeCommit message (Expand)Author
2019-02-08Add deps to --info output. (#1720)Ryan Dahl
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
2019-02-06fix: do not load cache files when recompile flag is set (#1695)jingweicai
2019-02-02Better error message for bad filename CLI argument.Ryan Dahl
2019-02-02Clean up return value of deno_executeRyan Dahl
2019-02-01src: simplify rust codeBert Belder
2019-01-30Refactor libdeno ES module interface. (#1624)Ryan Dahl
2019-01-24Minor code cleanups (#1570)JaePil Jung
2019-01-18Avoid crashes on ES module resolution when module not found (#1546)Kevin (Kun) "Kassimo" Qian
2019-01-15 Add --prefetch flag for deps prefetch without running (#1475)Kevin (Kun) "Kassimo" Qian
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-09Re-enable --recompile (#1492)Ryan Dahl
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-08Isolate::execute_mod wrap filename in CString (#1479)Ryan Dahl
2019-01-03Add rust binding and test for deno_execute_mod()Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-13Check that IsolateState is thread safe. (#1321)Ryan Dahl
2018-12-13Merge deno_new_snapshotter behavior into deno_new (#1318)Ryan Dahl
2018-12-11Use default filename for Isolate::execute.Ryan Dahl
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