summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2018-09-26Use the thread pool for blocking I/ORyan Dahl
2018-09-25Make Deno multithreaded.Ryan Dahl
2018-09-25Use lazy_static for HttpsConnectorRyan Dahl
2018-09-25Clean up flags.Ryan Dahl
2018-09-17Rename Deno to Isolate and move to own file.Ryan Dahl
2018-09-16Use `dirs::home_dir` to replace deprecated `std::env::home_dir`Kevin (Kun) "Kassimo" Qian
2018-09-12Add remove(), removeAll().Kevin (Kun) "Kassimo" Qian
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-05Rename src/binding.rs -> src/libdeno.rsRyan Dahl
2018-09-02Log level code refactoringJ2P
2018-08-30Support https imports.Ryan Dahl
2018-08-30Downgrading tokio to registry version.Ryan Dahl
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-23First pass at HTTP importsRyan Dahl
2018-08-21Better error handling in src/handlers.rsRyan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-17Command line flag parsing (#524)Ryan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
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