summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2019-05-17website: fix workers benchmark links (#2370)Stephan Renatus
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-05-16Add permission whitelist docs (#2365)Daiki Ihara
2019-05-16Fix typo in style guide (#2364)Atty Eleti
2019-05-14Rename HTTP benchmarks (#2350)Ryan Dahl
2019-05-13Typo (#2342)ztplz
2019-05-11Reorder benchmark page (#2314)Ryan Dahl
2019-05-09[manual] fix example (#2307)Vincent LE GOFF
2019-05-04update manual.md for deno v0.4.0 (#2291)Bartek Iwańczuk
2019-05-03add warning for adblockers (#2250)Vincent LE GOFF
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-05-03Minor doc edits (#2231)Ryan Dahl
2019-05-03Bump required rustc version to 1.34.1Bert Belder
2019-04-30Fix max_latency benchmark on zero value (#2247)Ryan Dahl
2019-04-27Use alt logos on benchmarks and manual page (#2211)Ryan Dahl
2019-04-25Rename CLI flags to subcommands (#2212)Bartek Iwańczuk
2019-04-25Rename deno prefetch to deno fetch (#2210)Bartek Iwańczuk
2019-04-25Fix anchor links and add spinner to the benchmarks page (#2205)David Stone
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-20docs: improve clarity of the text (#2165)Daniel Schildt
2019-04-16Add max memory benchmark (#2061)Dmitry Sharshakov
2019-04-15Small fixes in manual.md (#2118)JaePil Jung
2019-04-14docs: add a pixelated animation logo (#2110)tanakaworld
2019-04-13Add deno eval subcommand (#2102)Bartek Iwańczuk
2019-04-12Update `deno -h` output in manual (#2099)迷渡
2019-04-07Fix typo in manual.md (#2066)Gxyz
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-04-05Add worker benchmarks (#2059)andy finch
2019-04-04Improve docs in core (#2049)Ryan Dahl
2019-04-01add scoop in the install (#2035)Vincent LE GOFF
2019-04-01Update `deno -h` output in manual (#2030)迷渡
2019-03-28Add Process.stderrOutput() (#1828)Bartek Iwańczuk
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-27Fix typo (#2010)ztplz
2019-03-27Fix some typos (#2005)ztplz
2019-03-24Add benchmark for max latency (#1975)Bernard Lin
2019-03-22Website updates (#1984)Ryan Dahl
2019-03-20Website and manual improvements (#1967)Ryan Dahl
2019-03-19Deprecate DENO_BUILD_MODE=releaseRyan Dahl
Instead use: tools/build.py --release
2019-03-17Typo fix in styleguide (#1946)Nikola Ristic
2019-03-16Fix a missing import in manual.md example for testing (#1935)joemclo
2019-03-15Add test style guide (#1918)Vincent LE GOFF
2019-03-15jsdoc style guide update (#1932)Vincent LE GOFF
2019-03-15docs: fix example (#1936)Yoshiya Hinosawa
2019-03-14Fix command in manual.md (#1931)Jack Rowlingson
2019-03-11manual: Improve formatting (#1842)Jed Fox
2019-03-08docs: package.ts -> deps.ts (#1903)Yoshiya Hinosawa
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript.
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-03-05Fix website manual link (#1889)Grant Timmerman
2019-03-04tools: remove fix_symlinks() functionBert Belder
This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout.