Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2020-01-02 | Add missing year ranges to copyright notices (#3582) | Waldir Pimenta | |
2019-11-07 | upgrade: V8 8.0.192 | Ryan Dahl | |
2019-09-24 | Upgrade V8 for top-level-await (#3015) | Ryan Dahl | |
2019-09-12 | feat: add bindings to run microtasks from Isolate (#2793) | Bartek IwaĆczuk | |
2019-07-24 | Add error handling for dynamic imports to libdeno (#2678) | Bert Belder | |
2019-06-10 | Expose dynamic import in core (#2472) | Ryan Dahl | |
2019-06-06 | libdeno: expose dynamic import (#2461) | Ryan Dahl | |
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. |