summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
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-15Syntax highlighting on the website paegs (#1780)满远荣
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-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
2019-02-13Upgrade V8 to 7.4.158 (#1767)Ryan Dahl
2019-02-13Use proper directory for cache files (#1763)Philipp A
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-12Decouple ts_library_builder from std/testing (#1749)Ryan Dahl
2019-02-12Include deno version in source_code_hash (#1751)Ryan Dahl
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
2019-02-12third_party: upgrade rust cratesBert Belder
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-11Fix REPL formatting (#1744)Kevin (Kun) "Kassimo" Qian
2019-02-11web design (#1728)Ryan Dahl
2019-02-11REPL multiline support with recoverable errors (#1731)Kevin (Kun) "Kassimo" Qian
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-10Rationalise startup for compiler/main (#1737)Kitson Kelly
2019-02-10Respect NO_COLOR in TypeScript output (#1736)Bartek Iwańczuk
2019-02-10Set globals on compiler startup (#1735)Bartek Iwańczuk
2019-02-09Support scoped variables, unblock REPL async op, and REPL error colors (#1721)Kevin (Kun) "Kassimo" Qian
2019-02-09Add read permission for format.ts (#1726)Yoshiya Hinosawa
2019-02-09Add --allow-read test codeJ2P
2019-02-09Fix read permission messageJ2P
2019-02-08v0.2.11Ryan Dahl
2019-02-08Shared buffer fixes (#1644)Bert Belder
2019-02-08Make rustfmt format macro bodies alsoBert Belder
2019-02-08Move .rustfmt.toml to the repository rootBert Belder
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-08Use std/prettier in deno //tools/format.ts (#1708)Yoshiya Hinosawa
2019-02-08Add deps to --info output. (#1720)Ryan Dahl
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov