-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sw17ch/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: broken-codegen-with-non-c-like-enum
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 28 files changed
- 3 contributors
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c061c2 - Browse repository at this point
Copy the full SHA 7c061c2View commit details -
Add a test that demonstrates an incorrect return value when calling i…
…nto rust with non-c-like-enums.
Configuration menu - View commit details
-
Copy full SHA for 20a2e8b - Browse repository at this point
Copy the full SHA 20a2e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0e857 - Browse repository at this point
Copy the full SHA 2d0e857View commit details -
Two test cases where Rust calls C using enums by value
One calls into C functions passing non-c-like enumerations by value. The other calls into C expecting non-C-like enumerations as returns. These test cases are based on the tests provided by @bitwalker on issue #68190. The original tests were provided at: https://github.com/bitwalker/rust_non_c_like_enums_issue/tree/2688d5c672bd4e289085fcdf1c6110e99e7e8ab1
Configuration menu - View commit details
-
Copy full SHA for 650e5f8 - Browse repository at this point
Copy the full SHA 650e5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d737b - Browse repository at this point
Copy the full SHA d8d737bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2f018 - Browse repository at this point
Copy the full SHA cc2f018View commit details -
Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-a…
…rg-passing test.
Configuration menu - View commit details
-
Copy full SHA for b3ed14a - Browse repository at this point
Copy the full SHA b3ed14aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...broken-codegen-with-non-c-like-enum