-
Notifications
You must be signed in to change notification settings - Fork 377
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: mozilla/cbindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mozilla/cbindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 94 files changed
- 7 contributors
Commits on Jul 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf78df1 - Browse repository at this point
Copy the full SHA bf78df1View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 274c974 - Browse repository at this point
Copy the full SHA 274c974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7516e - Browse repository at this point
Copy the full SHA 9d7516eView commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a94d6e2 - Browse repository at this point
Copy the full SHA a94d6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eeb0bb - Browse repository at this point
Copy the full SHA 8eeb0bbView commit details
Commits on Jul 25, 2020
-
function: Add support for wildcards in arguments.
We don't support unnamed arguments, and we give a terrible error ("Parameter has an unsupported type.") when you use them. They're very simple to implement so we should just do it.Configuration menu - View commit details
-
Copy full SHA for 5eae0bc - Browse repository at this point
Copy the full SHA 5eae0bcView commit details -
function: Move function arguments into their own struct.
This will simplify potentially adding annotations for them in #545.
Configuration menu - View commit details
-
Copy full SHA for fea6fdb - Browse repository at this point
Copy the full SHA fea6fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe4903 - Browse repository at this point
Copy the full SHA 3fe4903View commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ba31b4 - Browse repository at this point
Copy the full SHA 6ba31b4View commit details -
A u32 bitflags structure should allow a 1<<31 value. However, with current cbindgen this produces a compiler error with latest clang, because 1<<31 is treated as a signed value (-2147483648) which cannot be narrowed back into a uint32_t without a cast.
Configuration menu - View commit details
-
Copy full SHA for 977d95b - Browse repository at this point
Copy the full SHA 977d95bView commit details -
This fixes the scenario by adding an explicit cast based on type of the field. Fixes #555
Configuration menu - View commit details
-
Copy full SHA for f41eefb - Browse repository at this point
Copy the full SHA f41eefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3527e0f - Browse repository at this point
Copy the full SHA 3527e0fView commit details
Commits on Aug 5, 2020
-
Add support for an optional attribute on pointers whose nullability c…
…an be inferred from the Rust type.
Configuration menu - View commit details
-
Copy full SHA for 41b7866 - Browse repository at this point
Copy the full SHA 41b7866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc7c77 - Browse repository at this point
Copy the full SHA 6fc7c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd4a05 - Browse repository at this point
Copy the full SHA afd4a05View commit details -
ir: Represent references and const / mut ptrs using the same Type var…
…iant. There should be no behavior change.
Configuration menu - View commit details
-
Copy full SHA for 29bc8f4 - Browse repository at this point
Copy the full SHA 29bc8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b41815 - Browse repository at this point
Copy the full SHA 6b41815View commit details
Commits on Aug 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d652d29 - Browse repository at this point
Copy the full SHA d652d29View commit details
Commits on Aug 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 030916e - Browse repository at this point
Copy the full SHA 030916eView commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83cdbd8 - Browse repository at this point
Copy the full SHA 83cdbd8View 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 v0.14.3...v0.14.4