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-03-12
Make timers act like normal ops
Ryan Dahl
2019-03-06
Replace deno.land/x/std with deno.land/std (#1890)
Andy Hayden
2019-03-04
`use-snapshots` build option for cross compile support. (#1852)
andy finch
2019-03-01
Permissions refactor (#1864)
andy finch
2019-02-18
Add window.location
Ryan Dahl
2019-02-08
Add deps to --info output. (#1720)
Ryan Dahl
2019-02-08
Add --allow-read (#1689)
Dmitry Sharshakov
2019-02-07
Color exceptions (#1698)
Ryan Dahl
2019-02-07
Add emojis to permission prompts (#1684)
Dmitry Sharshakov
2019-02-02
Support --fmt
Ryan Dahl
2019-02-02
Avoid --info crash on missing filename (#1660)
Kevin (Kun) "Kassimo" Qian
2019-02-02
Better error message for bad filename CLI argument.
Ryan Dahl
2019-02-02
Add --info flag to display file info (compiled code/source map) (#1647)
Kevin (Kun) "Kassimo" Qian
2019-01-30
Refactor libdeno ES module interface. (#1624)
Ryan Dahl
2019-01-29
Minor code cleanups (#1613)
JaePil Jung
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
[next]