-
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
Rollup of 13 pull requests #35036
Rollup of 13 pull requests #35036
Conversation
steveklabnik
commented
Jul 25, 2016
- Successful merges: Fix ABI string docs in reference.md #34461, Add more docs - mostly warnings - to std::mem::transmute #34609, document DoubleEndedIterator::next_back #34732, doc: add missing pause #34850, Merge guidelines from RFC 1567 into UX Guidelines. #34894, Add HashMap Entry enums examples #34935, Update VecDeque documentation to specify direction of index 0 (#34920) #34974, Update underscore usage (#34903) #34990, Add DirBuilder doc examples #34995, Fix HashMap's values_mut example to use println! #35001, Dir entry doc #35009, Improve Open doc #35010, Remove no_stack_check tests (#34915) #35028
- Failed merges:
This is a partial fix for issue rust-lang#34808. Most of the wording was copied verbatim from the RFC. Main difference is that I moved the actual template to the top of the section. It also makes the error explanations the longest section in the guidelines doc for now.
Part of fixes for rust-lang#34915
Fix ABI string docs in reference.md
…veklabnik Dir entry doc Part of rust-lang#29356. r? @steveklabnik
…bnik Improve Open doc Part of rust-lang#29356. r? @steveklabnik
Remove no_stack_check tests (rust-lang#34915) Part of fixes for rust-lang#34915
@bors: r+ p=1 |
📌 Commit e3e138b has been approved by |
(rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit e3e138b with merge 8c1bca5... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
@bors retry
|
💔 Test failed - auto-win-gnu-32-opt |
@bors: retry |
⌛ Testing commit e3e138b with merge 8483c2f... |
💔 Test failed - auto-win-gnu-32-opt |
@bors: retry On Mon, Jul 25, 2016 at 2:37 PM, bors notifications@github.com wrote:
|
⌛ Testing commit e3e138b with merge 10a7bc0... |
💔 Test failed - auto-win-msvc-64-cargotest |
@bors: retry On Tue, Jul 26, 2016 at 2:53 AM, bors notifications@github.com wrote:
|
⌛ Testing commit e3e138b with merge 751f2a4... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
Ok that seems legitimate. cc @vadimcn though, the failure to do a backtrace seems worrisome. |
#35014 should fix that |