summaryrefslogtreecommitdiff
path: root/deno2/tools
AgeCommit message (Collapse)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-22Travis for deno2Ryan Dahl
2018-06-19Don't run package.json through prettierBert Belder
Because yarn and npm reset the style every time they update the file.
2018-06-17First pass at deno rustRyan Dahl
2018-06-17Move gn templates into deno.gniRyan Dahl
2018-06-14Demo protobufs in deno2.Ryan Dahl
Adds deno_set_response() to allow stack allocated responses.
2018-06-12Fix protobufjs snapshotting.Ryan Dahl
2018-06-12Format json too.Ryan Dahl
2018-06-11deno2: fmt js dirRyan Dahl
2018-06-10make_snapshot should be privateRyan Dahl
Now deno.h doesn't export v8.h and is self contained.
2018-06-10First pass at libdeno.Ryan Dahl
2018-06-10deno2: Fix lintRyan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl