Skip to content

Rollup of 10 pull requests - #58728

Merged
bors merged 21 commits into
rust-lang:masterfrom
Centril:rollup
Feb 25, 2019
Merged

Rollup of 10 pull requests#58728
bors merged 21 commits into
rust-lang:masterfrom
Centril:rollup

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

ollie27and others added 21 commits January 17, 2019 09:22
…r=Centril
Deny the `overflowing_literals` lint for all editions
The `overflowing_literals` was made deny by default for the 2018 edition by rust-lang#54507, however I'm not aware of any reason it can't be made deny by default for the 2015 edition as well.
…on, r=oli-obk
Reduce Miri Code Repetition like `(n << amt) >> amt`
This Pull Request fixes a part of [rust-lang#49937](rust-lang#49937).
…ri-related, r=oli-obk
Reduce a Code Repetition like `(n << amt) >> amt`
Fixes a part of [rust-lang#49937](rust-lang#49937).
…lfJung
Apply docs convention: Replace # Unsafety with # Safety in docs
As used in RFC 1574: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#using-markdown
"Safety" is used many times more than "Unsafety" is within existing docs.
@bors rollup
r? @RalfJung
…ths, r=oli-obk
librustc_codegen_llvm: #![deny(elided_lifetimes_in_paths)]
As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_codegen_llvm`.
r? @oli-obk
…ths-librustc_codegen_ssa, r=oli-obk
librustc_codegen_ssa: #![deny(elided_lifetimes_in_paths)]
As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_codegen_ssa`.
r? @oli-obk
…ths-librustc_typeck, r=oli-obk
librustc_typeck: deny(elided_lifetimes_in_paths)
As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc_typeck`.
r? @oli-obk
…ths-librustc, r=oli-obk
librustc: deny(elided_lifetimes_in_paths)
As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc`.
r? @oli-obk
…trap, r=Centril
bootstrap: deny(rust_2018_idioms)
As part of the Rust 2018 transition, apply `#![deny(rust_2018_idioms)]` to `bootstrap`.
r? @Centril
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=10

@bors

bors commented Feb 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit d6de1e9 has been approved by Centril

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 25, 2019
@bors

bors commented Feb 25, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit d6de1e9 with merge da57320...

bors added a commit that referenced this pull request Feb 25, 2019
Rollup of 10 pull requests
Successful merges:
- #55632 (Deny the `overflowing_literals` lint for all editions)
- #58687 (Reduce Miri Code Repetition like `(n << amt) >> amt`)
- #58690 (Reduce a Code Repetition like `(n << amt) >> amt`)
- #58718 (Apply docs convention: Replace # Unsafety with # Safety in docs)
- #58719 (librustc_codegen_llvm: #![deny(elided_lifetimes_in_paths)])
- #58720 (librustc_codegen_ssa: #![deny(elided_lifetimes_in_paths)])
- #58722 (librustc_typeck: deny(elided_lifetimes_in_paths))
- #58723 (librustc: deny(elided_lifetimes_in_paths))
- #58725 (Test that binop subtyping in rustc_typeck fixes#27949)
- #58727 (bootstrap: deny(rust_2018_idioms))
Failed merges:
r? @ghost
@bors

bors commented Feb 25, 2019

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing da57320 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Feb 25, 2019
@bors

bors commented Feb 25, 2019

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing da57320 to master...

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

== operator does not support subtyping

6 participants

@Centril@bors@ollie27@kenta7777@jamwt@taiki-e