Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-02-18 | build: fix deps for deno_runtime_declaration | Ryan Dahl | |
2019-01-28 | Split out compiler snapshot (#1566) | Kitson Kelly | |
Speeds up startup time, reduces runtime heap size. | |||
2019-01-24 | Minor code cleanups (#1570) | JaePil Jung | |
2018-12-18 | Remove prebuilt v8 support | Bert Belder | |
2018-12-11 | build: snapshot doesn't need source_map | Ryan Dahl | |
Continuation of the work done in c113df. | |||
2018-12-03 | gn snapshot template's target_name should be target | Ryan Dahl | |
2018-11-29 | Move libdeno build config to libdeno/BUILD.gn | Ryan Dahl | |