summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-12-07Add benchmark for net/http (#1289)Bartek Iwańczuk
2018-11-27gitignore vim .swp filesRyan Dahl
2018-10-31.gitignore: dedupeBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
- Based on code from @qti3e and @piscisaureus in #724 and #1125 respectively. - TODO The DENO_BUILD_PATH env var must be supplied and must be an absolute path, this restriction should be removed in future work.
2018-10-20feat: show only 20 benchmark data in inde.htmlYoshiya Hinosawa
2018-09-22Add benchmark tools (#777)Yoshiya Hinosawa
2018-09-21Revert "Add benchmark tools (#777)"Bert Belder
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff.
2018-09-21Add benchmark tools (#777)Yoshiya Hinosawa
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-08Remove yarn.lockRyan Dahl
Fixes #393.
2018-08-07Add Cargo.lock to .gitignore.Ryan Dahl
2018-07-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-08Clean up tools/Ryan Dahl
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis.
2018-07-08tools: generate third_party dir and symlinks from the script. (#346)Yoshiya Hinosawa
Everyone needs to run ./tools/build_third_party.py after this commit.
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
Fixes #342.
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-01Add cpplint to third_partyRyan Dahl
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285
2018-06-28Reorg: Move tools/ and gitignore to root.Ryan Dahl
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-12Simplify pbjs build with hack.Ryan Dahl
Just check in the generated files and create them using js/pbjs_hack.py. This allows vscode to be used and sane compilations.
2018-05-14Add makefile and use protobufjsRyan Dahl
2018-05-14Send protobufRyan Dahl
2018-05-13Loading assets and add .gitignore and yarn.lockRyan Dahl