Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-07 | upgrade: V8 8.0.192 | Ryan Dahl | |
2019-07-24 | Add error handling for dynamic imports to libdeno (#2678) | Bert Belder | |
2019-07-09 | Upgrade v8 to 7.7.200 (#2624) | Ryan Dahl | |
2019-06-06 | Deno.core.evalContext & Deno.core.print fix (#2465) | MichaĆ Sabiniarz | |
2019-03-30 | Move //libdeno to //core/libdeno (#2015) | Ryan Dahl | |
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it. |