-
Notifications
You must be signed in to change notification settings - Fork 376
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.10.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.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 15 files changed
- 3 contributors
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2609e96 - Browse repository at this point
Copy the full SHA 2609e96View commit details
Commits on Dec 2, 2019
-
Improve error message when config file is not found (#422)
Fixes #411 This is still sub optimal since a stack trace is shown instead of a nice error message, but at least adds a human readable context with full file path instead of a generic 'Unwrap() went wrong". Before: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. ``` Now: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Couldn\'t open config file: cbindgen.toml."', src/libcore/result.rs:1165:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. ```
Configuration menu - View commit details
-
Copy full SHA for 745a5a0 - Browse repository at this point
Copy the full SHA 745a5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1fd8e - Browse repository at this point
Copy the full SHA 9b1fd8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7fbbe - Browse repository at this point
Copy the full SHA 8a7fbbeView commit details -
Add missing changelog for v0.10.0.
* Initialize struct literal with list-initializer for C++11 standard (#401) * Surround namespace with __cplusplus ifdef in cpp_compat mode * Add support for --quiet flag * Map char to char32_t * Improve binding_crate_ref() error message * avoid prematurely returning during expansion * Add support for adding "using namespace" statements
Configuration menu - View commit details
-
Copy full SHA for b30bb83 - Browse repository at this point
Copy the full SHA b30bb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913b08d - Browse repository at this point
Copy the full SHA 913b08dView commit details
Commits on Dec 3, 2019
-
Stop including <uchar.h>, and instead map Rust char to uint32_t.
This is technically a breaking change for C++, unfortunately. Fixes #423.
Configuration menu - View commit details
-
Copy full SHA for 9b5dd80 - Browse repository at this point
Copy the full SHA 9b5dd80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0355c3c - Browse repository at this point
Copy the full SHA 0355c3cView 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.10.0...v0.11.0