-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rollup of 15 pull requests #35053
Merged
Merged
Rollup of 15 pull requests #35053
Conversation
This file contains 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
Part of fixes for rust-lang#34915
Fix ABI string docs in reference.md
Add more docs - mostly warnings - to std::mem::transmute
document DoubleEndedIterator::next_back document DoubleEndedIterator::next_back fixes rust-lang#34726
doc: add missing pause
…eklabnik Add HashMap Entry enums examples Part of rust-lang#29348. r? @steveklabnik
…Gomez Update VecDeque documentation to specify direction of index 0 (rust-lang#34920) I mentioned the direction for all the methods that work with an index
Update underscore usage (rust-lang#34903)
…teveklabnik Add DirBuilder doc examples r? @steveklabnik Part of rust-lang#29329 and of rust-lang#29356.
Fix HashMap's values_mut example to use println! Fix HashMap's values_mut example to use println!
…veklabnik Dir entry doc Part of rust-lang#29356. r? @steveklabnik
…bnik Improve Open doc Part of rust-lang#29356. r? @steveklabnik
Rewrite/expansion of `slice::split` doc examples. None
Remove no_stack_check tests (rust-lang#34915) Part of fixes for rust-lang#34915
…dumper, r=nrc Fixed missing comma in the csv dumper. Added missing comma before `file_line_end`. r? @nrc
doc/book/trait-objects: remove empty lines at start of examples I think it looks better without them.
@bors: r+ p=1 |
(rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit d64de04 has been approved by |
bors
added a commit
that referenced
this pull request
Jul 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
slice::split
doc examples. #35019, Remove no_stack_check tests (#34915) #35028, Fixed missing comma in the csv dumper. #35029, doc/book/trait-objects: remove empty lines at start of examples #35043