Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-15 | Move GN root into //core/libdeno (#2943) | Christian Moritz | |
2019-09-11 | Added normalized benchmark graphs (#2919) | Luca Casonato | |
2019-09-09 | minor manual edits (#2883) | Andrew Hughes | |
2019-09-06 | Add default-run (+ clean up old references) (#2876) | Nayeem Rahman | |
2019-09-06 | Remove tools/build.py (#2865) | Ryan Dahl | |
Testing regression: ASAN build removed. | |||
2019-09-02 | fix list style (#2842) | 迷渡 | |
2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
2019-08-31 | Fix small typo (effects -> affects) (#2841) | Josh Pullen | |
2019-08-30 | Use 'reqwest' to implement HTTP client (#2822) | Bartek Iwańczuk | |
Closes #2720 | |||
2019-08-29 | update `deno help` output (#2832) | 迷渡 | |
2019-08-28 | doc: fix list style (#2823) | 迷渡 | |
2019-08-26 | Clean up various flatbuffer references (#2819) | Ryan Dahl | |
2019-08-22 | Support .d.ts files (#2746) | Kitson Kelly | |
Fixes #1432 | |||
2019-08-07 | manual: Edit note about V8 profiling (#2742) | Bartek Iwańczuk | |
2019-07-28 | benchmarks: add bundle size (#2690) | Bartek Iwańczuk | |
2019-07-27 | use animated-deno-logo in denolib (#2691) | hashrock | |
2019-07-26 | cli: unify deno -h options (#2682) | Bartek Iwańczuk | |
2019-07-23 | Fix anchor link destination (#2679) | Nayeem Rahman | |
2019-07-21 | feat(website/benchmark): enable zoom of charts (#2668) | Yoshiya Hinosawa | |
2019-07-19 | Improve example on homepage (#2667) | Ryan Dahl | |
2019-07-18 | Rename powershell highlighting to shell (#2654) | 迷渡 | |
2019-07-17 | Edits to manual (#2646) | Ryan Dahl | |
2019-07-16 | Support window.onload (#2643) | Yoshiya Hinosawa | |
2019-07-11 | Upgrade rust to v1.36.0 | Bert Belder | |
2019-07-09 | Update deno.land links v0.11 (#2628) | Ryan Dahl | |
2019-07-09 | Adjust powershell installer commands (#2627) | Mark Tiedemann | |
2019-07-05 | Fix links (#2614) | Ryan Dahl | |
2019-06-29 | manual: adjust windows build instructions (#2601) | Ryan Dahl | |
2019-06-28 | docs(style_guide): fix typoFixes a small syntax error (#2567) | matzkoh | |
2019-06-27 | rename shellsession to shell (#2583) | 迷渡 | |
2019-06-26 | feat: deno completions command (#2577) | Bartek Iwańczuk | |
2019-06-23 | Update manual.md (#2571) | JaePil Jung | |
2019-06-20 | feat: upgrade installer and add docs (#2551) | Bartek Iwańczuk | |
2019-06-19 | website: use css variables and prefers-color-scheme (#2547) | Jed Fox | |
This uses `prefers-color-scheme: dark` to automatically switch to dark mode if the user specifies it in their system settings. Dark mode is supported in Firefox 67, Chrome 76, Safari 12.1, and iOS 13 as of this commit, but the current status can be checked here: https://caniuse.com/#feat=prefers-color-scheme Additionally, this uses CSS Variables to implement the color-switching mechanism. This isn’t supported in IE, but the site degrades reasonably well with them disabled. Support table: https://caniuse.com/#feat=css-variables | |||
2019-06-15 | Fixes benchmark page spinner on Edge #2508 (#2525) | David Stone | |
2019-06-11 | feat: default output filename for deno bundle (#2484) | Ryan Dahl | |
And improve bundle docs | |||
2019-06-11 | Add --seed for setting RNG seed (#2483) | Matt Harrison | |
2019-06-10 | website: use pre-wrap (#2486) | Yoshiya Hinosawa | |
2019-06-09 | feat: Import maps (#2360) | Bartek Iwańczuk | |
2019-06-06 | add tcp proxy benchmarks + split out website section for proxy req/s (#2464) | Kurt Mackey | |
2019-06-05 | feat: bring back deno <script> (#2451) | Bartek Iwańczuk | |
2019-06-05 | Add special hit cfix #1898 (#2455) | Vincent LE GOFF | |
2019-05-30 | tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env vars | Christian Moritz | |
2019-05-27 | Add 'brew install deno' to homepage (#2412) | Ryan Dahl | |
2019-05-24 | Add brew install deno to manual (#2407) | Andy Hayden | |
2019-05-24 | Remove prefix $ and > from manual (#2404) | Steven | |
2019-05-23 | Fix examples in manual (#2396) | champ | |
2019-05-21 | website: update http example (#2367) | Ryan Dahl | |
2019-05-17 | website: fix workers benchmark links (#2370) | Stephan Renatus | |
Signed-off-by: Stephan Renatus <srenatus@chef.io> | |||
2019-05-16 | Add permission whitelist docs (#2365) | Daiki Ihara | |