summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2019-01-11libdeno: pipe more exception information thruRyan Dahl
2019-01-11Define type for available date format (denoland/deno_std#88)Kwang-in (Dennis) Jung
Original: https://github.com/denoland/deno_std/commit/3656ab5b9937cc3fbdf1c9e0d1414fbf05e78240
2019-01-11Add media_types collection (denoland/deno_std#97)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/0e00fe9cd361165d28beb117cdf103ff8f9d3d8b
2019-01-10Reorg colors (denoland/deno_std#96)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/92bbca8166d6566011aff0ef467a83433747a937
2019-01-10refactor(path): reorg (denoland/deno_std#101)木杉
Original: https://github.com/denoland/deno_std/commit/5be16ba5992b34a64d307779350b88b5cacbfa23
2019-01-10Add some links to websiteRyan Dahl
2019-01-09Re-enable --recompile (#1492)Ryan Dahl
2019-01-10Upgrade deno_std submodule.Ryan Dahl
2019-01-09Prevent segfault when eval throws an error (#1411)Kevin (Kun) "Kassimo" Qian
2019-01-09Fix flaky REPL test (#1491)Maxim Mazurok
Fixes #1490
2019-01-09Native ES modules (#1460)Ryan Dahl
* Native ES modules This is a major refactor of internal compiler. Before: JS and TS both were sent through the typescript compiler where their imports were parsed and handled. Both compiled to AMD JS and finally sent to V8 Now: JS is sent directly into V8. TS is sent through the typescript compiler, but tsc generates ES modules now instead of AMD. This generated JS is then dumped into V8. This should much faster for pure JS code. It may improve TS compilation speed. In the future this allows us to separate TS out of the runtime heap and into its own dedicated snapshot. This will result in a smaller runtime heap, and thus should be faster. Some tests were unfortunately disabled to ease landing this patch: 1. compiler_tests.ts which I intend to bring back in later commits. 2. Some text_encoding_test.ts tests which made the file invalid utf8. See PR for a discussion. Also worth noting that this is necessary to support WASM
2019-01-09Add --allow-all flag (#1482)Ryan Dahl
2019-01-09feat: print test status on the same line as test name (denoland/deno_std#100)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/41a2d218264b2f9217bf793893aff5dadd2c4ca9
2019-01-08Minimal Worker support (#1476)Ryan Dahl
This adds the ability to spawn additional Isolates from Rust and send and receive messages from them. This is preliminary work to support running the typescript compiler in a separate isolate and thus support native ES modules. Ref #975.
2019-01-08Isolate::execute_mod wrap filename in CString (#1479)Ryan Dahl
When we called js_filename.as_ptr() without using CString it wasn't necessarally null terminated, which was creating spurious failures.
2019-01-08Bump deno version to v0.2.6Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/72b2e20f9da1d431ba9cac3247ee38ee82d5d8f4
2019-01-07Use multimap with Persistent module handle to avoid IdentityHash collision ↵Kevin (Kun) "Kassimo" Qian
(#1466)
2019-01-07v0.2.6Ryan Dahl
2019-01-07path: remove export = module (denoland/deno_std#95)Kevin (Kun) "Kassimo" Qian
Original: https://github.com/denoland/deno_std/commit/a0b5aec82397bf76d3e8348194536c2596292e65
2019-01-07Upgrade crates (#1471)Ryan Dahl
2019-01-06Implement console.groupCollapsed (#1452)Yoshiya Hinosawa
This implementation of groupCollapsed is intentionally different from the spec defined by whatwg. See the conversation in #1355 and #1363.
2019-01-06Add libdeno.builtinModules (#1463)Ryan Dahl
This is needed to support builtin modules like import { open } from "deno"
2019-01-06Add web socket module (denoland/deno_std#84)Yusuke Sakurai
Original: https://github.com/denoland/deno_std/commit/2606e295c77fb9d5796d527ed15f2dab3de1a696
2019-01-06Fix format globs (denoland/deno_std#87)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/297cf0975eca194a677e6fadd7d753d62eb453c3