-
Notifications
You must be signed in to change notification settings - Fork 149
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
Upstream lemmas from Wormhole engagement #1866
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
aa76e2c
Add notMaxUInt constants
qian-hu 8327f39
Add bitwise-arithmetic lemmas
qian-hu 26a1589
Upstream bytes-simplification lemmas from Wormhole
qian-hu 22f8392
Upstream lemmas from Wormhole engagement
qian-hu f45dcab
Set Version: 1.0.187
dcca53c
Revert "Upstream lemmas from Wormhole engagement"
qian-hu 1812eb9
Merge branch 'master' into wormhole-lemmas
qian-hu a975eb5
Set Version: 1.0.210
2f1dfaf
Update include/kframework/word.md
qian-hu 214859c
Merge branch 'master' into wormhole-lemmas
qian-hu eab32d5
Set Version: 1.0.211
7137fac
Merge remote-tracking branch 'origin/master' into wormhole-lemmas
qian-hu 97e4f9e
Set Version: 1.0.212
5789fc0
Merge branch 'master' into wormhole-lemmas
qian-hu 3a66b8e
Set Version: 1.0.213
93abade
Merge branch 'master' into wormhole-lemmas
qian-hu ad7f4a4
Merge branch 'master' into wormhole-lemmas
qian-hu c79870e
Set Version: 1.0.219
17bd534
Merge branch 'master' into wormhole-lemmas
qian-hu 384077f
Set Version: 1.0.227
e0b8a2d
Merge branch 'master' into wormhole-lemmas
qian-hu 5fd741c
Set Version: 1.0.228
e8814f3
generalize lemmas
qian-hu 3d48739
Merge branch 'master' into wormhole-lemmas
qian-hu d590543
Set Version: 1.0.244
9b7bb4f
Merge branch 'master' into wormhole-lemmas
qian-hu ec5beed
Set Version: 1.0.249
533dc1d
Merge branch 'master' into wormhole-lemmas
qian-hu 63c4407
Set Version: 1.0.296
d9262f5
merge with master
PetarMax 4a80da5
Set Version: 1.0.309
8cad2bb
cleanup
PetarMax 3365bcd
simplification fix
PetarMax f575742
Merge branch 'master' into wormhole-lemmas
PetarMax 10f6b18
Set Version: 1.0.310
4a726fa
removing simplification
PetarMax 5647759
Fix simplification
qian-hu b3f8251
Add claims for lemmas
qian-hu 8e0ff8c
Update bytes-simplification.k
qian-hu 7d00d95
Add more claims for lemmas
qian-hu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
from typing import Final | ||
|
||
|
||
VERSION: Final = '1.0.309' | ||
VERSION: Final = '1.0.310' |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.309 | ||
1.0.310 |
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
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.
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.
These are direct uses of the simplifications - @qian-hu, have we got anything from the engagament that needed them? I have others from the other engagement, but they require further simplifications to pass.
I think we can merge with this for now, and then I will add mine once these further simplifications are upstreamed.