-
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 9 pull requests #48806
Rollup of 9 pull requests #48806
Conversation
This removes the last dependency on rayon 0.9
Removes the walkdir 1.0 and same-file 0.1 dependencies
Now begins the saga of fixing compilation errors on other platforms...
This pulls in the rest of LLVM's `release_60` branch (the actual 6.0.0 release) and also pulls in a cherry-pick to... Closes rust-lang#48226
This Python script was used to generate a `ziggurat_tables.rs` file in librand, but librand was moved out of the repo. * https://github.com/rust-lang/rust/commits/master/src/librand/distributions/ziggurat_tables.rs * https://github.com/rust-lang-nursery/rand/blob/master/utils/ziggurat_tables.py
…fix, r=QuietMisdreavus Add resource-suffix option for rustdoc Alternative version of rust-lang#48442. cc @onur r? @QuietMisdreavus
Some changes occurred in HTML/CSS. |
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit 9b6f99b has been approved by |
💔 Test failed - status-appveyor |
@bors: retry good ol' network issues |
⌛ Testing commit 7c05044 with merge 0742c79ba4892b9552ae0e4359832c4a488f502f... |
💔 Test failed - status-appveyor |
@bors: r+ |
📌 Commit 16cc9ce has been approved by |
Argh I mixed up the ordering so the attempt to split the AppVeyor builder didn't actually split anything. As a result we're about to time out That being said everything else passed, so I'm going to merge manually if this times out. |
TyCtxt
and aSpan
should be taking aTyCtxtAt
#48651, Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) #48698, Fix save-analysis generation crash with invalid tuple access #48778, Stabilize option_ref_mut_cloned #48787, Remove unused 'src/etc/ziggurat_tables.py' Python script. #48802inferred_obligations
from the trait selector #48710