-
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 8 pull requests #37896
Rollup of 8 pull requests #37896
Conversation
GuillaumeGomez
commented
Nov 20, 2016
- Successful merges: Update E0088 to new error format #37835, Fix grammar error in lifetimes.md #37840, ICH: Add regression tests for various kinds of loops. #37841, Don't clone in UnificationTable::probe(). #37848, reference: fix duplicate bullet points in feature list #37876, Add missing examples in SocketAddr #37880, rustdoc: Remove unnecessary stability versions #37881, Optimise Chars::last() #37882
- Failed merges:
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.
Update E0088 to new error format Fixes rust-lang#35226 which is part of rust-lang#35233. Is based on rust-lang#36208 from @yossi-k. r? @jonathandturner
Fix grammar error in lifetimes.md
…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
…sxcv Add missing examples in SocketAddr r? @frewsxcv
…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.
@bors: r+ p=1 |
📌 Commit b0354fe has been approved by |
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
Travis has an error. |
Travis is weird now. Only one test failed. |
On each pull request, Travis only builds one of the environments: /~https://github.com/rust-lang/rust/blob/master/.travis.yml#L24 Marked by |
Well, it seems that LLVM didn't build, so... |
I think |