Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | Optimization: Reuse ArrayBuffer during serialization. | Ryan Dahl | |
2018-10-17 | Fix a bug that copyFile reports different error codes | Jinho Bang | |
This is a workaroud. Once the issue is resolved in Rust side, we should remove it. Fixes #895 | |||
2018-10-16 | Format | Ryan Dahl | |
2018-10-15 | `deno -v` should report typescript version | Jinho Bang | |
Fixes #993 | |||
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-06 | docs: fix urls in comments | Yoshiya Hinosawa | |
2018-10-06 | Fix symlink error message | Kevin (Kun) "Kassimo" Qian | |
2018-10-05 | Replace panic with error on windows for symlink | Kevin (Kun) "Kassimo" Qian | |
2018-10-05 | Clean up helpers in src/errors.rs | Ryan Dahl | |
* Add errors::bad_resource() * Move permission_denied() to errors.rs * Make op_symlink's not_implemented() into a runtime panic. | |||
2018-10-05 | Implement closeRead/closeWrite using TcpStream::shutdown (#903) | Kevin (Kun) "Kassimo" Qian | |
2018-10-04 | Use underscores in filenames. | Ryan Dahl | |
2018-10-04 | Rename flatbuffer base.msg to base.inner | Ryan Dahl | |
This better disambiguates with the msg_generated.ts module, which in JS we call "fbs", but would be better called "msg". | |||
2018-10-04 | Rename msg_from_js() to dispatch(). | Ryan Dahl | |
2018-10-04 | Rename handler.rs to ops.rs | Ryan Dahl | |