summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Azure windows pipeline (denoland/deno_std#85)Srijan Reddy
Fixes denoland/deno_std#34 Original: https://github.com/denoland/deno_std/commit/2ece847a82bd06eb8810950b3064070135d2d94d
2019-01-04docs: update testing module url (#1459)木杉
2019-01-04docs(readme): fix small typo (denoland/deno_std#82)Satya Rohith
Original: https://github.com/denoland/deno_std/commit/e504e545249c12b64b0e7e0ffe0706170a884b70
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
Original: https://github.com/denoland/deno_std/commit/9d3d90560c92be4f080f984209a7ffd5a4bbb920
2019-01-04Remove logging's flaky basicTest (denoland/deno_std#83)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/6754d468d8806e467edc3690fb02c1a587d02a26
2019-01-03First pass on style guide (denoland/deno_std#66)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/2916791dfb14bf486185eca6c7859b49c1c4c052
2019-01-03Remove travis, rely on pipelines (denoland/deno_std#68)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/63d4f6d8282cda659a2e238e96df8a43df4c8b4b
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
This reverts commit e976b3e0414dc768624b77e431ee7f55b03b76a4. There is nothing technically wrong with this commit, but it's adding complexity to a big refactor (native ES modules #975). Since it's not necessary and simply a philosophical preference, I will revert for now and try to bring it back later.
2019-01-03Remove assertion for empty modules (#1450)Satya Rohith
2019-01-03Create .editorconfig (denoland/deno_std#74)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/66baebf8bd69517e7019637199981ed65408f6de
2019-01-03Move testing module to deno_std (#1451)Ryan Dahl
Upgrades deno_std submodule.
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano
Original: https://github.com/denoland/deno_std/commit/9552f28daf5e9bc77e0ace4032c93e538ef1f9f5
2019-01-03resolve_module: handle "." and ".." referrers (#1454)Ryan Dahl
2019-01-03Make README readable on mobile (denoland/deno_std#71)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2d9a9cdfd1d01f7d80c930f24da3e948eb70ca5b
2019-01-03Add datetime utils (denoland/deno_std#72)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/b4906387469eba24f868082b263dd44d89a40db7
2019-01-03AppVeyor: Disable DENO_BUILD_PATH cache.Ryan Dahl
Seems to be necessary to get the previous commits to compile correctly.
2019-01-03Add rust binding and test for deno_execute_mod()Ryan Dahl
2019-01-03Add ESM support to libdenoRyan Dahl
Introduces deno_execute_mod() for executing ES modules.
2019-01-03Properly internalize V8 strings.Ryan Dahl
2019-01-03Use camel-case for libdeno::deno_recv_cbRyan Dahl
For better greppability and conformance with other symbols in libdeno.rs
2019-01-03ci: use RUST_BACKTRACE=fullRyan Dahl
2019-01-03travis: remove -j2 flagsRyan Dahl
2019-01-03Support more fetch init body types (#1449)Kevin (Kun) "Kassimo" Qian
2019-01-03Fix test js_error_apply_source_map_2Ryan Dahl
If the project is checked out into a directory not called "deno" this test fails.
2019-01-02Add -glldb to clang flags for libdeno (#1446)Kevin (Kun) "Kassimo" Qian
2019-01-02fix: use unknown instead of any in testingbokuweb
2019-01-02Add testing moduleRyan Dahl
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
2019-01-02Disable logging test to pass CI.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/5132550c113c7e03081fc64e62f2c1a68ea35a0f
2019-01-02Bump CI to v0.2.5 (denoland/deno_std#63)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/bd0f4e47de05538cfe5f3c0e49d5d244c1fff39f
2019-01-02Happy New Year (denoland/deno_std#58)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/e8ec4f7f64c57d1eceb0f63229b17f962907970a
2019-01-02Improve logging module (denoland/deno_std#51)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/439885c756615f4da4953460c47d58cc9cc5bd2b
2019-01-02Add more MIME types (denoland/deno_std#57)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/77831c34b1d657f7b9f7f376ff9770845874428b
2019-01-02Happy new year!Ryan Dahl
2019-01-01Add mkdirp (denoland/deno_std#59)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/7a3c70e74b46885eaee4dea6529daf1f2c2f84a0
2019-01-01v0.2.5Ryan Dahl
2018-12-31Upgrade deno_stdRyan Dahl
2018-12-31Add CI badges to websiteRyan Dahl
2018-12-31Upgrade CI to v0.2.4Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/d3193a09deabaf087f2a3f8d3b8f494d1d38e35d
2018-12-31Add more MIME types (denoland/deno_std#56)Dmitry Sharshakov aka. sh7dm
Original: https://github.com/denoland/deno_std/commit/c9d6028be8fd121ef77ab7980a2f65d57daa7e12
2018-12-31Add content-type header to file_server (denoland/deno_std#47)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/ab27371a012e505ca5d6c7185b4944b2f146b145
2018-12-31Avoid textproto crashing on empty reader (denoland/deno_std#50)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/9eb6aa5fd9da9da9cd2b96a5199cf9b9128fd456
2018-12-30print string with NULL '\0' (#1428)迷渡
2018-12-29make `Headers` follow spec (#1427)迷渡
2018-12-27Lazily create .mime files only with mismatch/no extension (#1417)Kevin (Kun) "Kassimo" Qian
2018-12-27Rename file.ts to dom_file.ts (#1423)Yoshihisa Mochihara
2018-12-27check runtime `FormData` and `Headers` params (#1415)迷渡
2018-12-27fix(test): fix test of unbuffered_stderrYoshiya Hinosawa
2018-12-24travis: set -eRyan Dahl
2018-12-24travis: Work around clang_format errorRyan Dahl
2018-12-24deno_net -> deno_std renameRyan Dahl
Also don't format external js/deps