0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
Commit graph

102 commits

Author SHA1 Message Date
Eric Lewis
f51903f773 Add top-level await issue link to readme (#860) 2018-09-30 11:01:08 -04:00
Nisheet Sinvhal
50b8935a1f
Better build instructions for windows
Fixes #802.
2018-09-27 17:34:20 -07:00
Ryan Dahl
ef41a1ab2b Add benchmark descriptions. 2018-09-27 05:00:23 -04:00
Ryan Dahl
7a4ad045b1
Update README and Roadmap. (#799) 2018-09-22 08:43:44 -04:00
Yoshiya Hinosawa
8020f5fc0b docs: add contributing guide 2018-09-09 12:08:40 -04:00
Ryan Dahl
7784b0e17e Move installer to its own repo.
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-06 10:22:15 -04:00
Ryan Dahl
32f0c37a42 Format 2018-09-05 22:27:47 -04:00
Mirko Jotic
3d063223cc Add release installer (#639) 2018-08-31 20:55:04 -04:00
Mohammed Salman
131a44f559 typo 2018-08-29 10:34:03 +02:00
Ryan Dahl
1cf4bc5ca1 Show mac in build table. 2018-08-27 17:51:24 -04:00
Ryan Dahl
1355803849 Update Readme with link to releases. 2018-08-23 19:03:35 +02:00
C. K. Tang
8aa0408671 Readme: specify build deps more carefully (#547) 2018-08-19 15:25:09 -04:00
Ryan Dahl
81b042c8db
Rename :all target to :default 2018-08-18 01:09:48 +02:00
Ryan Dahl
2830023f65 Fix badges
Add gitter link.
2018-08-03 10:28:02 -04:00
Ryan Dahl
d63e03a8e7 Use build.py -j2 on travis.
Avoids OOM during rollup.
2018-08-02 23:12:49 -04:00
Ryan Dahl
d8b68648d1 Update repo links to denoland. 2018-08-02 23:12:49 -04:00
Ryan Dahl
3e5e07289e Update README 2018-08-02 17:16:24 -04:00
Karl Horky
2adc9bd580 Update protobuf link to flatbuffer
Ref: https://github.com/ry/deno/pull/330
2018-08-01 14:59:37 -04:00
Kitson Kelly
36fa1cea4a Upgrade TypeScript (3.0.1)
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-31 20:47:49 -04:00
Ryan Dahl
db65c723ae Rename run_hooks.py to setup.py
Moves 'gn gen' into setup.py

Make tools/build.py more ergonomic.
2018-07-29 00:24:16 -04:00
Ryan Dahl
0875411267
Add tools/build.py (#398)
To allow better tab completion for ./tools/build.py
mv build_third_party.py sync_third_party.py
2018-07-24 13:42:23 -04:00
Ryan Dahl
5d1cb54261 Add deno_third_party as git submodule. 2018-07-21 13:04:11 -04:00
Mike Reinstein
ed9acaec7d update v8 version in readme to match reality 2018-07-14 21:40:25 -04:00
Ryan Dahl
bcdd917d79 Fix command in README 2018-07-07 17:40:59 -04:00
Ryan Dahl
41328d796e Improve README 2018-07-06 10:46:30 -04:00
Yoshiya Hinosawa
2060bc939d Add tools/build_third_party.py (#328)
Fixes #312
2018-07-04 15:04:59 +02:00
Yoshiya Hinosawa
6f7ca760b8 move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
Yoshiya Hinosawa
ea35281d63 chore: move //src/js to //js
refs: #285
2018-07-01 17:22:36 +02:00
Yoshiya Hinosawa
6830370c3e reorg: Move GN files to root (#309)
refs: #285
2018-07-01 13:47:28 +02:00
Mike Reinstein
c2deb54daf explicitly add rust as an install dependency 2018-06-28 21:23:11 +02:00
Matias Insaurralde
fc328e0095 README: update build instructions (#292) 2018-06-27 11:39:28 +02:00
Kevin (Kun) "Kassimo" Qian
a2064ca89c Update README to reflect on Go removal; Improve compile instructions (#283) 2018-06-23 01:19:58 +02:00
Tristan Marion
3b595253a2 Move deno2 folder to src (#277) 2018-06-22 15:30:35 +02:00
Ryan Dahl
86354a29a4
Delete go implementation (#276)
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-22 14:23:42 +02:00
Ryan Dahl
e7d071b750 Start roadmap document. 2018-06-17 13:51:13 +02:00
Joshua Chaitin-Pollak
69868c2b0e Add note about github noise (#244) 2018-06-11 20:28:33 +02:00
Zearin
c977cba123 Minor tweaks to README.md (#173) 2018-06-08 10:38:47 +02:00
Sam Saccone
8e211ea685 📝 Update install instructions around known error (#110)
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 09:41:51 +02:00
Ryan Dahl
b6062ae662 Link to jsconf slides. 2018-06-04 09:10:54 +02:00
Ryan Dahl
a315d1ef97 Add submodule instructions. 2018-06-04 08:46:23 +02:00
ULIVZ
942daac1da Add reference links and enhance README's format 2018-05-31 23:32:02 +02:00
Kitson Kelly
4dce562333 Improve compile instructions in README 2018-05-31 16:04:06 +02:00
Ryan Dahl
4319a0e681 Improve README 2018-05-30 17:11:15 +02:00
Parsa Ghadimi
247932b00e typo: propelml -> ry (#10)
* typo: propelml -> ry
2018-05-29 14:02:43 -04:00
Yoshiya Hinosawa
f72655c863 docs(README.md): fix typo 2018-05-29 05:29:53 -04:00
Ryan Dahl
0ea603d96e Support using deno as a library 2018-05-29 04:34:44 -04:00
Ryan Dahl
95eb8dc5e4 Add more features 2018-05-29 03:22:05 -04:00
Florian Hämmerle
8631e44449 fix typo: privlaged -> privileged 2018-05-29 02:25:18 -04:00
Ryan Dahl
1d71f93e2f Fix ccache in travis (and update readme) 2018-05-29 01:35:06 -04:00
Ryan Dahl
1af2b2ae0b Improve README 2018-05-29 00:39:13 -04:00
Ryan Dahl
258aa56532 Split up go code into multiple files 2018-05-19 05:53:29 -04:00
Ryan Dahl
d1f71db455 Add README 2018-05-18 12:25:59 -04:00