summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2019-03-12Make timers act like normal opsRyan Dahl
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch
2019-03-01Permissions refactor (#1864)andy finch
2019-02-18Add window.locationRyan Dahl
2019-02-08Add deps to --info output. (#1720)Ryan Dahl
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
2019-02-07Color exceptions (#1698)Ryan Dahl
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-02Support --fmtRyan Dahl
2019-02-02Avoid --info crash on missing filename (#1660)Kevin (Kun) "Kassimo" Qian
2019-02-02Better error message for bad filename CLI argument.Ryan Dahl
2019-02-02Add --info flag to display file info (compiled code/source map) (#1647)Kevin (Kun) "Kassimo" Qian
2019-01-30Refactor libdeno ES module interface. (#1624)Ryan Dahl
2019-01-29Minor code cleanups (#1613)JaePil Jung
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-13Properly parse network addresses. (#1515)Ryan Dahl
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-19log: bump default minimum log level to "warn"Bert Belder
2018-12-11Remove custom panic handler.Ryan Dahl
2018-12-11Use default filename for Isolate::execute.Ryan Dahl
2018-12-10Use stderr for exceptions (#1303)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-03Use include_bytes! instead of incbin.Ryan Dahl
2018-11-29Replace mutex by atomics (#1238)F001
2018-11-23Revert "Use include_bytes! instead of incbin. (#1182)"Ryan Dahl
2018-11-16Lift snapshot to be an argument of Isolate::new().Ryan Dahl
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-13Wrapper around hyper::Body so it can be used as AsyncReadRyan Dahl
2018-11-06Remove flags::processAndy Hayden
2018-11-05Add repl (#998)Andy Hayden
2018-11-04Fix clippy warnings (#1149)Andy Hayden
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-31Better output on panic (#1129)Joseph
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
2018-10-27Minor sorting not handled by format.Ryan Dahl
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-24libdeno: deno_new should take a snapshot parameter.Ryan Dahl
2018-10-24Move eager functions into eager_unix.rsBert Belder
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-20Allow partial writes.Ryan Dahl
2018-10-15Exit cleanly on unrecognized arguments (#990)Andy Hayden
2018-10-10src/http.rs -> src/http_util.rsRyan Dahl