-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add Iterator trait TrustedLen to enable better FromIterator / Extend #37306
Merged
Commits on Oct 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9ae9930 - Browse repository at this point
Copy the full SHA 9ae9930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4955711 - Browse repository at this point
Copy the full SHA 4955711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b9400 - Browse repository at this point
Copy the full SHA 69b9400View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cab90 - Browse repository at this point
Copy the full SHA a3cab90View commit details
Commits on Oct 21, 2016
-
vec: Use Vec::extend specializations in extend_from_slice and more
The new Vec::extend covers the duties of .extend_from_slice() and some previous specializations.
Configuration menu - View commit details
-
Copy full SHA for 622f24f - Browse repository at this point
Copy the full SHA 622f24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee84ec1 - Browse repository at this point
Copy the full SHA ee84ec1View commit details
Commits on Oct 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2411be5 - Browse repository at this point
Copy the full SHA 2411be5View commit details -
vec: Remove the Vec specialization for .extend()
This now produces as good code (with optimizations) using the TrustedLen codepath.
Configuration menu - View commit details
-
Copy full SHA for 5dc9db5 - Browse repository at this point
Copy the full SHA 5dc9db5View commit details
Commits on Nov 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f0e6b90 - Browse repository at this point
Copy the full SHA f0e6b90View 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.