Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Update to rust 2018 edition | Andy Hayden | |
2019-01-13 | Properly parse network addresses. (#1515) | Ryan Dahl | |
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-11-06 | Fix many of the clippy::pedantic warnings | Andy Hayden | |
2018-10-10 | Rename BadFileDescriptor | J2P | |
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-09-28 | Adds basic File I/O and FD table. | Ryan Dahl | |
Adds deno.stdin, deno.stdout, deno.stderr, deno.open(), deno.write(), deno.read(), deno.Reader, deno.Writer, deno.copy(). Fixes #721. tests/cat.ts works. | |||
2018-09-09 | Remove namespace from src/msg.fbs | Ryan Dahl | |
2018-08-23 | First pass at HTTP imports | Ryan Dahl | |
Implement --reload Integrate hyper errors into DenoError In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. |