[pull] master from ziglang:master#195
Merged
pull[bot] merged 41 commits intoSpencerx:masterfrom Sep 21, 2025
Merged
Conversation
point at the var not at the init expression
with field_ptr_load and field_ptr_named_load. These avoid doing by-val load operations for structs that are runtime-known while keeping the previous semantics for comptime-known values.
avoids unnecessary copies
like field_ptr_load, this now does byval operations when the lhs is comptime-known.
field ptr can be based on C pointer
C translation is in the process of switching to be aro-based (see #24497) That codebase will need to gain some kind of helper for translating C code that uses runtime vector indexing.
Disabled due to no active maintainer (feel free to fix the failures and then re-enable at any time). The failures occur due to changing AIR from the frontend, and backend being incomplete.
Disabled due to no active maintainer (feel free to fix the failures and then re-enable at any time). The failures occur due to backend miscompilation of different AIR from the frontend.
technically breaking, but I doubt anyone will notice.
Matthew can revert this commit when he's ready to tackle the assertion failure
It wasn't checking bit pointer data.
If the `nav_ty` is resolved by the `nav_val`, then we need to also mark the `nav_ty` as in progress when we begin resolving the `nav_val`.
This reverts commit ba4d460.
The latest bugfix reverted this case to its old behavior (which is a reasonable behavior to have).
it was calculating host integer size in a wrong way. just use integer abi size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )