summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-11Use path.Join instead of + (#143)chainhelen
Towards windows support.
2018-06-09Improve golang profiling (#193)Matias Insaurralde
2018-06-05Use check() to improve error check (#139)Weijia Wang
2018-05-30Replace -allow-connect and -allow-accept with -allow-netRyan Dahl
2018-05-29Crash nicely on no argument.Ryan Dahl
2018-05-29Add permission flagsRyan Dahl
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-29Add denoMainRyan Dahl
2018-05-28Add LICENSERyan Dahl
2018-05-28Fix 007_stack_trace.ts by removing --abort-on-uncaught-exceptionRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-25Use proto3 again.Ryan Dahl
2018-05-25Move away from oneof in msg.protoRyan Dahl
This is due to the size added to msg.pb.js for every new message. See comment in msg.proto.
2018-05-25Improve debug logging in golangRyan Dahl
2018-05-25Rename --root flag to --cachedirRyan Dahl
2018-05-24Add -root flag so tests can write artifacts to tmpRyan Dahl
2018-05-24Rename CompileDir to CacheDirRyan Dahl
2018-05-23Move pubMsg to dispatchRyan Dahl
2018-05-23Add special deno module to public apiRyan Dahl
2018-05-23Add debug logging to golang sideRyan Dahl
2018-05-23Better exception outputRyan Dahl
2018-05-23Move ResolveModule to os.goRyan Dahl
2018-05-22Use proto2 instead of proto3Ryan Dahl
Travis doesn't support proto3.
2018-05-22Add go profiling CLI flagRyan Dahl
2018-05-21Organize modules: timers, osRyan Dahl
2018-05-21Add dispatch pub/subRyan Dahl
2018-05-21Support source maps for internal code.Ryan Dahl
2018-05-19Split up go code into multiple filesRyan Dahl
2018-05-19Command line flagsRyan Dahl
2018-05-19Remote module cachingRyan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-18First pass at setTimeoutRyan Dahl
2018-05-17Clean up msg.protoRyan Dahl
2018-05-17Enable cachingRyan Dahl
2018-05-17runtime.ts - first pass at caching compilerRyan Dahl
2018-05-15Compile cache and relative imports working.Ryan Dahl
2018-05-14Support V8 flagsRyan Dahl
2018-05-14Support relative import.Ryan Dahl
2018-05-14Use typescriptRyan Dahl
2018-05-14Minor clean upRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl
2018-05-14readFileSync is workingRyan Dahl
2018-05-14Add makefile and use protobufjsRyan Dahl
2018-05-14Send protobufRyan Dahl
2018-05-13Loading assets and add .gitignore and yarn.lockRyan Dahl
2018-05-13InitRyan Dahl