-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: SnowflakePowered/spirv-cross2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SnowflakePowered/spirv-cross2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: complicated-sync
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 23 files changed
- 1 contributor
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ed0f02 - Browse repository at this point
Copy the full SHA 5ed0f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92f3da - Browse repository at this point
Copy the full SHA c92f3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa17441 - Browse repository at this point
Copy the full SHA fa17441View commit details -
spirv: use spirv crate for definitions in safe Rust
Gets rid of a lot of MaybeUninit needed
Configuration menu - View commit details
-
Copy full SHA for 5b619ca - Browse repository at this point
Copy the full SHA 5b619caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a62a90e - Browse repository at this point
Copy the full SHA a62a90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ebf12 - Browse repository at this point
Copy the full SHA 33ebf12View commit details -
lib: compiler is likely not Send.
While the SpirvCrossContext can be passed around, if `Compiler` is send, then there can be unsynchronized access to the underlying spvc_context_s allocator. `Compiler` can only be `Send` if there is only a single context ever attached to the compiler.
Configuration menu - View commit details
-
Copy full SHA for 4876737 - Browse repository at this point
Copy the full SHA 4876737View commit details -
types: remove declared_struct_size_with_runtime_array API
Use size_hint API instead
Configuration menu - View commit details
-
Copy full SHA for 94f1bbd - Browse repository at this point
Copy the full SHA 94f1bbdView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8684c9b - Browse repository at this point
Copy the full SHA 8684c9bView 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 master...complicated-sync