Age | Commit message (Expand) | Author |
---|---|---|
2020-12-13 | refactor: deno_runtime crate (#8640) | Bartek Iwańczuk |
2020-09-15 | refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) | Bert Belder |
2020-09-06 | Move JSON ops to deno_core (#7336) | 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-05-17 | Implement Deno.kill for windows (#5347) | Ali Hasani |
2020-04-08 | upgrade: rust crates (#4679) | Ryan Dahl |
2020-02-23 | refactor: use OpError instead of ErrBox for errors in ops (#4058) | Bartek Iwańczuk |
2020-01-24 | Add signal handlers (#3757) | Yoshiya Hinosawa |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl |
2019-07-11 | Refactor error to use dynamic dispatch and traits | Bert Belder |
2019-06-19 | Combine CLI Errors (#2487) | Kitson Kelly |
2019-04-21 | Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) | Kevin (Kun) "Kassimo" Qian |