summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-04Fixing default parameters of runBenchmarks (denoland/deno_std#229)Vincent LE GOFF
2019-03-03Removed comment from tslint.json (#1878)Lazarus Holl
2019-03-03libdeno: fix libdeno.print() unicode output on WindowsBert Belder
2019-03-03libdeno: remove `prints_newline` parameter from libdeno.print()Bert Belder
2019-03-03Re-enabling colors after color testing (denoland/deno_std#226)Vincent LE GOFF
2019-03-03Add write permissions requirement to `op_fetch_module_meta_data`. (#1874)andy finch
2019-03-02Fix deno imports in manual (#1867)JaePil Jung
2019-03-02fixing readme link + version (denoland/deno_std#225)Vincent LE GOFF
2019-03-02manual - import.meta.main (#1868)Bartek Iwańczuk
2019-03-02Fix example in manual (#1863)Ryan Dahl
2019-03-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
2019-03-02Testing add ansi color support from color module (denoland/deno_std#223)Vincent LE GOFF
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
2019-03-02compiler_bundle should also depend on gn_args.txt (#1870)Yoshiya Hinosawa
2019-03-01Add Deno.version.gnArgs (#1845)Yoshiya Hinosawa
2019-03-01Permissions refactor (#1864)andy finch
2019-03-01Add favicon.ico generated by deno_logo_3.svg and add link tag in every page (...Jon Jee
2019-03-01Bump CI to v0.3.1 (denoland/deno_std#220)Ryan Dahl
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-27v0.3.1Ryan Dahl
2019-02-27upgrade V8 to 7.4.238 (#1849)Ryan Dahl
2019-02-27Upgrade Node to v10 on Travis (#1850)Ryan Dahl
2019-02-27third_party: upgrade rust cratesBert Belder
2019-02-27Add NO_COLOR to CLI usage (#1843)Ryan Dahl
2019-02-27Use the SVG logo everywhere. Add logo links to manual. (#1841)Ryan Dahl
2019-02-26core: add Cargo.tomlBert Belder
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-26Add import.meta.main (#1835)Bartek Iwańczuk
2019-02-26Add "Dino in the Rain" to manual page (#1840)Kevin (Kun) "Kassimo" Qian
2019-02-26Updated some type assertions to work with other libc implementations. (#1837)andy finch
2019-02-26Fix broken link to API reference (#1838)William Fortin
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-25Fix console.table display of Map and move tests to unit test (#1839)Kevin (Kun) "Kassimo" Qian
2019-02-25Upgrade deno_std (#1833)Ryan Dahl
2019-02-25Fix copyright header (#1832)Ryan Dahl
2019-02-24Fix import in http_bench.ts (denoland/deno_std#217)Ryan Dahl
2019-02-23Clean up the test failure output (denoland/deno_std#209)Andy Hayden
2019-02-23Add runIfMain method (denoland/deno_std#215)Bartek Iwańczuk
2019-02-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
2019-02-21Improve readme (#1822)Ryan Dahl
2019-02-21manual: add Deno.run example (#1811)Bartek Iwańczuk
2019-02-20Add section explaining resources and metrics to the manual (#1819)EnokMan
2019-02-19Improve README (#1815)Ryan Dahl
2019-02-19fix: revert http server example on the homepage (#1814)Dmitry Teplov
2019-02-19remove global_eval.ts (#1813)Yoshiya Hinosawa
2019-02-19Revert "Redesign of http server module (denoland/deno_std#188)"Ryan Dahl
2019-02-19Bump CI to v0.3 (denoland/deno_std#204)Dmitry Sharshakov
2019-02-18v0.3.0Ryan Dahl
2019-02-18build: fix deps for deno_runtime_declarationRyan Dahl
2019-02-18Add window.locationRyan Dahl