Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | Better build instructions for windows | Nisheet Sinvhal | |
Fixes #802. | |||
2018-09-27 | Add benchmark descriptions. | Ryan Dahl | |
2018-09-22 | Update README and Roadmap. (#799) | Ryan Dahl | |
2018-09-09 | docs: add contributing guide | Yoshiya Hinosawa | |
2018-09-06 | Move installer to its own repo. | Ryan Dahl | |
https://github.com/denoland/deno_install 1. This allows the installer to use a more aggressive CI build matrix with different version of python. 2. Running the installer during tools/test.py artificially inflates our download stats. 3. Running the installer during tools/test.py makes the test script dependent on having an internet connection. 4. Running the installer during tools/test.py introduces a race condition during release - where it tries and fails to download the latest release in build process that should be uploading that release. | |||
2018-09-05 | Format | Ryan Dahl | |
2018-08-31 | Add release installer (#639) | Mirko Jotic | |
2018-08-29 | typo | Mohammed Salman | |
2018-08-27 | Show mac in build table. | Ryan Dahl | |
2018-08-23 | Update Readme with link to releases. | Ryan Dahl | |
2018-08-19 | Readme: specify build deps more carefully (#547) | C. K. Tang | |
2018-08-18 | Rename :all target to :default | Ryan Dahl | |
2018-08-03 | Fix badges | Ryan Dahl | |
Add gitter link. | |||
2018-08-02 | Use build.py -j2 on travis. | Ryan Dahl | |
Avoids OOM during rollup. | |||
2018-08-02 | Update repo links to denoland. | Ryan Dahl | |
2018-08-02 | Update README | Ryan Dahl | |
2018-08-01 | Update protobuf link to flatbuffer | Karl Horky | |
Ref: https://github.com/ry/deno/pull/330 | |||
2018-07-31 | Upgrade TypeScript (3.0.1) | Kitson Kelly | |
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts) | |||
2018-07-29 | Rename run_hooks.py to setup.py | Ryan Dahl | |
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. | |||
2018-07-24 | Add tools/build.py (#398) | Ryan Dahl | |
To allow better tab completion for ./tools/build.py mv build_third_party.py sync_third_party.py | |||
2018-07-21 | Add deno_third_party as git submodule. | Ryan Dahl | |
2018-07-14 | update v8 version in readme to match reality | Mike Reinstein | |
2018-07-07 | Fix command in README | Ryan Dahl | |
2018-07-06 | Improve README | Ryan Dahl | |
2018-07-04 | Add tools/build_third_party.py (#328) | Yoshiya Hinosawa | |
Fixes #312 | |||
2018-07-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
2018-07-01 | chore: move //src/js to //js | Yoshiya Hinosawa | |
refs: #285 | |||
2018-07-01 | reorg: Move GN files to root (#309) | Yoshiya Hinosawa | |
refs: #285 | |||
2018-06-28 | explicitly add rust as an install dependency | Mike Reinstein | |
2018-06-27 | README: update build instructions (#292) | Matias Insaurralde | |
2018-06-23 | Update README to reflect on Go removal; Improve compile instructions (#283) | Kevin (Kun) "Kassimo" Qian | |
2018-06-22 | Move `deno2` folder to `src` (#277) | Tristan Marion | |
2018-06-22 | Delete go implementation (#276) | Ryan Dahl | |
The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
2018-06-17 | Start roadmap document. | Ryan Dahl | |
2018-06-11 | Add note about github noise (#244) | Joshua Chaitin-Pollak | |
2018-06-08 | Minor tweaks to README.md (#173) | Zearin | |
2018-06-04 | 📝 Update install instructions around known error (#110) | Sam Saccone | |
Even though the readme told me there was going to be an error, I was still confused about this error, as it looked unrelated to fetching the sources. To clarify this update the readme to spell out the expected error. Fixes #109 | |||
2018-06-04 | Link to jsconf slides. | Ryan Dahl | |
2018-06-04 | Add submodule instructions. | Ryan Dahl | |
2018-05-31 | Add reference links and enhance README's format | ULIVZ | |
2018-05-31 | Improve compile instructions in README | Kitson Kelly | |
2018-05-30 | Improve README | Ryan Dahl | |
2018-05-29 | typo: propelml -> ry (#10) | Parsa Ghadimi | |
* typo: propelml -> ry | |||
2018-05-29 | docs(README.md): fix typo | Yoshiya Hinosawa | |
2018-05-29 | Support using deno as a library | Ryan Dahl | |
2018-05-29 | Add more features | Ryan Dahl | |
2018-05-29 | fix typo: privlaged -> privileged | Florian Hämmerle | |
2018-05-29 | Fix ccache in travis (and update readme) | Ryan Dahl | |
2018-05-29 | Improve README | Ryan Dahl | |
2018-05-19 | Split up go code into multiple files | Ryan Dahl | |