Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-23 | Statically link the C runtime library on Windows (#4469) | Bert Belder | |
2020-03-21 | Optimize github cache usage, remove sccache (#4452) | Bert Belder | |
2019-12-02 | Update .gitignore | Vincent LE GOFF | |
2019-11-13 | Ignore some files that facilitate editors. (#3337) | Kitson Kelly | |
Using an editor, such as VSCode, some of the plugins require some files locally to provide a good editing experience. These were removed from the repo, but allowing people to add them back locally but ensure they don't end up committed by accident would be helpful. | |||
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-09-19 | Clean up miscellaneous metafiles (#2981) | Bert Belder | |
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located. | |||
2019-09-15 | tools: refactor lint.py and format.py (#2950) | Bert Belder | |
2019-06-11 | feat: default output filename for deno bundle (#2484) | Ryan Dahl | |
And improve bundle docs | |||
2019-02-15 | Fix behavior for extensionless files with .mime file (#1779) | Kevin (Kun) "Kassimo" Qian | |
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-12-07 | Add benchmark for net/http (#1289) | Bartek Iwańczuk | |
2018-11-27 | gitignore vim .swp files | Ryan Dahl | |
2018-10-31 | .gitignore: dedupe | Bert Belder | |
2018-10-31 | Support 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-20 | feat: show only 20 benchmark data in inde.html | Yoshiya Hinosawa | |
2018-09-22 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-09-21 | Revert "Add benchmark tools (#777)" | Bert Belder | |
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff. | |||
2018-09-21 | Add benchmark tools (#777) | Yoshiya Hinosawa | |
2018-08-25 | Prevent circular imports in ts code (#576) | Francesco Borzì | |
2018-08-08 | Remove yarn.lock | Ryan Dahl | |
Fixes #393. | |||
2018-08-07 | Add Cargo.lock to .gitignore. | Ryan Dahl | |
2018-07-21 | Add deno_third_party as git submodule. | Ryan Dahl | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |
2018-07-08 | Clean 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-08 | tools: 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-07 | Move flatbuffers gn files to //build_extra/flatbuffers | Ryan Dahl | |
Fixes #342. | |||
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
2018-07-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
2018-07-01 | Add cpplint to third_party | Ryan Dahl | |
2018-07-01 | reorg: Move GN files to root (#309) | Yoshiya Hinosawa | |
refs: #285 | |||
2018-06-28 | Reorg: Move tools/ and gitignore to root. | Ryan Dahl | |
2018-06-22 | Delete go implementation (#276) | Ryan Dahl | |
The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
2018-06-12 | Simplify 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-14 | Add makefile and use protobufjs | Ryan Dahl | |
2018-05-14 | Send protobuf | Ryan Dahl | |
2018-05-13 | Loading assets and add .gitignore and yarn.lock | Ryan Dahl | |