index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2018-09-26
Use the thread pool for blocking I/O
Ryan Dahl
2018-09-25
Make Deno multithreaded.
Ryan Dahl
2018-09-25
Use lazy_static for HttpsConnector
Ryan Dahl
2018-09-25
Clean up flags.
Ryan Dahl
2018-09-17
Rename Deno to Isolate and move to own file.
Ryan Dahl
2018-09-16
Use `dirs::home_dir` to replace deprecated `std::env::home_dir`
Kevin (Kun) "Kassimo" Qian
2018-09-12
Add remove(), removeAll().
Kevin (Kun) "Kassimo" Qian
2018-09-09
Remove namespace from src/msg.fbs
Ryan Dahl
2018-09-05
Rename src/binding.rs -> src/libdeno.rs
Ryan Dahl
2018-09-02
Log level code refactoring
J2P
2018-08-30
Support https imports.
Ryan Dahl
2018-08-30
Downgrading tokio to registry version.
Ryan Dahl
2018-08-29
Implement makeTempDirSync()
Bert Belder
2018-08-23
First pass at HTTP imports
Ryan Dahl
2018-08-21
Better error handling in src/handlers.rs
Ryan Dahl
2018-08-20
First pass at fetch()
Ryan Dahl
2018-08-17
Command line flag parsing (#524)
Ryan Dahl
2018-08-16
Implement deno_handle_msg_from_js in Rust
Ryan Dahl
2018-08-09
Change Deno::new to return an owned Box
Robby Madruga
2018-08-09
First pass at setTimeout with Tokio (#434)
Ryan Dahl
2018-08-08
Fix rust logger.
Ryan Dahl
2018-07-29
Implement CodeCache
Ryan Dahl
2018-07-29
Add sha1 and tempfile crates.
Ryan Dahl
2018-07-29
Add from_c() to get a Deno object from ptr.
Ryan Dahl
2018-07-29
Implement a logger so we can get logging output.
Ryan Dahl
2018-07-25
Add --v8-options flag (#405)
robbym
2018-07-24
Remove handlers crate target.
Ryan Dahl
2018-07-20
Use 2 space indent.
Ryan Dahl
2018-07-20
Wrap rust at 80 columns.
Ryan Dahl
2018-07-19
cleanup: Move C extern code to src/binding.rs
Ryan Dahl
2018-07-18
Better exception output.
Ryan Dahl
2018-07-18
Execute JS for the first time in Rust rewrite.
Ryan Dahl
2018-07-13
Run tools/format.py
Ryan Dahl
2018-07-12
Move buffers between V8 and native
Bert Belder
2018-07-12
Remove channel argument from Rust message callback
Bert Belder
2018-07-04
Replace protobufs with flatbuffers
Ryan Dahl
2018-07-03
Switch back to recv/send instead of pub/sub for low-level API.
Ryan Dahl
2018-07-03
Rustify Deno API
Robby Madruga
2018-07-03
Call into JS from rust
Ryan Dahl
2018-06-22
Move `deno2` folder to `src` (#277)
Tristan Marion