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
2019-01-15
Add --prefetch flag for deps prefetch without running (#1475)
Kevin (Kun) "Kassimo" Qian
2019-01-15
Clippy fixes (also fixes build with nightly) (#1527)
Bert Belder
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-13
Properly parse network addresses. (#1515)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
2019-01-02
Happy new year!
Ryan Dahl
2018-12-19
log: bump default minimum log level to "warn"
Bert Belder
2018-12-11
Remove custom panic handler.
Ryan Dahl
2018-12-11
Use default filename for Isolate::execute.
Ryan Dahl
2018-12-10
Use stderr for exceptions (#1303)
Ryan Dahl
2018-12-06
Process source maps in Rust instead of JS (#1280)
Ryan Dahl
2018-12-05
Isolate::from_raw_ptr and other cleanups.
F001
2018-12-03
Use include_bytes! instead of incbin.
Ryan Dahl
2018-11-29
Replace mutex by atomics (#1238)
F001
2018-11-23
Revert "Use include_bytes! instead of incbin. (#1182)"
Ryan Dahl
2018-11-16
Lift snapshot to be an argument of Isolate::new().
Ryan Dahl
2018-11-14
Support request method and headers in fetch() (#1188)
Ryan Dahl
2018-11-13
Wrapper around hyper::Body so it can be used as AsyncRead
Ryan Dahl
2018-11-06
Remove flags::process
Andy Hayden
2018-11-05
Add repl (#998)
Andy Hayden
2018-11-04
Fix clippy warnings (#1149)
Andy Hayden
2018-11-03
third_party: add tokio-process Rust crate and its dependencies
Bert Belder
2018-11-02
Rename EnvPair to KeyValue.
Ryan Dahl
2018-10-31
Support cargo check (#1128)
Ryan Dahl
2018-10-31
Better output on panic (#1129)
Joseph
2018-10-31
Upgrade Flatbuffers. (#1127)
Ryan Dahl
2018-10-27
Minor sorting not handled by format.
Ryan Dahl
2018-10-27
Ergonomics: Prompt TTY for permission escalation (#1081)
Ryan Dahl
2018-10-24
libdeno: deno_new should take a snapshot parameter.
Ryan Dahl
2018-10-24
Move eager functions into eager_unix.rs
Bert Belder
2018-10-23
Switch to getopts for flag parsing (#1080)
Kevin (Kun) "Kassimo" Qian
2018-10-20
Allow partial writes.
Ryan Dahl
2018-10-15
Exit cleanly on unrecognized arguments (#990)
Andy Hayden
2018-10-10
src/http.rs -> src/http_util.rs
Ryan Dahl
2018-10-05
Always die on panic.
Ryan Dahl
2018-10-04
Rename msg_from_js() to dispatch().
Ryan Dahl
2018-10-04
Rename handler.rs to ops.rs
Ryan Dahl
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl
2018-10-01
Rename FdTable to ResourceTable.
Ryan Dahl
2018-09-28
Adds basic File I/O and FD table.
Ryan Dahl
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
[next]