summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
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