-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement const-expressions (phase 2) #2309
Merged
Merged
Conversation
This file contains 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
teoxoy
force-pushed
the
const-expressions-2
branch
2 times, most recently
from
May 10, 2023 14:41
8f3c447
to
059f6fb
Compare
teoxoy
force-pushed
the
const-expressions
branch
5 times, most recently
from
May 11, 2023 18:11
3df6907
to
48557bb
Compare
teoxoy
force-pushed
the
const-expressions-2
branch
3 times, most recently
from
May 12, 2023 14:13
4f161cf
to
502e585
Compare
teoxoy
force-pushed
the
const-expressions
branch
2 times, most recently
from
June 2, 2023 14:14
aa77c97
to
d19dca3
Compare
teoxoy
force-pushed
the
const-expressions-2
branch
3 times, most recently
from
June 12, 2023 15:14
8af8818
to
be9d9b2
Compare
teoxoy
force-pushed
the
const-expressions
branch
from
June 13, 2023 19:00
d19dca3
to
9df71e5
Compare
teoxoy
force-pushed
the
const-expressions-2
branch
from
June 13, 2023 19:15
be9d9b2
to
14ac279
Compare
teoxoy
force-pushed
the
const-expressions
branch
from
June 29, 2023 13:23
9df71e5
to
df3cbf1
Compare
teoxoy
force-pushed
the
const-expressions-2
branch
from
July 4, 2023 17:45
14ac279
to
3f8d649
Compare
teoxoy
force-pushed
the
const-expressions-2
branch
2 times, most recently
from
July 31, 2023 15:01
a79b7ee
to
f06520f
Compare
Merged
@teoxoy Could you rebase this on current trunk? Also, it's not a draft any more, right? |
jimblandy
force-pushed
the
const-expressions-2
branch
from
September 9, 2023 05:29
f06520f
to
f8355c7
Compare
Rebased on current trunk. |
…since they should be supported
…ncated version instead of floored)
Restore `negative_index` test in `tests/wgsl-errors.rs`, as part of the `invalid_arrays` test function.
jimblandy
force-pushed
the
const-expressions-2
branch
from
October 12, 2023 00:03
1c78127
to
61d91eb
Compare
jimblandy
approved these changes
Oct 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ready to go.
jimblandy
force-pushed
the
const-expressions-2
branch
from
October 12, 2023 01:44
402ed5e
to
f53151d
Compare
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Second phase of gfx-rs/wgpu#4484.
const
operations inconst
variables #733