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
Age
Commit message (
Expand
)
Author
2019-02-15
Add execPath function (#1743)
Dmitry Sharshakov
2019-02-15
Module dep pretty printing in --info
Greg Altman
2019-02-15
feat: env option in run api (#1773)
Yoshiya Hinosawa
2019-02-13
Use proper directory for cache files (#1763)
Philipp A
2019-02-12
Drop assert!() from untrack_task() (#1757)
Kevin (Kun) "Kassimo" Qian
2019-02-12
Include deno version in source_code_hash (#1751)
Ryan Dahl
2019-02-11
REPL multiline support with recoverable errors (#1731)
Kevin (Kun) "Kassimo" Qian
2019-02-09
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Kevin (Kun) "Kassimo" Qian
2019-02-09
Fix read permission message
J2P
2019-02-08
Adds deno.noColor (#1716)
Ryan Dahl
2019-02-08
Add deps to --info output. (#1720)
Ryan Dahl
2019-02-08
Add --allow-read (#1689)
Dmitry Sharshakov
2019-02-08
fix clippy warnings (#1711)
bokuweb
2019-02-07
Color exceptions (#1698)
Ryan Dahl
2019-02-07
Add emojis to permission prompts (#1684)
Dmitry Sharshakov
2019-02-06
fix: do not load cache files when recompile flag is set (#1695)
jingweicai
2019-02-02
Add isTTY function (#1622)
Dmitry Sharshakov
2019-02-02
Compiler cleanups and minor improvements (#1656)
Kitson Kelly
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
Clean up return value of deno_execute
Ryan Dahl
2019-02-02
Clarify writeFile options and avoid unexpected perm modification (#1643)
Kevin (Kun) "Kassimo" Qian
2019-02-02
Add --info flag to display file info (compiled code/source map) (#1647)
Kevin (Kun) "Kassimo" Qian
2019-02-02
Add performance.now (#1633)
Dmitry Sharshakov
2019-02-01
src: simplify rust code
Bert Belder
2019-01-30
nit: add missing dot when printing help
Amen
2019-01-30
Refactor libdeno ES module interface. (#1624)
Ryan Dahl
2019-01-29
Minor code cleanups (#1613)
JaePil Jung
2019-01-28
Split out compiler snapshot (#1566)
Kitson Kelly
2019-01-26
timers: use int instead of double for timeout type (#1469)
bokuweb
2019-01-24
Minor code cleanups (#1570)
JaePil Jung
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2019-01-18
Avoid crashes on ES module resolution when module not found (#1546)
Kevin (Kun) "Kassimo" Qian
2019-01-17
mkdir should not be recursive by default (#1530)
Ryan Dahl
2019-01-16
Remove resolve_addr::tests::resolve_addr_err (#1531)
Ryan Dahl
2019-01-16
use upper case name for static variable `c_rid` (#1537)
wangcong
2019-01-15
Kill all pending accepts when TCP listener is closed (#1517)
Kevin (Kun) "Kassimo" Qian
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
trim_left_matches (deprecated) => trim_start_matches (#1524)
Kevin (Kun) "Kassimo" Qian
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-13
Properly parse network addresses. (#1515)
Ryan Dahl
2019-01-14
src: remove dependency on the 'kernel32' crate
Bert Belder
2019-01-12
Avoid show confusing lines in gen/bundle/main.js that throws error (#1502)
Kevin (Kun) "Kassimo" Qian
2019-01-11
Pipe new exception info through into JSError
Ryan Dahl
2019-01-09
Re-enable --recompile (#1492)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-09
Add --allow-all flag (#1482)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
[next]