Age | Commit message (Expand) | Author |
---|---|---|
2020-04-23 | Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) | Ryan Dahl |
2020-04-21 | Move resource_table from deno::State to deno_core::Isolate (#4834) | Ryan Dahl |
2020-04-16 | remove more calls to futures::executor::block_on (#4775) | Bartek Iwańczuk |
2020-04-15 | Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca... | Ryan Dahl |
2020-04-03 | clippy (#4618) | Kitson Kelly |
2020-03-11 | Add waker to StreamResource to fix hang on close bugs (#4293) | João Souto |
2020-03-05 | Allow BadResource errors to take a custom message (#4251) | Ryan Dahl |
2020-03-04 | Remove unnecessary macro from cli/ops/tty.rs (#4254) | Bert Belder |
2020-02-26 | tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958) | Kevin (Kun) "Kassimo" Qian |