Age | Commit message (Expand) | Author |
---|---|---|
2020-04-27 | signal APIs should require --unstable (#4926) | Ryan Dahl |
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-03 | clippy (#4618) | Kitson Kelly |
2020-03-05 | Allow BadResource errors to take a custom message (#4251) | Ryan Dahl |
2020-02-25 | Clean up how we use opIds (#4118) | Ryan Dahl |
2020-02-23 | refactor: use OpError instead of ErrBox for errors in ops (#4058) | Bartek Iwańczuk |
2020-02-08 | refactor: rename ThreadSafeState, use RefCell for mutable state (#3931) | Bartek Iwańczuk |
2020-02-07 | Add blanket impl for the 'Resource' trait (#3903) | Bert Belder |
2020-02-03 | refactor: Use Tokio's single-threaded runtime (#3844) | Ryan Dahl |
2020-01-24 | s/PinnedBuf/ZeroCopyBuf (#3782) | Ryan Dahl |
2020-01-24 | Add signal handlers (#3757) | Yoshiya Hinosawa |