-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Vectorize basic_string::find_last_of
#4934
Merged
Merged
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9a1d8f - Browse repository at this point
Copy the full SHA e9a1d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16725ae - Browse repository at this point
Copy the full SHA 16725aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad880bf - Browse repository at this point
Copy the full SHA ad880bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ecdc8 - Browse repository at this point
Copy the full SHA 46ecdc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f69e3 - Browse repository at this point
Copy the full SHA 59f69e3View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71a5d7b - Browse repository at this point
Copy the full SHA 71a5d7bView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4eca1fc - Browse repository at this point
Copy the full SHA 4eca1fcView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb682d5 - Browse repository at this point
Copy the full SHA cb682d5View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4346a0 - Browse repository at this point
Copy the full SHA d4346a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 655d8eb - Browse repository at this point
Copy the full SHA 655d8ebView commit details -
Comment suppressions of "warning C4324: structure was padded due to a…
…lignment specifier".
Configuration menu - View commit details
-
Copy full SHA for b4b7649 - Browse repository at this point
Copy the full SHA b4b7649View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67cad8 - Browse repository at this point
Copy the full SHA c67cad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0823194 - Browse repository at this point
Copy the full SHA 0823194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57172bf - Browse repository at this point
Copy the full SHA 57172bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e225bb - Browse repository at this point
Copy the full SHA 5e225bbView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c12aee - Browse repository at this point
Copy the full SHA 5c12aeeView commit details -
For _last_of it is never correct to subtract _Start_at from something, the range is on the other side from _Start_at (+1 because inclusive)
Configuration menu - View commit details
-
Copy full SHA for 35267a8 - Browse repository at this point
Copy the full SHA 35267a8View commit details -
Early-return to save indentation
Indentation is a limited resource. Think of the children!
Configuration menu - View commit details
-
Copy full SHA for 407f924 - Browse repository at this point
Copy the full SHA 407f924View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd37817 - Browse repository at this point
Copy the full SHA dd37817View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 200c93f - Browse repository at this point
Copy the full SHA 200c93fView 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.