summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-12-24fix FormData.name (#1412)迷渡
2018-12-24Format (denoland/deno_std#42)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/9b8923844f643fa5e04ea85ce1df835c10e09b7d
2018-12-23v0.2.4Ryan Dahl
- "cargo build" support (#1369 #1296 #1377 #1379) - Remove support for extensionless import (#1396) - Upgrade V8 to 7.2.502.16 (#1403) - make stdout unbuffered (#1355) - Implement `Body.formData` for fetch (#1393) - Improve handling of non-coercable objects in assertEqual (#1385) - Avoid fetch segfault on empty Uri (#1394) - Expose deno.inspect (#1378) - Add illegal header name and value guards (#1375) - Fix URLSearchParams set() and constructor() (#1368) - Remove prebuilt v8 support (#1369) - Enable jumbo build in release. (#1362) - Add URL implementation (#1359) - Add console.count and console.time (#1358) - runtime arg check `URLSearchParams` (#1390)
2018-12-23runtime arg check `URLSearchParams` (#1390)迷渡
2018-12-23Add CORS option to file_server (denoland/deno_std#45)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/731f03829cc7f4a29753a5a80156b22166233bcf
2018-12-23Make compatible with latest deno (denoland/deno_std#41)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/0772030f5d08c97744dc0d3d102dec437464bc28
2018-12-23Upgrade V8 to 7.2.502.16 (#1403)Ryan Dahl
2018-12-23Add Releases.md file (#1402)Ryan Dahl
2018-12-23libdeno: Remove unused members of DenoIsolateRyan Dahl
2018-12-23Use flatbuffers from crates.io (#1400)Ryan Dahl
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-22make stdout unbuffered (#1355)Yoshiya Hinosawa
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-12-21Remove default export from flags module (denoland/deno_std#38)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/e674f7575a7a5a845d696416da2abae62525bc3e
2018-12-21Add Azure Pipelines CI (Linux and Mac only)Ryan Dahl
Windows needs to wait on a bug being fixed. Original: https://github.com/denoland/deno_std/commit/ffd9f9d41e26de5f1becc7df2283761dd7b7bf74
2018-12-21Improve handling of non-coercable objects in assertEqual (#1385)Kitson Kelly
2018-12-21Avoid fetch segfault on empty Uri (#1394)Kevin (Kun) "Kassimo" Qian
2018-12-20Parallelize travisRyan Dahl
Splits into 4 jobs: gn linux, gn mac, cargo linux, LSAN linux.
2018-12-20cargo build: skip setup.py if possibleRyan Dahl
2018-12-20Add deno logo to website. (#1380)Ryan Dahl