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
/
cli
/
ops
/
os.rs
Age
Commit message (
Expand
)
Author
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-24
Add missing node os.release() implementation (#4065)
ecyrbe
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-22
feat(std/node): add os.loadavg() (#4075)
ecyrbe
2020-02-08
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-09
feat: Deno.args now does not include script (#3628)
Ry Dahl
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-21
feat: Add Deno.dir("executable") (#3526)
Nayeem Rahman
2019-12-18
Reduce all directory functions to Deno.dir() (#3518)
Ry Dahl
2019-12-15
Feat: Add more dir APIs for Deno (#3491)
Axetroy
2019-12-03
remove duplicated argv member from ThreadSafeGlobalState (#3433)
Ry Dahl
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-10-11
Add init methods for each op module (#3087)
Ryan Dahl
2019-10-04
Use xeval from deno_std (#3058)
Nayeem Rahman
2019-10-02
feat: Add support for passing a key to Deno.env() (#2952)
Jed Fox
2019-09-27
Add Deno.hostname() (#3032)
Kevin (Kun) "Kassimo" Qian
2019-09-15
Make deno_cli installable via crates.io (#2946)
Ryan Dahl
2019-09-15
Rename ansi.rs to colors.rs (#2956)
Tomohito Nakayama
2019-09-06
Remove replacements hack in deno_typescript (#2864)
Yoshiya Hinosawa
2019-09-03
Handle typescript version in rust (#2855)
Yoshiya Hinosawa
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-14
split up ops.rs (#2753)
Bartek Iwańczuk