-
Notifications
You must be signed in to change notification settings - Fork 373
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.12.0
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.12.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 62 files changed
- 3 contributors
Commits on Dec 22, 2019
-
ir: support #[repr(*64)] enums
Since there is a native C type for 64-bit integers (*int64_t), we can just add support for them. Support for larger enums (u128) are currently unstable and don't have a reasonable (standard-enough) C representation to support at the moment. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 0e1c9f2 - Browse repository at this point
Copy the full SHA 0e1c9f2View commit details -
tests: enum: add #[repr(u64)] test
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 8c66c0c - Browse repository at this point
Copy the full SHA 8c66c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f245881 - Browse repository at this point
Copy the full SHA f245881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fe3ec - Browse repository at this point
Copy the full SHA 16fe3ecView commit details
Commits on Dec 29, 2019
-
This option allows specifying that a C++ enum should be emitted with plain `enum` rather than `enum class`. It's true that `enum class` should generally be preferred, but sometimes there's existing code which is already using plain `enum`, and porting that code to Rust becomes easier when `cbindgen` can emit plain `enum`. This option can be overridden on a per-enum basis using a `cbindgen:` annotation. It defaults to true for two reasons: * Backward compatibility. * `enum class` is probably actually what you want, in general.
Configuration menu - View commit details
-
Copy full SHA for 6a9066f - Browse repository at this point
Copy the full SHA 6a9066fView commit details -
Add a test for expanding dependencies with Cargo.lock v2, with both c…
…onflicting and non-conflicting deps.
Configuration menu - View commit details
-
Copy full SHA for b912c04 - Browse repository at this point
Copy the full SHA b912c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a80f07 - Browse repository at this point
Copy the full SHA 0a80f07View commit details -
Fix dependency resolution with lockfile v2.
Lockfile v2 only includes version numbers if they're conflicting. Fixes #436
Configuration menu - View commit details
-
Copy full SHA for f03252c - Browse repository at this point
Copy the full SHA f03252cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d76c4 - Browse repository at this point
Copy the full SHA f5d76c4View 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.12.0...v0.12.1