-
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.14.1
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.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 90 files changed
- 5 contributors
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9a893e - Browse repository at this point
Copy the full SHA a9a893eView commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 275b36f - Browse repository at this point
Copy the full SHA 275b36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baadb0 - Browse repository at this point
Copy the full SHA 4baadb0View commit details -
Review fixes. Add parameter
skip_warning_as_errorto skip threat a ……warning as an error
Configuration menu - View commit details
-
Copy full SHA for 6fce1cc - Browse repository at this point
Copy the full SHA 6fce1ccView commit details
Commits on Apr 17, 2020
-
As noted by @Benlitz, Cargo metadata supports directly specifying the target name instead of using the `#[cfg]` syntax. We can support this by manually creating the `syn::NestedMeta` node from the target name seen as a string literal.
Configuration menu - View commit details
-
Copy full SHA for ea6ea24 - Browse repository at this point
Copy the full SHA ea6ea24View commit details -
By checking the recursion depth in the crate we are currently parsing, we can decide on the right module directory to find submodules in. The added `mod_2018` test fails without the changes to `parser.rs`.
Configuration menu - View commit details
-
Copy full SHA for 60d60aa - Browse repository at this point
Copy the full SHA 60d60aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 733a192 - Browse repository at this point
Copy the full SHA 733a192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed32ad - Browse repository at this point
Copy the full SHA 1ed32adView commit details -
Fix 2015 edition module path resolution
If the current module is defined in a file called `mod.rs`, it is a 2015 edition module definition file, thus its module directory is the directory containing the `mod.rs` file. Otherwise, it is a 2018 edition or single-file module.
Configuration menu - View commit details
-
Copy full SHA for 1df5129 - Browse repository at this point
Copy the full SHA 1df5129View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca1c0b2 - Browse repository at this point
Copy the full SHA ca1c0b2View commit details
Commits on Apr 21, 2020
-
By checking the recursion depth in the crate we are currently parsing, we can decide on the right module directory to find submodules in. The added `mod_2018` test fails without the changes to `parser.rs`. If the current module is defined in a file called `mod.rs`, it is a 2015 edition module definition file, thus its module directory is the directory containing the `mod.rs` file. Otherwise, it is a 2018 edition or single-file module.
Configuration menu - View commit details
-
Copy full SHA for 4beb526 - Browse repository at this point
Copy the full SHA 4beb526View commit details -
Fix #418: Use heck for case conversion
All case conversion cases seem to be covered by this crate so this greatly simplifies `rename.rs`.
Configuration menu - View commit details
-
Copy full SHA for 8139fbf - Browse repository at this point
Copy the full SHA 8139fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d6716 - Browse repository at this point
Copy the full SHA d0d6716View commit details -
Add support for verbatim content after includes
Let the user add raw C code in the generated header after the include blocks. It matches what bindgen provides with the raw_lines option.
Configuration menu - View commit details
-
Copy full SHA for 1a824c0 - Browse repository at this point
Copy the full SHA 1a824c0View commit details
Commits on Apr 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be8e6ec - Browse repository at this point
Copy the full SHA be8e6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee5b3e - Browse repository at this point
Copy the full SHA 5ee5b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05a223 - Browse repository at this point
Copy the full SHA a05a223View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b88f8 - Browse repository at this point
Copy the full SHA b6b88f8View 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.1...v0.14.2