forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 49
Contracts & Harnesses for f{32,64}::to_int_unchecked
#134
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
Merged
zhassan-aws
merged 49 commits into
model-checking:main
from
rajathkotyal:c-0011-core-nums-yenyunw-f32-to-int-unchecked
Dec 4, 2024
Merged
Changes from 43 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
95d11f3
f32 test harness & contracts
Yenyun035 88f7363
Merge branch 'model-checking:main' into c-0011-core-nums-yenyunw-f32-…
Yenyun035 227d9ac
Fix contracts && Initial draft of macro and harnesses
Yenyun035 b875696
Merge branch 'model-checking:main' into c-0011-core-nums-yenyunw-f32-…
Yenyun035 70fe5d9
Merge main
Yenyun035 5742a89
Merge branch 'main' of github.com:rajathkotyal/verify-rust-std into c…
Yenyun035 082ea5a
f128_float_to_int proofs
rajathkotyal bb00a72
Fix comment
Yenyun035 88c3411
Merge branch 'model-checking:main' into c-0011-core-nums-yenyunw-f32-…
Yenyun035 a661c16
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 c85ce2a
Merge branch 'model-checking:main' into c-0011-core-nums-yenyunw-f32-…
Yenyun035 573e0a8
f64_float_to_int proofs
MWDZ 39c6d63
Merge branch 'main' of github.com:rajathkotyal/verify-rust-std into c…
Yenyun035 1171a9c
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 869fe66
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 47b31f4
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 13b1c22
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 667edb8
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 454b66b
Remove f128 proofs; will be added later
Yenyun035 8bff73a
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 c2f7931
remove f128 contract; will added in PR#163
Yenyun035 64d2671
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 02229a1
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 ab18a71
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 a9def8b
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 05f6e40
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 0646ad2
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 277216c
Remove incorrect contract code
Yenyun035 713a7ff
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 2efb024
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 26a02d9
Add placeholder for f32,f64 to_int_unchecked contract
Yenyun035 149fe91
Fix contracts
Yenyun035 8342aec
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 3590276
Fix code and comments
Yenyun035 91989c5
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 8151c17
Remove unused import
Yenyun035 1cccd09
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 d57dde0
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 6898b71
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 1b08327
Enable float-lib in kani script
Yenyun035 895f055
Add float_to_int_in_range to ub_checks && Fix contracts
Yenyun035 8aefc7c
Fix dummy float_to_int_in_range
Yenyun035 e9200b2
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 0fec08b
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
Yenyun035 e4d69a7
Fix import and format
Yenyun035 3afbb9d
Fix import
Yenyun035 7b978eb
Add -Z float-lib to list command
zhassan-aws 5efede8
Fix import
Yenyun035 6e7838f
Merge branch 'main' into c-0011-core-nums-yenyunw-f32-to-int-unchecked
zhassan-aws 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 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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.