Skip to content
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

Closed
wants to merge 34 commits into from
Closed

Conversation

Eric Findlay and others added 30 commits October 28, 2015 10:39
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
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member Author

@bors: r+ p=0.5 (want that libc change to land!)

@bors
Copy link
Contributor

bors commented Nov 10, 2015

📌 Commit 9a468ed has been approved by steveklabnik

@steveklabnik
Copy link
Member Author

@bors: p=1

@bors
Copy link
Contributor

bors commented Nov 10, 2015

⌛ Testing commit 9a468ed with merge e4a7463...

@bors
Copy link
Contributor

bors commented Nov 10, 2015

💔 Test failed - auto-mac-32-opt

@alexcrichton
Copy link
Member

@bors: retry

On Mon, Nov 9, 2015 at 10:47 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-mac-32-opt
http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/7081


Reply to this email directly or view it on GitHub
#29736 (comment).

@bors
Copy link
Contributor

bors commented Nov 10, 2015

🔒 Merge conflict

@bors
Copy link
Contributor

bors commented Nov 10, 2015

☔ The latest upstream changes (presumably #29546) made this pull request unmergeable. Please resolve the merge conflicts.

@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants