-
Notifications
You must be signed in to change notification settings - Fork 92
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
Contracts for a few core functions #3107
Merged
Merged
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19a4769 - Browse repository at this point
Copy the full SHA 19a4769View commit details -
Improve library and change std tests to use crates.
This will allow us to re-use contracts between modules. We still cannot compile our contracts due to model-checking#2997
Configuration menu - View commit details
-
Copy full SHA for a9c5f62 - Browse repository at this point
Copy the full SHA a9c5f62View commit details -
Add support to
write_bytes
used in MaybeUninitCreate a value of `[val; size_of::<T>()]` and check if it is a valid combination of bytes for T.
Configuration menu - View commit details
-
Copy full SHA for 9a1dccf - Browse repository at this point
Copy the full SHA 9a1dccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86edd76 - Browse repository at this point
Copy the full SHA 86edd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38136f - Browse repository at this point
Copy the full SHA c38136fView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c74b6c - Browse repository at this point
Copy the full SHA 3c74b6cView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dffab5 - Browse repository at this point
Copy the full SHA 3dffab5View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e844934 - Browse repository at this point
Copy the full SHA e844934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7469d61 - Browse repository at this point
Copy the full SHA 7469d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b4a20 - Browse repository at this point
Copy the full SHA e2b4a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122e3a8 - Browse repository at this point
Copy the full SHA 122e3a8View commit details
Commits on May 24, 2024
-
Address comments and fix issue in invalid values
- I noticed that invalid values should be checked for copy_nonoverlapping statement. I added an unsupported check for now so we can actually implement the check later.
Configuration menu - View commit details
-
Copy full SHA for 5f4a69b - Browse repository at this point
Copy the full SHA 5f4a69bView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c18754d - Browse repository at this point
Copy the full SHA c18754dView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a8cfdb - Browse repository at this point
Copy the full SHA 2a8cfdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d295ce3 - Browse repository at this point
Copy the full SHA d295ce3View commit details
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.