-
Notifications
You must be signed in to change notification settings - Fork 2
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
Begin of atomic append facilities #10
Open
cehteh
wants to merge
9
commits into
rust-cv:main
Choose a base branch
from
cehteh:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 17, 2024
-
WIP: make len atomic, add and use methods using atomics
This is a very early draft. method names and semantic may change.
Configuration menu - View commit details
-
Copy full SHA for d44385d - Browse repository at this point
Copy the full SHA d44385dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2076db3 - Browse repository at this point
Copy the full SHA 2076db3View commit details -
rename methods in _exact/_strict, add 'atomic_append' feature, add 's…
…pare_capacity()' method
Configuration menu - View commit details
-
Copy full SHA for c9d5388 - Browse repository at this point
Copy the full SHA c9d5388View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc9554 - Browse repository at this point
Copy the full SHA ecc9554View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 993cad0 - Browse repository at this point
Copy the full SHA 993cad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bcab1f - Browse repository at this point
Copy the full SHA 4bcab1fView commit details -
* introduces a helper union to fix simplify alignment calculations no need for cmp and phantom data anymore * add simple testcase that triggered the miri issue * change end_ptr_atomic_mut(), using the rewritten start_ptr()
Configuration menu - View commit details
-
Copy full SHA for decaeed - Browse repository at this point
Copy the full SHA decaeedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d68a1 - Browse repository at this point
Copy the full SHA 58d68a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00be0d8 - Browse repository at this point
Copy the full SHA 00be0d8View 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.