summaryrefslogtreecommitdiff
path: root/src/isolate.rs
AgeCommit message (Expand)Author
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-18Re-implement init scripts in core (#1958)andy finch
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-12Make timers act like normal opsRyan Dahl
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch
2019-03-01Permissions refactor (#1864)andy finch
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-26Add import.meta.main (#1835)Bartek IwaƄczuk
2019-02-26Updated some type assertions to work with other libc implementations. (#1837)andy finch
2019-02-18Add window.locationRyan Dahl
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
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