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
/
msg.fbs
Age
Commit message (
Expand
)
Author
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-12
Make timers act like normal ops
Ryan Dahl
2019-03-12
Sort ops
Ryan Dahl
2019-03-04
Allow inspection and revocation of permissions (#1875)
Simon Menke
2019-02-18
Add window.location
Ryan Dahl
2019-02-18
Add `seek` and implement `Seeker` on `File` (#1797)
Kevin (Kun) "Kassimo" Qian
2019-02-18
Rationalise compiler ops (#1740)
Kitson Kelly
2019-02-15
Add execPath function (#1743)
Dmitry Sharshakov
2019-02-15
feat: env option in run api (#1773)
Yoshiya Hinosawa
2019-02-09
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Kevin (Kun) "Kassimo" Qian
2019-02-08
Adds deno.noColor (#1716)
Ryan Dahl
2019-02-02
Add isTTY function (#1622)
Dmitry Sharshakov
2019-02-02
Compiler cleanups and minor improvements (#1656)
Kitson Kelly
2019-02-02
Clarify writeFile options and avoid unexpected perm modification (#1643)
Kevin (Kun) "Kassimo" Qian
2019-02-02
Add performance.now (#1633)
Dmitry Sharshakov
2019-01-26
timers: use int instead of double for timeout type (#1469)
bokuweb
2019-01-17
mkdir should not be recursive by default (#1530)
Ryan Dahl
2019-01-09
Native ES modules (#1460)
Ryan Dahl
2019-01-08
Minimal Worker support (#1476)
Ryan Dahl
2019-01-06
Add deno.pid (#1464)
Ryan Dahl
2019-01-03
Revert "use byte array instead of string for code fetch (#1307)" (#1455)
Ryan Dahl
2018-12-21
Avoid fetch segfault on empty Uri (#1394)
Kevin (Kun) "Kassimo" Qian
2018-12-12
Flesh out open() modes (#1282)
Bartek Iwańczuk
2018-12-12
Change default to false Base.bool
Tnarita0000
2018-12-12
use byte array instead of string for code fetch (#1307)
F001
2018-12-11
Minor rename for CodeFetch parameters
Ryan Dahl
2018-12-09
Add TooLarge error code for buffers (#1298)
binaryta
2018-11-16
First pass at running subprocesses (#1156)
Bert Belder
2018-11-14
Support request method and headers in fetch() (#1188)
Ryan Dahl
2018-11-13
Support streaming response bodies from fetch()
Ryan Dahl
2018-11-06
Fix many of the clippy::pedantic warnings
Andy Hayden
2018-11-05
Add repl (#998)
Andy Hayden
2018-11-02
Rename EnvPair to KeyValue.
Ryan Dahl
2018-10-30
Rename FetchReq op to Fetch.
Ryan Dahl
2018-10-30
Add resources op (#1119)
Bartek Iwańczuk
2018-10-29
Separate source map from output code.
Kitson Kelly
2018-10-26
Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)
Kevin (Kun) "Kassimo" Qian
2018-10-23
Enforce media types
Kitson Kelly
2018-10-15
`deno -v` should report typescript version
Jinho Bang
2018-10-13
Add cwd() and chdir() (#907)
Shiva Prasanth
2018-10-11
Add support for --types
Kitson Kelly
2018-10-11
Add deno.metrics()
Bartek Iwańczuk
2018-10-10
Rename BadFileDescriptor
J2P
2018-10-05
Implement closeRead/closeWrite using TcpStream::shutdown (#903)
Kevin (Kun) "Kassimo" Qian
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl
2018-10-03
Implemented readDirSync, readDir
J2P
2018-10-03
timers: remove the old timer implementation
Bert Belder
2018-10-03
timers: implement timers in javascript
Bert Belder
[next]