Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Add repl functions "help" and "exit" (#1563) | Sergey Golovin | |
2019-01-29 | docs/typo: readerIterator -> toAsyncIterator as exported (#1620) | bdistin | |
2019-01-29 | Minor code cleanups (#1613) | JaePil Jung | |
2019-01-28 | Split out compiler snapshot (#1566) | Kitson Kelly | |
Speeds up startup time, reduces runtime heap size. | |||
2019-01-28 | Combine deno.removeAll into deno.remove (#1596) | Jan Lo | |
2019-01-28 | Add console.table (#1608) | Sergey Golovin | |
2019-01-28 | Change subtitle to 'A new way to JavaScript' (#1603) | Dmitry Sharshakov | |
2019-01-28 | Add API design guidelines (denoland/deno_std#119) | Bert Belder | |
Original: https://github.com/denoland/deno_std/commit/bef7ba14303997a05cdd1ea0d28ffefeee75c993 | |||
2019-01-28 | fix: skip formatting of deleted files (denoland/deno_std#161) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/c75884560117cbff8864ae48df9d2a280ba2cece | |||
2019-01-27 | log: add tests (denoland/deno_std#136) | James Garbutt | |
Original: https://github.com/denoland/deno_std/commit/4b054d69ad3e63e0a07d0df77a973b0ae5e0892d | |||
2019-01-27 | Readme: Use shell installer (#1598) | Dmitry Sharshakov | |
2019-01-26 | Port prettier (denoland/deno_std#156) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/b792fe8c7234287ce133e15d63cae5295256fd19 | |||
2019-01-26 | timers: use int instead of double for timeout type (#1469) | bokuweb | |
2019-01-26 | add charset & trim_trailing_whitespace (denoland/deno_std#158) | Max Graey | |
Original: https://github.com/denoland/deno_std/commit/37e3239fc09f3046a6bd17c060b83d02d42f922f | |||
2019-01-26 | Create .editorconfig file (#1592) | Dmitry Sharshakov | |
2019-01-26 | Make .editorconfig root (denoland/deno_std#157) | Dmitry Sharshakov | |
Original: https://github.com/denoland/deno_std/commit/7edda96a2dc882b19299c3cc30ddbd04c35d413d | |||
2019-01-26 | Add PWA manifest to website (#1585) | Dmitry Sharshakov | |
2019-01-26 | third_party: add the 'integer-atomics' crate | Bert Belder | |
2019-01-26 | third_party: force all crates to use the latest version of rand_core | Bert Belder | |
2019-01-26 | third_party: upgrade rust crates | Bert Belder | |
2019-01-26 | Add PowerShell install guide to the website (#1590) | Dmitry Sharshakov | |
2019-01-26 | Make links and badges look better (#1588) | Dmitry Sharshakov | |
2019-01-26 | testing: add fail() (denoland/deno_std#123) | James Garbutt | |
Original: https://github.com/denoland/deno_std/commit/c1c18c9469663ec54177d2b25f9778227b7dc813 | |||
2019-01-26 | Revert "Upgrade tslint and friends (#1571)" (#1573) | Ryan Dahl | |
This commit was cauing a still problem described here: https://github.com/denoland/deno/issues/1259 This reverts commit d0dc4deaad858babcb612b181986db254db64dfa. | |||
2019-01-26 | Upgrade sccache binaries to 0.2.8 (#1576) | Ryan Dahl | |
Binaries are directly from https://github.com/mozilla/sccache/releases/tag/0.2.8 | |||
2019-01-25 | Use shell installer in docs (#1574) | Dmitry Sharshakov | |
2019-01-24 | testing: Don't automatically run on import (denoland/deno_std#129) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/ec1675a8cad2b9044ac8cf205920c0f230127133 | |||
2019-01-24 | Upgrade tslint and friends (#1571) | Ryan Dahl | |
2019-01-24 | Clean up path module (denoland/deno_std#149) | Max Graey | |
Original: https://github.com/denoland/deno_std/commit/47e6fc775aaf1c4970e4098822aa40c3203286ae | |||
2019-01-24 | Disable cat.ts test because it's broken on Windows. | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/8ad47e358426b71d3e2508c0d4ab00f241ebd4eb | |||
2019-01-24 | format | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/f911eca8d124d8b992b4b8171ad38a4d674469e3 | |||
2019-01-24 | Style guide: metaprogramming, private filenames | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/e87cd44033e1ccce17d57c07e674ee573009633a | |||
2019-01-24 | Add console.clear() (#1562) | binaryta | |
2019-01-24 | console output with format (#1565) | 迷渡 | |
2019-01-24 | Improve & refactor SHA-1 inside ws package (denoland/deno_std#137) | Max Graey | |
Original: https://github.com/denoland/deno_std/commit/0a10ee9f93e9a243851de75d57cdded3f7e1aa8a | |||
2019-01-24 | Minor code cleanups (#1570) | JaePil Jung | |
2019-01-23 | fix: set env,key for string and value for string (#1567) | jingweicai | |
2019-01-23 | Minor optimization to repl.ts (#1561) | thefliik | |
2019-01-23 | Use sh installer instead of python one (denoland/deno_std#148) | Mark Tiedemann | |
Original: https://github.com/denoland/deno_std/commit/d1a9605e53a275672941a49021dbfc095c292ffa | |||
2019-01-23 | Web API: CustomEvent (#1505) | Adam Conrad | |
2019-01-22 | Add assert.throwsAsync() | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/83bb7e99b6ff00011d4ac63a265644f657282c06 | |||
2019-01-22 | Make testing more matainable | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/2f0ca2242f6db66acc5f8939e99615483b1d496c | |||
2019-01-21 | fix possible range issues for copyBytes in io/util (denoland/deno_std#146) | Max Graey | |
Original: https://github.com/denoland/deno_std/commit/2081f03a0748dac0cf0ab7e6e2d7e427841aca22 | |||
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-21 | fix format (denoland/deno_std#140) | 木杉 | |
Original: https://github.com/denoland/deno_std/commit/61a3911be7e01273e13bf35a3a16285f413f0b70 | |||
2019-01-21 | Refactorings & improvments for ws module (denoland/deno_std#141) | Max Graey | |
Original: https://github.com/denoland/deno_std/commit/0d2429cdf29fa5c6ae19affc475c1946e3c99774 | |||
2019-01-21 | Revert "Use the same parse processing at contractor of URL with setters (#1549)" | Ryan Dahl | |
Right now every instance of URL which has a basePath passed will share the same instance of parts, so a change to one of them will change them all. https://github.com/denoland/deno/pull/1549#issuecomment-455896081 This reverts commit 9e1f5ccb8b06c01c1330ed38aeba83cfc51f5387. | |||
2019-01-20 | fix: build deno under node_modules folder (#1555) | jingweicai | |
2019-01-20 | Use the same parse processing at contractor of URL with setters (#1549) | Daijiro Wachi | |
2019-01-20 | docs(Releases.md): correct go prototype dates | Yoshiya Hinosawa | |