- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: rustwasm/wasm-bindgen
base: 0.2.46
head repository: rustwasm/wasm-bindgen
compare: 0.2.47
- 20 commits
- 49 files changed
- 4 contributors
Commits on Jun 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5a1dfdf - Browse repository at this point
Copy the full SHA 5a1dfdfView commit details
Commits on Jun 16, 2019
-
Make the argument to init optional in the Typescript declaration too
Commit 8ace828 made the argument to the generated init() function optional (when the target is "web"), but it is still marked as required in the generated .d.ts file. Fix the generated declaration to match the function definition again.
Configuration menu - View commit details
-
Copy full SHA for 1b91457 - Browse repository at this point
Copy the full SHA 1b91457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6268142 - Browse repository at this point
Copy the full SHA 6268142View commit details
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 00d47c1 - Browse repository at this point
Copy the full SHA 00d47c1View commit details -
Merge pull request #1600 from c410-f3r/repo-url
Update repository url
Configuration menu - View commit details
-
Copy full SHA for f1cd643 - Browse repository at this point
Copy the full SHA f1cd643View commit details -
Handle more slice types in
flag_slices_immutable
Should address the latest comment on #1539
Configuration menu - View commit details
-
Copy full SHA for 3b06e58 - Browse repository at this point
Copy the full SHA 3b06e58View commit details -
Merge pull request #1599 from marienz/typescript-init
Make the argument to init optional in the Typescript declaration too
Configuration menu - View commit details
-
Copy full SHA for 379cad0 - Browse repository at this point
Copy the full SHA 379cad0View commit details -
Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
Commit b8afa0a converted several interfaces from NoInterfaceObject to mixins. It looks like it missed HTMLHyperlinkElementUtils: it did update the interfaces that use HTMLHyperlinkElementUtils (from "implements" to "includes"), but did not mark HTMLHyperlinkElementUtils as a mixin. Fix it, which makes HtmlAnchorElement gain useful functions like `set_href`.
Configuration menu - View commit details
-
Copy full SHA for 46e3cd5 - Browse repository at this point
Copy the full SHA 46e3cd5View commit details -
Merge pull request #1598 from Pauan/fix-futures
Fixing panic if the Future wakes up after returning Poll::Ready
Configuration menu - View commit details
-
Copy full SHA for b5da08c - Browse repository at this point
Copy the full SHA b5da08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1f051 - Browse repository at this point
Copy the full SHA af1f051View commit details -
Merge pull request #1601 from c410-f3r/unnecessary-result
Remove unnecessary Result return
Configuration menu - View commit details
-
Copy full SHA for 3361e02 - Browse repository at this point
Copy the full SHA 3361e02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597b697 - Browse repository at this point
Copy the full SHA 597b697View commit details -
Merge pull request #1604 from marienz/link-utils-mixin
Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
Configuration menu - View commit details
-
Copy full SHA for 1aa6773 - Browse repository at this point
Copy the full SHA 1aa6773View commit details
Commits on Jun 18, 2019
-
Merge pull request #1602 from alexcrichton/more-immutable
Handle more slice types in `flag_slices_immutable`
Configuration menu - View commit details
-
Copy full SHA for 8d90655 - Browse repository at this point
Copy the full SHA 8d90655View commit details -
Preserve the function table during early gc passes
Recent refactorings of wasm-bindgen have inserted multiple `gc` passes executed by walrus. In these passes though the function table was being removed a bit too aggressively because it's not exported by LLD and it's only later that we realize we need to export it. To handle this case we add synthetic and temporary exports of the function table and these exports are removed just after the GC pass in question. Closes #1603
Configuration menu - View commit details
-
Copy full SHA for c9ee88b - Browse repository at this point
Copy the full SHA c9ee88bView commit details
Commits on Jun 19, 2019
-
Merge pull request #1606 from alexcrichton/gc-elss
Preserve the function table during early gc passes
Configuration menu - View commit details
-
Copy full SHA for e7902f3 - Browse repository at this point
Copy the full SHA e7902f3View commit details -
Merge pull request #1605 from c410-f3r/getters-check
Forbid duplicated getter/setter names in fields and methods
Configuration menu - View commit details
-
Copy full SHA for 9b8191e - Browse repository at this point
Copy the full SHA 9b8191eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d71ab78 - Browse repository at this point
Copy the full SHA d71ab78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b92cf - Browse repository at this point
Copy the full SHA b7b92cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1fc270 - Browse repository at this point
Copy the full SHA a1fc270View commit details
There are no files selected for viewing