summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-11-30doc: Remove TS and V8 versions from README file (#1258)Kyra
2018-11-17Use short install links.Ryan Dahl
2018-11-11Use https for the demoSteven Liekens
Without HTTPS it might be possible for a MITM to inject arbitrary code into the "thumb.ts" response which Deno would then execute.
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-10-25doc: update TS and V8 version in README fileAntoine du Hamel
Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041
2018-10-19Add Docs.mdRyan Dahl
Remove stuff from Roadmap that has been implemented.
2018-10-15Specify deno_dir location with env var DENO_DIR (#970)Amos Lim
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.)
2018-10-05readme: fix formatting errorBert Belder
2018-10-04Update instructions on using ./tools/format.py in READMEYingbo (Max) Wang
2018-10-04formatBert Belder
2018-10-04tools/format: format markdown files with prettierBert Belder
2018-09-30Add top-level await issue link to readme (#860)Eric Lewis
2018-09-27Better build instructions for windowsNisheet Sinvhal
Fixes #802.
2018-09-27Add benchmark descriptions.Ryan Dahl
2018-09-22Update README and Roadmap. (#799)Ryan Dahl
2018-09-09docs: add contributing guideYoshiya Hinosawa
2018-09-06Move 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-05FormatRyan Dahl
2018-08-31Add release installer (#639)Mirko Jotic
2018-08-29typoMohammed Salman
2018-08-27Show mac in build table.Ryan Dahl
2018-08-23Update Readme with link to releases.Ryan Dahl
2018-08-19Readme: specify build deps more carefully (#547)C. K. Tang
2018-08-18Rename :all target to :defaultRyan Dahl
2018-08-03Fix badgesRyan Dahl
Add gitter link.
2018-08-02Use build.py -j2 on travis.Ryan Dahl
Avoids OOM during rollup.
2018-08-02Update repo links to denoland.Ryan Dahl
2018-08-02Update READMERyan Dahl
2018-08-01Update protobuf link to flatbufferKarl Horky
Ref: https://github.com/ry/deno/pull/330
2018-07-31Upgrade 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-29Rename run_hooks.py to setup.pyRyan Dahl
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic.
2018-07-24Add 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-21Add deno_third_party as git submodule.Ryan Dahl
2018-07-14update v8 version in readme to match realityMike Reinstein
2018-07-07Fix command in READMERyan Dahl
2018-07-06Improve READMERyan Dahl
2018-07-04Add tools/build_third_party.py (#328)Yoshiya Hinosawa
Fixes #312
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285
2018-06-28explicitly add rust as an install dependencyMike Reinstein
2018-06-27README: update build instructions (#292)Matias Insaurralde
2018-06-23Update README to reflect on Go removal; Improve compile instructions (#283)Kevin (Kun) "Kassimo" Qian
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-17Start roadmap document.Ryan Dahl
2018-06-11Add note about github noise (#244)Joshua Chaitin-Pollak
2018-06-08Minor 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-04Link to jsconf slides.Ryan Dahl