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 8 pull requests #37896

Merged
merged 18 commits into from
Nov 20, 2016
Merged

Rollup of 8 pull requests #37896

merged 18 commits into from
Nov 20, 2016

Conversation

Yossi Konstantinovsky and others added 18 commits November 14, 2016 15:21
This speeds up compilation of rustc-benchmarks/inflate-0.1.0 by 1%.
For some reason only on enum and macro pages, the stability version is
rendered after the summary unlike all other pages. As it is already
displayed at the top of the page for all items, this removes it for
consistency and to prevent it from overlapping the summary text.
The default implementation of last() goes through the entire iterator
but that's not needed here.
The default implementation of last() goes through the entire iterator
but that's not needed here.
…nikomatsakis

ICH: Add regression tests for various kinds of loops.

r? @nikomatsakis
… r=arielb1

Don't clone in UnificationTable::probe().

This speeds up compilation of rustc-benchmarks/inflate-0.1.0 by 1%.
reference: fix duplicate bullet points in feature list
…alexcrichton

rustdoc: Remove unnecessary stability versions

For some reason only on enum and macro pages, the stability version is
rendered after the summary unlike all other pages. As it is already
displayed at the top of the page for all items, this removes it for
consistency and to prevent it from overlapping the summary text.

Fixes rust-lang#36093
Optimise Chars::last()

The default implementation of last() goes through the entire iterator
but that's not needed here.
@GuillaumeGomez
Copy link
Member Author

@bors: r+ p=1

@bors
Copy link
Contributor

bors commented Nov 20, 2016

📌 Commit b0354fe has been approved by GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @sfackler

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

@frewsxcv
Copy link
Member

Travis has an error.

@GuillaumeGomez
Copy link
Member Author

Travis is weird now. Only one test failed.

@frewsxcv
Copy link
Member

On each pull request, Travis only builds one of the environments:

https://github.com/rust-lang/rust/blob/master/.travis.yml#L24

Marked by ALLOW_PR=1

@GuillaumeGomez
Copy link
Member Author

Well, it seems that LLVM didn't build, so...

@frewsxcv
Copy link
Member

I think master might be broken on Travis, so this PR might be alright.

@bors
Copy link
Contributor

bors commented Nov 20, 2016

⌛ Testing commit b0354fe with merge fb12219...

bors added a commit that referenced this pull request Nov 20, 2016
Rollup of 8 pull requests

- Successful merges: #37835, #37840, #37841, #37848, #37876, #37880, #37881, #37882
- Failed merges:
@bors bors merged commit b0354fe into rust-lang:master Nov 20, 2016
@GuillaumeGomez GuillaumeGomez deleted the rollup branch November 21, 2016 10:30
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 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.