-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #29736
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 7 pull requests #29736
Conversation
steveklabnik
commented
Nov 10, 2015
- Successful merges: Added try! example to documentation.md #29234 #29420, Stricter doctests for corelibs #29544, Fix outdated comment in Vec::from_iter #29688, libstd: add example for PathBuf::push #29708, Documentation: Fix broken link on for-loop.html #29715, Redo the README intro again #29729, Some cleanup on after #29684 #29731
- Failed merges:
Since commit 46068c9, call to `reserve()` on empty vec allocates exactly requested capacity, so unroll of first iteration may help only with branch prediction.
* wrap to 80 cols * small grammar fix, missing 'the'
…labnik Did this alphabetically, so I didn't see [how `std` was doing things](https://dxr.mozilla.org/rust/source/src/libstd/lib.rs#215) till I was nearly finished. If you prefer to add crate-level-whitelists like std instead of test-level, I can rebase with that strategy. A number of these commits can probably be dropped as the crates don't have much to test, and are deprecated. Let me know which if any to drop! (can also squash after review if desired) r? @steveklabnik
…akis Since commit 46068c9, call to `reserve()` on empty vec allocates exactly requested capacity, so unroll of first iteration may help only with branch prediction.
r? @steveklabnik This completely abdicates any responsibility to explain what Rust is, instead linking to the website. My main motivation is that I am still not happy with it, and every time I try to fix it I just write a slightly longer sales pitch than what's on the website. One thing this paragraph could do is direct people to more information about what is in the repo, or more technical information about the implementation.
* wrap to 80 cols * small grammar fix, missing 'the'
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=0.5 (want that libc change to land!) |
📌 Commit 9a468ed has been approved by |
@bors: p=1 |
⌛ Testing commit 9a468ed with merge e4a7463... |
💔 Test failed - auto-mac-32-opt |
@bors: retry On Mon, Nov 9, 2015 at 10:47 PM, bors [email protected] wrote:
|
🔒 Merge conflict |
☔ The latest upstream changes (presumably #29546) made this pull request unmergeable. Please resolve the merge conflicts. |