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
/
js
/
os.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-10-02
feat: Add support for passing a key to Deno.env() (#2952)
Jed Fox
2019-10-01
use Isolate::register_op in deno_cli (#3039)
Bartek Iwańczuk
2019-09-27
Add Deno.hostname() (#3032)
Kevin (Kun) "Kassimo" Qian
2019-09-06
Remove replacements hack in deno_typescript (#2864)
Yoshiya Hinosawa
2019-09-03
Handle typescript version in rust (#2855)
Yoshiya Hinosawa
2019-09-02
Refactor snapshot build (#2825)
Ryan Dahl
2019-08-26
bring back json ops (#2815)
Bartek Iwańczuk
2019-08-24
Revert json ops (#2814)
Ryan Dahl
2019-08-24
Port rest of os ops to JSON (#2802)
Ryan Dahl
2019-08-22
introduce JSON serialization for ops (#2799)
Ryan Dahl
2019-08-21
Organize dispatch a bit (#2796)
Ryan Dahl
2019-08-06
Fix small execPath issues (#2744)
Kevin (Kun) "Kassimo" Qian
2019-08-06
Make Deno.execPath a function (#2743)
Kevin (Kun) "Kassimo" Qian
2019-08-06
Enforce permissions on kill(), homeDir() and execPath (#2723)
Nayeem Rahman
2019-08-05
Provide option to delete Deno namespace in worker (#2717)
Kevin (Kun) "Kassimo" Qian
2019-06-25
Add homeDir to Deno namespace (#2578)
Evgeniy Karagodin
2019-05-29
TS compiler refactor
Ryan Dahl
2019-04-21
Fix eslint warnings (#2151)
Ryan Dahl
2019-04-19
Make Deno/Deno.core not deletable/writable (#2153)
Kevin (Kun) "Kassimo" Qian
2019-04-07
use flatbuffer create functions to add fields (#2046)
Jonathon Orsi
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-26
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
Kitson Kelly
2019-03-18
Integrate //core into existing code base
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-02-18
Rationalise compiler ops (#1740)
Kitson Kelly
2019-02-15
Add execPath function (#1743)
Dmitry Sharshakov
2019-02-13
Cleanup Deno namespace (#1765)
Kitson Kelly
2019-02-12
Add Deno global namespace (#1748)
Kitson Kelly
2019-02-10
Rationalise startup for compiler/main (#1737)
Kitson Kelly
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-01-28
Split out compiler snapshot (#1566)
Kitson Kelly
2019-01-23
fix: set env,key for string and value for string (#1567)
jingweicai
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
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-12
use byte array instead of string for code fetch (#1307)
F001
2018-12-11
Minor rename for CodeFetch parameters
Ryan Dahl
2018-11-02
Rename EnvPair to KeyValue.
Ryan Dahl
2018-10-29
Separate source map from output code.
Kitson Kelly
2018-10-23
Enforce media types
Kitson Kelly
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-14
Align JSDoc to style guide.
Kitson Kelly
2018-10-07
Updates to js to clean up default library
Kitson Kelly
2018-10-04
Rename fbs to msg.
Ryan Dahl
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-09-12
feat: add deno.makeTempDir
Yoshiya Hinosawa
2018-09-12
Implement deno.rename() (#731)
Mani Maghsoudlou
[next]