Age | Commit message (Collapse) | Author |
|
|
|
|
|
These bits were missed in #10448.
|
|
Closes #9932
|
|
Resolves #9447
Resolves #9415
|
|
Fixes #10575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For the Deno 1.10.2 release.
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
(#10645)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#10574)
|
|
Note that Rust 1.51.1 adds extra verification to avoid miscompiles, so it
is possible that this PR causes build failures on CI, in which case it
needs to be reverted.
See https://blog.rust-lang.org/2021/05/10/Rust-1.52.1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit upgrade "Worker.postMessage()" implementation to use
structured clone algorithm instead of non-spec compliant JSON serialization.
|
|
|
|
Landed without test to meet 1.10.0 deadline. See #10587.
|
|
|
|
|
|
|
|
(#10573)
Fixes: #10561
|
|
Ref: #10368
|
|
|
|
|