Skip to content

[pull] swiftwasm from master #1133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 90 commits into from
Jun 2, 2020
Merged

[pull] swiftwasm from master #1133

merged 90 commits into from
Jun 2, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented May 31, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

valeriyvan and others added 30 commits April 18, 2020 16:04
Using a SetVector fixes an issue where many source files imported the
same SPI group from the same module, the emitted private textual
interfaces superfluously repeated the `@_spi` attribute on the import.

rdar://problem/63681845
…e in another process.

rdar://problem/55481578
…symbols from libswiftCore.

rdar://problem/55481578
…mbols and read the contents of Conformances.

rdar://problem/55481578
…umb them through swiftdt.

rdar://problem/55481578
…h an environment variable.

Expose _swift_debug variables for Remote Mirror to use for tracking metadata allocation, and adopt them in Remote Mirror.

rdar://problem/55481578
…iable.

Have Remote Mirror look that up instead of the C++ mangled name.

rdar://problem/55481578
Move the internal runtime structures into RuntimeInternals.h. Remove leftover methods. Comment the new methods.

rdar://problem/55481578
Keep the initial metadata pool to be all zeroes. Remove the hardcoded trailer at the end. Write a trailer into it when we check the environment variable the first time we allocate.
compnerd and others added 11 commits June 1, 2020 08:01
build: remove unnecessary `CXX_STANDARD` for Windows
…ation

runtime: extract `swiftDemangling` into a support library
…802036

[CodeCompletion] Skip to '=' after completion in 'if'/'guard' pattern
Some tests introduced with generic metadata prespecialization for
classes were sometimes failing because they were incorrectly checking
for specific numbers associated with some functions.  Here, those checks
are replaced with checks for patterns.
[ModuleInterface] Print the SPI attribute only once per group and import
…adbf30b79b0b1c4b33ff9e5

[cmake] Move ar linking optimization rule into UnixCompileRules.cmake and only run it on Unix-like platforms.
…a-prespecialization-components/remote-test-constants
Python 2/3 compat: gyb, gyb_sourcekit_support, gyb_syntax_support, li…
…up-without-marie-kondo

Get rid of #includes that do not spark joy
…list-source-loc

AST: Don't set source location on cloned parameter lists
@pull pull bot merged commit ffa5aa3 into swiftwasm Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.