Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Remove resolve_addr::tests::resolve_addr_err (#1531) | Ryan Dahl | |
On some nameservers bad domain names still resolve. | |||
2019-01-16 | use upper case name for static variable `c_rid` (#1537) | wangcong | |
2019-01-16 | datetime: 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-16 | Remove symbol_level=1 override (#1532) | Ryan Dahl | |
2019-01-16 | fix: fix fetch tests (#1535) | Yoshiya Hinosawa | |
2019-01-15 | Improve assert (denoland/deno_std#124) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/9a3eb207dcd1d032a3c3f7e60f8ee9c5e793f022 | |||
2019-01-15 | Kill all pending accepts when TCP listener is closed (#1517) | Kevin (Kun) "Kassimo" Qian | |
2019-01-15 | colors: add test cases (denoland/deno_std#120) | James Garbutt | |
Original: https://github.com/denoland/deno_std/commit/388bc47ea7569b97c1a729343970c3cdb376c668 | |||
2019-01-15 | Improve 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-15 | Update sccache.exe (fixes #1526) (#1529) | Ryan Dahl | |
* Update sccache.exe (fixes #1526) * fix | |||
2019-01-15 | Improve http/README (denoland/deno_std#114) | Kwang-in (Dennis) Jung | |
Original: https://github.com/denoland/deno_std/commit/6c5bdc58bad12626152c5903e52c2457a5f81883 | |||
2019-01-15 | Clippy fixes (also fixes build with nightly) (#1527) | Bert Belder | |
2019-01-15 | Fix 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-15 | website: fix link to http_bench.ts (#1522) | Yungoo Kong | |
2019-01-15 | build: 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-14 | trim_left_matches (deprecated) => trim_start_matches (#1524) | Kevin (Kun) "Kassimo" Qian | |
2019-01-14 | v0.2.7 | Ryan Dahl | |
2019-01-14 | Update to rust 2018 edition | Andy Hayden | |
2019-01-14 | Fix wrong links (denoland/deno_std#106) | Yungoo Kong | |
Original: https://github.com/denoland/deno_std/commit/39cfdb48a88527306e630b57eaa08ef42e38fb20 | |||
2019-01-14 | fix wrong links for flags (denoland/deno_std#112) | 迷渡 | |
Original: https://github.com/denoland/deno_std/commit/1d64eba63df97ec70910560140bd1a1b87763fa7 | |||
2019-01-14 | Fix JSON Modules (#1514) | Kitson Kelly | |
2019-01-13 | Cleanup compiler and re-enable tests (#1512) | Kitson Kelly | |
2019-01-14 | third_party: upgrade rust crates, now with `--edition 2018` support | Bert Belder | |
2019-01-14 | ci: upgrade rust to version 1.31.1 | Bert Belder | |
2019-01-13 | Properly parse network addresses. (#1515) | Ryan Dahl | |
2019-01-14 | third_party: upgrade rust crates | Bert Belder | |
2019-01-14 | third_party: clean up .gitignore | Bert Belder | |
2019-01-14 | ci: cargo build --locked | Bert Belder | |
2019-01-14 | build: bring rustc --cfg flag support back | Bert Belder | |
2019-01-14 | build: winapi is a windows-only dep | Bert Belder | |
2019-01-14 | src: remove dependency on the 'kernel32' crate | Bert Belder | |
2019-01-13 | Improve re-exports in http (denoland/deno_std#111) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/b99d7d3e0f61216db7b5a5ad2bc254f8ac97ff4d | |||
2019-01-13 | Added rid to Conn interface (#1513) | Joshua Flancer | |
2019-01-13 | Fix links on website (#1511) | Ryan Dahl | |
2019-01-13 | Remove an unnecessary code block (denoland/deno_std#107) | hkdnet | |
Original: https://github.com/denoland/deno_std/commit/9f1de43cc47b0bee4d7d04a1b3ebc238333575bc | |||
2019-01-13 | Fix permission_prompt_test (#1509) | Ryan Dahl | |
2019-01-13 | chore: re-enable test of website (#1508) | Yoshiya Hinosawa | |
2019-01-13 | Remove unnecessary async keyword in test file (#1507) | JaePil Jung | |
2019-01-12 | Reorgnanize repos, examples and tests (denoland/deno_std#105) | Andy Hayden | |
Original: https://github.com/denoland/deno_std/commit/c5e6e015b5be19027f60c19ca86283d12f9258f3 | |||
2019-01-12 | refactor(mkdirp): reorg (denoland/deno_std#103) | 木杉 | |
Original: https://github.com/denoland/deno_std/commit/41312ad39fe77cee7dd2cc4b48308eebb45f870a | |||
2019-01-12 | Add --allow-run test code (#1504) | JaePil Jung | |
2019-01-12 | Remove unused imports (#1503) | JaePil Jung | |
2019-01-12 | Avoid show confusing lines in gen/bundle/main.js that throws error (#1502) | Kevin (Kun) "Kassimo" Qian | |
2019-01-11 | style(net): format code (denoland/deno_std#104) | 木杉 | |
Original: https://github.com/denoland/deno_std/commit/c42686dc36ba888137fe734c59318466f41d7dfa | |||
2019-01-11 | Pipe new exception info through into JSError | Ryan Dahl | |
Adds a new integration test for syntax error. | |||
2019-01-11 | libdeno: pipe more exception information thru | Ryan Dahl | |
2019-01-11 | Define type for available date format (denoland/deno_std#88) | Kwang-in (Dennis) Jung | |
Original: https://github.com/denoland/deno_std/commit/3656ab5b9937cc3fbdf1c9e0d1414fbf05e78240 | |||
2019-01-11 | Add media_types collection (denoland/deno_std#97) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/0e00fe9cd361165d28beb117cdf103ff8f9d3d8b | |||
2019-01-10 | Reorg colors (denoland/deno_std#96) | Kitson Kelly | |
Original: https://github.com/denoland/deno_std/commit/92bbca8166d6566011aff0ef467a83433747a937 |