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
Age
Commit message (
Expand
)
Author
2020-08-28
refactor: migrate ops to new dispatch wrapper (#7118)
Bartek Iwańczuk
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
Remove some more unnecessary 'to_string()' calls (#7190)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-18
refactor: permissions (#7074)
Nayeem Rahman
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
2020-08-12
Undo JsonOpDispatcher and OpDispatcher traits (#7023)
Ryan Dahl
2020-08-10
feat: Stabilize Deno.mainModule (#6993)
Nayeem Rahman
2020-08-07
Encode op errors as strings instead of numbers (#6977)
Bartek Iwańczuk
2020-08-05
feat(cli): custom http client for fetch (#6918)
Luca Casonato
2020-07-23
refactor: remove more compiler runtime code (#6841)
Bartek Iwańczuk
2020-07-20
Remove deno_typescript (#6813)
Ryan Dahl
2020-07-18
Share reqwest client between fetch calls (#6792)
Luca Casonato
2020-07-14
refactor: new trait JsonOpDispatcher (#6742)
Gurwinder Singh
2020-07-13
refactor: Make OpDispatcher a trait (#6736)
Gurwinder Singh
2020-07-10
fix(URL): Implement spec-compliant host parsing (#6689)
Nayeem Rahman
2020-07-10
feat(unstable): add Deno.consoleSize (#6520)
Sebastien Filion
2020-07-09
fix(cli): panic when stdio is null on windows (#6528)
Maayan Hanin
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-07-08
feat(unstable): Deno.ppid (#6539)
uki00a
2020-07-06
feat: Deno.chown() make uid, gid args optional (#4612)
dubiousjim
2020-06-27
fix(cli): change seek offset type from i32 to i64 (#6518)
Casper Beyer
2020-06-26
Fix clippy warning (#6503)
Bert Belder
2020-06-26
feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403)
Casper Beyer
2020-06-25
fix: panic when process stdio rid is 0 or invalid (#6405)
Luca Casonato
2020-06-22
feat(unstable): add Deno.fstatSync and fstat (#6425)
Casper Beyer
2020-06-21
feat(unstable): add Deno.fsyncSync and fsync (#6411)
Casper Beyer
2020-06-20
Remove Deno.dir and dirs dependency (#6385)
Ryan Dahl
2020-06-20
feat(unstable): add Deno.ftruncate and ftruncateSync (#6243)
Casper Beyer
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-15
unixpacket should also return byte length on send (#6291)
Peter Evers
2020-06-13
fix: DatagramConn.send should return bytes sent (#6265)
Kermit Xuan
2020-06-12
Revert "feat: add Deno.osName()" (#6261)
Ryan Dahl
2020-06-11
feat: add Deno.osName() (#5714)
Rubin Bhandari
2020-06-10
feat: Add Deno.mainModule (#6180)
John Gardner
2020-06-10
fix udp BorrowMutError (#6221)
Ryan Dahl
2020-06-09
fix: Deno.readSync on stdin (#6126)
Casper Beyer
2020-06-09
feat(cli): Add Deno.env.delete() (#5859)
Tuan Le
2020-06-09
fix(cli/js/web/worker): Disable relative module specifiers (#5266)
Nayeem Rahman
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-30
fix(#4850): Deno.remove() fails to remove unix socket (#5967)
uki00a
2020-05-30
upgrade: Rust crates (#5959)
Ryan Dahl
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-05-29
fix(cli/permissions): Fix CWD and exec path leaks (#5642)
Nayeem Rahman
2020-05-24
Add unstable checks for unix transport (#5818)
Valentin Anger
2020-05-19
Implement Deno.symlink() for windows (#5533)
Ali Hasani
2020-05-18
Make Deno.remove() work with directory symlinks on windows (#5488)
Ali Hasani
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-17
Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)
Yiyu Lin
[prev]
[next]