Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | Move `deno2` folder to `src` (#277) | Tristan Marion | |
2018-06-19 | Snapshot clean ups | Ryan Dahl | |
- Don't call eval() in mock_runtime - not allowed - see js2c.py. - Don't use v8_use_external_startup_data - Move MakeSnapshot to snapshot_creator.cc - Use logging.h in from_snapshot.cc | |||
2018-06-17 | Small fixes | Bert Belder | |
* Squelch printf format warning. * Fix Linux build by symlinking buildtools to v8/buildtools. * Lint comment in BUILD.gn. | |||
2018-06-15 | Fix error handling in deno::ReadFileToString | Ryan Dahl | |
Starts a unit test for it, and adds to mock_runtime_test. | |||
2018-06-14 | Cleans up ReadFile and snapshot_creator code. | Ryan Dahl | |