Age | Commit message (Collapse) | Author |
|
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.
|
|
When we called js_filename.as_ptr() without using CString it wasn't
necessarally null terminated, which was creating spurious failures.
|
|
Original: https://github.com/denoland/deno_std/commit/72b2e20f9da1d431ba9cac3247ee38ee82d5d8f4
|
|
(#1466)
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/a0b5aec82397bf76d3e8348194536c2596292e65
|
|
|
|
This implementation of groupCollapsed is intentionally different
from the spec defined by whatwg. See the conversation in #1355
and #1363.
|
|
This is needed to support builtin modules like
import { open } from "deno"
|
|
Original: https://github.com/denoland/deno_std/commit/2606e295c77fb9d5796d527ed15f2dab3de1a696
|
|
Original: https://github.com/denoland/deno_std/commit/297cf0975eca194a677e6fadd7d753d62eb453c3
|
|
This reverts commit 3d03f5b0cb3c513e449f3aaa5d35c493b72f47b4.
|
|
|
|
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/4e12c2b4d2b8e16deb345c993611b56fc8497fd8
|
|
Original: https://github.com/denoland/deno_std/commit/8221924d9a814eb8d644b2f47e57687134341cc8
|
|
Fixes denoland/deno_std#34
Original: https://github.com/denoland/deno_std/commit/2ece847a82bd06eb8810950b3064070135d2d94d
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/e504e545249c12b64b0e7e0ffe0706170a884b70
|
|
Original: https://github.com/denoland/deno_std/commit/9d3d90560c92be4f080f984209a7ffd5a4bbb920
|
|
Original: https://github.com/denoland/deno_std/commit/6754d468d8806e467edc3690fb02c1a587d02a26
|
|
Original: https://github.com/denoland/deno_std/commit/2916791dfb14bf486185eca6c7859b49c1c4c052
|
|
Original: https://github.com/denoland/deno_std/commit/63d4f6d8282cda659a2e238e96df8a43df4c8b4b
|
|
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.
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/66baebf8bd69517e7019637199981ed65408f6de
|
|
Upgrades deno_std submodule.
|
|
Original: https://github.com/denoland/deno_std/commit/9552f28daf5e9bc77e0ace4032c93e538ef1f9f5
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/2d9a9cdfd1d01f7d80c930f24da3e948eb70ca5b
|
|
Original: https://github.com/denoland/deno_std/commit/b4906387469eba24f868082b263dd44d89a40db7
|
|
Seems to be necessary to get the previous commits to compile correctly.
|
|
|
|
Introduces deno_execute_mod() for executing ES modules.
|
|
|
|
For better greppability and conformance with other symbols in libdeno.rs
|
|
|
|
|
|
|
|
If the project is checked out into a directory not called "deno" this
test fails.
|
|
|
|
|
|
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
|
|
Original: https://github.com/denoland/deno_std/commit/5132550c113c7e03081fc64e62f2c1a68ea35a0f
|
|
Original: https://github.com/denoland/deno_std/commit/bd0f4e47de05538cfe5f3c0e49d5d244c1fff39f
|
|
Original: https://github.com/denoland/deno_std/commit/e8ec4f7f64c57d1eceb0f63229b17f962907970a
|
|
Original: https://github.com/denoland/deno_std/commit/439885c756615f4da4953460c47d58cc9cc5bd2b
|
|
Original: https://github.com/denoland/deno_std/commit/77831c34b1d657f7b9f7f376ff9770845874428b
|