summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-08-09Change Deno::new to return an owned BoxRobby Madruga
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Fix rust logger.Ryan Dahl
2018-07-29Implement CodeCacheRyan Dahl
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-29Add from_c() to get a Deno object from ptr.Ryan Dahl
2018-07-29Implement a logger so we can get logging output.Ryan Dahl
2018-07-25Add --v8-options flag (#405)robbym
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-20Use 2 space indent.Ryan Dahl
2018-07-20Wrap rust at 80 columns.Ryan Dahl
2018-07-19cleanup: Move C extern code to src/binding.rsRyan Dahl
2018-07-18Better exception output.Ryan Dahl
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
2018-07-13Run tools/format.pyRyan Dahl
2018-07-12Move buffers between V8 and nativeBert Belder
2018-07-12Remove channel argument from Rust message callbackBert Belder
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-03Switch back to recv/send instead of pub/sub for low-level API.Ryan Dahl
2018-07-03Rustify Deno APIRobby Madruga
2018-07-03Call into JS from rustRyan Dahl
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion