summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Add runIfMain method (denoland/deno_std#215)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/817a0fb439ff92cd67da8d4f1dae12a2a08121e1
2019-02-23Fixed non-standard prefix on importing (denoland/deno_std#216)EnokMan
Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337
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
We need to consider the API changes here more carefully. This reverts commit da188a7d30cbf71317b46015ee63a06437c09aeb. and commit 8569f15207bdc12c2c8ca81e9d020955be54918b. Original: https://github.com/denoland/deno_std/commit/57c9176b19bf4f4580466e088c249cbe9b145119
2019-02-19Bump CI to v0.3 (denoland/deno_std#204)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/37a6bca8d04869a093ad669e0afded47f0cee0e7
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
Original: https://github.com/denoland/deno_std/commit/271f7cc76db479dae6eb8dcbdc23ddf3e240f973
2019-02-18fix: url match logic of http server (denoland/deno_std#199)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/da188a7d30cbf71317b46015ee63a06437c09aeb
2019-02-18Add `seek` and implement `Seeker` on `File` (#1797)Kevin (Kun) "Kassimo" Qian
This patch contains a special hack that circumvents the current tokio seek problem. tokio `seek` is implemented to take ownership of the original File and emit a new one in its future, which conflicts with the design of ResourceTable. To avoid the problem, the current hack makes the FsFile resource an Option which we could `take` the value ownership out of it. We then convert the tokio File into a Rust std File, perform the seek, and then put it back into the resource. This might be able to drop this hack after https://github.com/tokio-rs/tokio/pull/785 lands.
2019-02-18Fix http server example in homepage (#1801)Saad Quadri
This fixes http server example by updating the import path as well as using respond() correctly.
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
2019-02-17Add code block language decoration to StyleGuide doc (#1799)EnokMan
2019-02-16remove dead code (#1796)Yoshiya Hinosawa
2019-02-16Added website icon link (#1792)Luke
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-15Add fs.walk (denoland/deno_std#192)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5
2019-02-15Syntax highlighting on the website paegs (#1780)满远荣
2019-02-15feat: Add pretty assert (denoland/deno_std#187)bokuweb
Original: https://github.com/denoland/deno_std/commit/ddafcc6572b6574eb0566d650e5f9ca9f049a8d6
2019-02-15Module dep pretty printing in --infoGreg Altman
2019-02-15Remove unnecessary tests/021_info_flag_setup.testRyan Dahl
2019-02-15remove unnecessary build opt (#1783)Yoshiya Hinosawa
2019-02-15Fix behavior for extensionless files with .mime file (#1779)Kevin (Kun) "Kassimo" Qian
2019-02-15Redesign of http server module (denoland/deno_std#188)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/8569f15207bdc12c2c8ca81e9d020955be54918b
2019-02-15feat: env option in run api (#1773)Yoshiya Hinosawa
2019-02-14Use prebuilt hyperfine (#1755)Ryan Dahl
2019-02-13Turn on v8_postmortem_support (#1758)Ryan Dahl
2019-02-13Update contribution guidelines (#1771)Kitson Kelly
To make it clearer how people should indicate that are contributing to Deno.
2019-02-13Upgrade V8 to 7.4.158 (#1767)Ryan Dahl
This is to have access to this fix: https://bugs.chromium.org/p/v8/issues/detail?id=8838 necessary for v8_postmortem_support.
2019-02-13Use proper directory for cache files (#1763)Philipp A
Operating systems have defined directories for cache files. That allows them to do smart things such as leaving them out when doing a backup, or deleting them when disk space gets low. Also a %home%\.deno folder on windows made no sense whatsoever. Fixes #481
2019-02-13Cleanup Deno namespace (#1765)Kitson Kelly
2019-02-12More web design work (#1759)Ryan Dahl
2019-02-12Drop assert!() from untrack_task() (#1757)Kevin (Kun) "Kassimo" Qian
2019-02-12Pretty print exceptions (denoland/deno_std#190)Ryan Dahl
Explained here: https://github.com/denoland/deno/issues/1559#issuecomment-462811554 Original: https://github.com/denoland/deno_std/commit/34ca60376bb1ee8ba50bf150ecf77a05a393ef4b
2019-02-12Style guide has moved. (denoland/deno_std#191)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/19cccd2ebc5ef6c49f8fc941805a8d9bb2633796
2019-02-12Decouple ts_library_builder from std/testing (#1749)Ryan Dahl
2019-02-12Include deno version in source_code_hash (#1751)Ryan Dahl
Fixes #472
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
tools/format.ts is making CI flaky and it's difficult to run right now. Reverting to tools/format.py This reverts commit f19622e7681b7753788137706e535f72c3ebb38e.