summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-17Remove race-condition in file_server tests (denoland/deno_std#125)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/e28c9a407951f10d952993ff6a7b248ca11243e1
2019-01-17ci: work around appveyor cache bugBert Belder
It keeps restoring an old cache. This renames the affected directory in an attempt to work around that.
2019-01-17doc: change minimum rust version to 1.31.1Bert Belder
2019-01-16Add globalThis definition to runtime (#1534)Kitson Kelly
2019-01-16Remove resolve_addr::tests::resolve_addr_err (#1531)Ryan Dahl
On some nameservers bad domain names still resolve.
2019-01-16use upper case name for static variable `c_rid` (#1537)wangcong
2019-01-16datetime: correct hh:mm formats and add test cases (denoland/deno_std#121)James Garbutt
Original: https://github.com/denoland/deno_std/commit/cc40d3e984993afd5e6cdc4acab71676a278e7af
2019-01-16Remove symbol_level=1 override (#1532)Ryan Dahl
2019-01-16fix: fix fetch tests (#1535)Yoshiya Hinosawa
2019-01-15Improve assert (denoland/deno_std#124)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/9a3eb207dcd1d032a3c3f7e60f8ee9c5e793f022
2019-01-15Kill all pending accepts when TCP listener is closed (#1517)Kevin (Kun) "Kassimo" Qian
2019-01-15colors: add test cases (denoland/deno_std#120)James Garbutt
Original: https://github.com/denoland/deno_std/commit/388bc47ea7569b97c1a729343970c3cdb376c668
2019-01-15Improve readme (denoland/deno_std#117)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/6a41189a98e29b0c233f12610220490b6deed608
2019-01-15 Add --prefetch flag for deps prefetch without running (#1475)Kevin (Kun) "Kassimo" Qian
2019-01-15Update sccache.exe (fixes #1526) (#1529)Ryan Dahl
* Update sccache.exe (fixes #1526) * fix
2019-01-15Improve http/README (denoland/deno_std#114)Kwang-in (Dennis) Jung
Original: https://github.com/denoland/deno_std/commit/6c5bdc58bad12626152c5903e52c2457a5f81883
2019-01-15Clippy fixes (also fixes build with nightly) (#1527)Bert Belder
2019-01-15Fix media_types running under Deno with ESM (denoland/deno_std#113)Kitson Kelly
And bump CI to v0.2.7 Original: https://github.com/denoland/deno_std/commit/77b3391a21fc823f891f85c854c2bc58f9ad298f
2019-01-15website: fix link to http_bench.ts (#1522)Yungoo Kong
2019-01-15build: write a gcc-style depfile when using clang-cl (#1525)Bert Belder
This ensures deno gets rebuild properly when .c/.cc source files are modified. Fixes: #1424
2019-01-14trim_left_matches (deprecated) => trim_start_matches (#1524)Kevin (Kun) "Kassimo" Qian
2019-01-14v0.2.7Ryan Dahl
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-14Fix wrong links (denoland/deno_std#106)Yungoo Kong
Original: https://github.com/denoland/deno_std/commit/39cfdb48a88527306e630b57eaa08ef42e38fb20
2019-01-14fix wrong links for flags (denoland/deno_std#112)迷渡
Original: https://github.com/denoland/deno_std/commit/1d64eba63df97ec70910560140bd1a1b87763fa7
2019-01-14Fix JSON Modules (#1514)Kitson Kelly
2019-01-13Cleanup compiler and re-enable tests (#1512)Kitson Kelly
2019-01-14third_party: upgrade rust crates, now with `--edition 2018` supportBert Belder
2019-01-14ci: upgrade rust to version 1.31.1Bert Belder
2019-01-13Properly parse network addresses. (#1515)Ryan Dahl
2019-01-14third_party: upgrade rust cratesBert Belder
2019-01-14third_party: clean up .gitignoreBert Belder
2019-01-14ci: cargo build --lockedBert Belder
2019-01-14build: bring rustc --cfg flag support backBert Belder
2019-01-14build: winapi is a windows-only depBert Belder
2019-01-14src: remove dependency on the 'kernel32' crateBert Belder
2019-01-13Improve re-exports in http (denoland/deno_std#111)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/b99d7d3e0f61216db7b5a5ad2bc254f8ac97ff4d
2019-01-13Added rid to Conn interface (#1513)Joshua Flancer
2019-01-13Fix links on website (#1511)Ryan Dahl
2019-01-13Remove an unnecessary code block (denoland/deno_std#107)hkdnet
Original: https://github.com/denoland/deno_std/commit/9f1de43cc47b0bee4d7d04a1b3ebc238333575bc
2019-01-13Fix permission_prompt_test (#1509)Ryan Dahl
2019-01-13chore: re-enable test of website (#1508)Yoshiya Hinosawa
2019-01-13Remove unnecessary async keyword in test file (#1507)JaePil Jung
2019-01-12Reorgnanize repos, examples and tests (denoland/deno_std#105)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/c5e6e015b5be19027f60c19ca86283d12f9258f3
2019-01-12refactor(mkdirp): reorg (denoland/deno_std#103)木杉
Original: https://github.com/denoland/deno_std/commit/41312ad39fe77cee7dd2cc4b48308eebb45f870a
2019-01-12Add --allow-run test code (#1504)JaePil Jung
2019-01-12Remove unused imports (#1503)JaePil Jung
2019-01-12Avoid show confusing lines in gen/bundle/main.js that throws error (#1502)Kevin (Kun) "Kassimo" Qian
2019-01-11style(net): format code (denoland/deno_std#104)木杉
Original: https://github.com/denoland/deno_std/commit/c42686dc36ba888137fe734c59318466f41d7dfa
2019-01-11Pipe new exception info through into JSErrorRyan Dahl
Adds a new integration test for syntax error.