-
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.25.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: 0.26.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 526 files changed
- 9 contributors
Commits on Aug 25, 2023
-
Fix swapping of
>>=and<<=in constantsThis should't change behavior in practice since using these in constants doesn't seem possible. Closes #850
Configuration menu - View commit details
-
Copy full SHA for aeea9c6 - Browse repository at this point
Copy the full SHA aeea9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb1b8d - Browse repository at this point
Copy the full SHA acb1b8dView commit details -
generate bindings for non-public extern items
Signed-off-by: Marin Veršić <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f235ec - Browse repository at this point
Copy the full SHA 5f235ecView commit details
Commits on Sep 4, 2023
-
Fix most Python tests with Cython 3.0
Since Cython 3.0 using dots appart from the extension is a hard error. See issue: cython/cython#2686
Configuration menu - View commit details
-
Copy full SHA for 23f7bbc - Browse repository at this point
Copy the full SHA 23f7bbcView commit details -
Allow Warnings in Cython tests
Cython 3.0 deprecated `IF` and `DEF`. Until this is fixed allow warnings in our `Cython` tests. Background: cython/cython#4310 Note the warnings will become hard errors in the future.
Configuration menu - View commit details
-
Copy full SHA for ff88801 - Browse repository at this point
Copy the full SHA ff88801View commit details -
Rename expectation files to contain only one dot. This is needed for the Cython tests as of Cython 3. The following script was used in a clean repository to rename the files: ```sh ls | sed -E -n 's/(.*)\.(both|tag)?((\..*)?\.(c|cpp|pyx))/mv "\1.\2\3" "\1_\2\3"/p' | sh ```
Configuration menu - View commit details
-
Copy full SHA for 51a981c - Browse repository at this point
Copy the full SHA 51a981cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7613e5 - Browse repository at this point
Copy the full SHA e7613e5View commit details -
Fix cargo semver-checks rust version
I forgot forcing stable rustc for semver-checks in commit 67fea1a. On nightly Rust it is possible for the rustdoc version to be newer than what cargo semver checks supports.
Configuration menu - View commit details
-
Copy full SHA for db6ccdd - Browse repository at this point
Copy the full SHA db6ccddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8355da - Browse repository at this point
Copy the full SHA d8355daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb5d07 - Browse repository at this point
Copy the full SHA 0fb5d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1473070 - Browse repository at this point
Copy the full SHA 1473070View commit details -
Configuration menu - View commit details
-
Copy full SHA for f72e447 - Browse repository at this point
Copy the full SHA f72e447View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43af1eb - Browse repository at this point
Copy the full SHA 43af1ebView commit details -
the msrv was bumped in in the Cargo.toml #847 but not in clippy.toml, clippy was complaining at startup and defaulting to 1.57
Configuration menu - View commit details
-
Copy full SHA for 85eb0f4 - Browse repository at this point
Copy the full SHA 85eb0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f2e44 - Browse repository at this point
Copy the full SHA 35f2e44View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b4a149 - Browse repository at this point
Copy the full SHA 9b4a149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f0feb - Browse repository at this point
Copy the full SHA 56f0febView commit details
Commits on Sep 13, 2023
-
* Fix swapping of `>>=` and `<<=` in constants. * Add support for #[deprecated] (#860). * Built-in support for bitflags 2.0. * Support for "C-unwind" ABI. * Generate bindings for non-public extern items if they are #[no_mangle].
Configuration menu - View commit details
-
Copy full SHA for 703b53c - Browse repository at this point
Copy the full SHA 703b53cView 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.25.0...0.26.0