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-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
2020-05-16
fix some unwrap() in Rust (#5485)
Yiyu Lin
2020-05-15
fix some clippy warning (#5462)
Yiyu Lin
2020-05-14
cli: don't panic on Deno.close invalid argument (#5320)
Kevin (Kun) "Kassimo" Qian
2020-05-11
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Bert Belder
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-09
BREAKING: make Deno.hostname unstable (#5108)
Ryan Dahl
2020-05-08
refactor: Remove cli::compilers module (#5138)
Bartek Iwańczuk
2020-05-07
BREAKING: make Worker.deno unstable (#5128)
Bartek Iwańczuk
2020-05-07
BREAKING: Remove support for .wasm imports (#5135)
Bartek Iwańczuk
2020-05-06
BREAKING: execPath should require allow-read (#5109)
Ryan Dahl
2020-05-05
refactor(ts): remove op_cache (#5071)
Bartek Iwańczuk
2020-05-04
stabilize Deno.cwd and require --allow-read (#5068)
Ryan Dahl
2020-05-04
Rename DenoPermissions, add abs path asserts (#5076)
Ryan Dahl
2020-05-02
Deno.chdir should require allow-read not allow-write (#5033)
Ryan Dahl
2020-05-02
BREAKING: disallow static import of local modules from remote modules (#5050)
Bartek Iwańczuk
2020-05-02
BREAKING: remove support for JSON imports (#5037)
Bartek Iwańczuk
2020-05-01
BREAKING: remove window.location and self.location (#5034)
Bartek Iwańczuk
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-29
BREAKING: Include limited metadata in 'DirEntry' objects (#4941)
Bert Belder
2020-04-29
Make Deno.isatty stable (#4937)
Brayden
2020-04-28
refactor: factor out datagram from Deno.listen(), make it unstable (#4968)
Bartek Iwańczuk
2020-04-28
BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp...
Ali Hasani
2020-04-28
BREAKING: Use LLVM target triple for Deno.build (#4948)
Ryan Dahl
2020-04-28
mark Deno.startTls as unstable (#4965)
Bartek Iwańczuk
2020-04-28
Make shutdown unstable and async (#4940)
Luca Casonato
[prev]
[next]