summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-18Match TypeScript & JavaScript error colors (#1793)Bartek Iwańczuk
2019-02-18Add example of starting subprocess to docs (#1791)Bartek Iwańczuk
2019-02-18Add back typescript version number and add Deno.version object. (#1788)Yoshiya Hinosawa
2019-02-18Reenable cat.ts test (denoland/deno_std#197)Bartek Iwańczuk
2019-02-18fix: url match logic of http server (denoland/deno_std#199)Yusuke Sakurai
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
2019-02-18Fix http server example in homepage (#1801)Saad Quadri
2019-02-18Update installation documentation (Fixes #1786) (#1802)Mark Tiedemann
2019-02-18Rename welcome.js to welcome.ts (#1803)Maxim Mazurok
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-18refactor: replace any in console (#1804)Yoshiya Hinosawa