Commit graph

151 commits

Author SHA1 Message Date
Ryan Dahl 912e4f7177
feat: default output filename for deno bundle (#2484)
And improve bundle docs
2019-06-11 14:38:19 -04:00
Matt Harrison d82c1991cf Add --seed for setting RNG seed (#2483) 2019-06-11 10:34:39 -04:00
Yoshiya Hinosawa 88b0c8756e website: use pre-wrap (#2486) 2019-06-10 11:03:51 -04:00
Bartek Iwańczuk a115340288 feat: Import maps (#2360) 2019-06-09 09:08:20 -04:00
Kurt Mackey 9a6cfd653d add tcp proxy benchmarks + split out website section for proxy req/s (#2464) 2019-06-06 22:46:18 -04:00
Bartek Iwańczuk 6fa4d2e759 feat: bring back deno <script> (#2451) 2019-06-05 13:44:46 -04:00
Vincent LE GOFF 0b50c698ad Add special hit cfix #1898 (#2455) 2019-06-05 09:21:08 -04:00
Christian Moritz 15dadf812c tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env vars 2019-05-30 13:18:30 -04:00
Ryan Dahl 3c355c2b32
Add 'brew install deno' to homepage (#2412) 2019-05-27 14:20:32 -04:00
Andy Hayden 62c377fc19 Add brew install deno to manual (#2407) 2019-05-24 22:22:16 +03:00
Steven ccdab61708 Remove prefix $ and > from manual (#2404) 2019-05-24 03:37:34 +03:00
champ 1386b6ead5 Fix examples in manual (#2396) 2019-05-23 10:47:11 +03:00
Ryan Dahl 0e89ca7b70
website: update http example (#2367) 2019-05-21 00:31:57 -04:00
Stephan Renatus e3e9021d23 website: fix workers benchmark links (#2370)
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-05-17 07:15:46 -04:00
Daiki Ihara 9c9c58c84d Add permission whitelist docs (#2365) 2019-05-16 10:39:19 -04:00
Atty Eleti 6679c4807c Fix typo in style guide (#2364) 2019-05-16 10:37:47 -04:00
Ryan Dahl 160a815767
Rename HTTP benchmarks (#2350) 2019-05-14 15:22:50 -04:00
ztplz 5e56e26c8b Typo (#2342) 2019-05-13 07:38:03 -04:00
Ryan Dahl cb93246f6d
Reorder benchmark page (#2314) 2019-05-11 00:44:48 -04:00
Vincent LE GOFF 07886a03cc [manual] fix example (#2307) 2019-05-09 13:44:38 -04:00
Bartek Iwańczuk 482834ba1f update manual.md for deno v0.4.0 (#2291) 2019-05-04 12:19:26 -04:00
Vincent LE GOFF 4861bb8aad add warning for adblockers (#2250) 2019-05-03 20:52:23 -04:00
Bartek Iwańczuk f6a9d7d717 add "deno run" subcommand (#2215) 2019-05-03 17:15:16 -04:00
Ryan Dahl 4648277fb4
Minor doc edits (#2231) 2019-05-03 15:02:14 -04:00
Bert Belder da428b52a1
Bump required rustc version to 1.34.1 2019-05-03 17:13:47 +02:00
Ryan Dahl 474d47e841
Fix max_latency benchmark on zero value (#2247) 2019-04-30 10:42:36 -07:00
Ryan Dahl 78bce41c14
Use alt logos on benchmarks and manual page (#2211) 2019-04-27 10:48:15 -07:00
Bartek Iwańczuk aa85a4d288 Rename CLI flags to subcommands (#2212) 2019-04-25 12:59:49 -06:00
Bartek Iwańczuk b7d8a0c6f6 Rename deno prefetch to deno fetch (#2210) 2019-04-25 13:47:33 -04:00
David Stone 098d6fffab Fix anchor links and add spinner to the benchmarks page (#2205) 2019-04-25 13:20:10 -04:00
Bartek Iwańczuk cd19da62d9 Refactor CLI entry point (#2157)
Changes "deno --types" to "deno types"
and "deno --prefetch" to "deno prefetch"
2019-04-21 11:34:18 -04:00
Daniel Schildt df8fb60709 docs: improve clarity of the text (#2165) 2019-04-20 22:48:48 -04:00
Dmitry Sharshakov 0c46358220 Add max memory benchmark (#2061) 2019-04-16 13:57:05 -04:00
JaePil Jung 9cb959ec95 Small fixes in manual.md (#2118) 2019-04-15 12:54:17 -04:00
tanakaworld b413cd5afd docs: add a pixelated animation logo (#2110) 2019-04-14 10:30:10 -04:00
Bartek Iwańczuk 591b5e4a7d Add deno eval subcommand (#2102) 2019-04-13 13:24:15 -04:00
迷渡 ea1b0519f5 Update deno -h output in manual (#2099) 2019-04-12 14:50:08 -04:00
Gxyz 3324afbd40 Fix typo in manual.md (#2066) 2019-04-07 06:55:44 +03:00
Bartek Iwańczuk 780e72ab6a Refactor CLI flag parsing (#2025) 2019-04-07 01:13:06 +03:00
andy finch 7a3df0a184 Add worker benchmarks (#2059) 2019-04-05 22:57:59 +03:00
Ryan Dahl 0a26230a87
Improve docs in core (#2049) 2019-04-04 09:35:52 -04:00
Vincent LE GOFF e44084c90d add scoop in the install (#2035) 2019-04-01 20:38:03 -04:00
迷渡 c855d0edd2 Update deno -h output in manual (#2030) 2019-04-01 11:01:58 -04:00
Bartek Iwańczuk bdc455dd25 Add Process.stderrOutput() (#1828) 2019-03-28 16:09:46 -04:00
Ryan Dahl c25e262b04
Merge the --recompile and --reload flags (#2003) 2019-03-28 16:05:41 -04:00
ztplz 8ac36d8db4 Fix typo (#2010) 2019-03-27 23:50:40 -04:00
ztplz 989e86c8de Fix some typos (#2005) 2019-03-27 02:26:03 -04:00
Bernard Lin 3cc90d9bcf Add benchmark for max latency (#1975) 2019-03-24 23:36:27 -04:00
Ryan Dahl 12753e492f
Website updates (#1984) 2019-03-22 11:34:47 -04:00
Ryan Dahl 9444bd71a0
Website and manual improvements (#1967) 2019-03-20 12:39:47 -04:00