Uh oh!
There was an error while loading. Please reload this page.
Rollup of 3 pull requests - #67435
Conversation
This code was added to avoid UB in LLVM 6 and earlier, but we no longer support those LLVM versions. Since https://reviews.llvm.org/D47807 (released in LLVM 7), uitofp does exactly what we need. Closesrust-lang#51872
Toolstate publication only runs if the channel is "nightly" and previously the toolstate builders did not know that the channel was nightly (since they are not dist builders). A look through bootstrap seems to indicate that nothing should directly depend on the channel being set to `-dev` on the test builders, though this may cause some problems with UI tests (if for some reason they're dumping the channel into stderr), but we cannot find evidence of such so hopefully this is fine.
Normalize ident Perform unicode normalization on identifiers. Resolving the first bullet point in rust-lang#55467.
…morse Remove a const-if-hack in RawVec r? @ecstatic-morse cc @Centril
…=varkor Use structured suggestion for disambiguating method calls Fixrust-lang#65635.
…xcrichton add string.insert benchmarks This adds benchmarks for `String::insert` and `String::insert_str`
…atthewjasper Remove now-redundant range check on u128 -> f32 casts This code was added to avoid UB in LLVM 6 and earlier, but we no longer support those LLVM versions. Since https://reviews.llvm.org/D47807 (released in LLVM 7), uitofp does exactly what we need. Closesrust-lang#51872
Fix unresolved type span inside async object Closesrust-lang#65180 r? @estebank It's hard to create a minimal repro for that issue, [decided](https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async-foundations/topic/meeting.202019.2E12.2E17/near/183675659) to give up finding mcve. cc [previous take](rust-lang#65668)
Fix internal documentation typo r? @Centril
We were inserting *before* the existing newline, so we should prepend it not append it to our inserted string.
…ietroalbini Set release channel on non-dist builders Toolstate publication only runs if the channel is "nightly" and previously the toolstate builders did not know that the channel was nightly (since they are not dist builders). A look through bootstrap seems to indicate that nothing should directly depend on the channel being set to `-dev` on the test builders, though this may cause some problems with UI tests (if for some reason they're dumping the channel into stderr), but we cannot find evidence of such so hopefully this is fine. r? @pietroalbini
Rollup of 7 pull requests Successful merges: - rust-lang#66670 (Normalize ident) - rust-lang#66755 (Remove a const-if-hack in RawVec) - rust-lang#67127 (Use structured suggestion for disambiguating method calls) - rust-lang#67281 (add string.insert benchmarks) - rust-lang#67328 (Remove now-redundant range check on u128 -> f32 casts) - rust-lang#67392 (Fix unresolved type span inside async object) - rust-lang#67421 (Fix internal documentation typo) Failed merges: r? @ghost
…ntril Fix toolstate history format We were inserting *before* the existing newline, so we should prepend it not append it to our inserted string.
Mark-Simulacrum
commented
Dec 19, 2019
@bors r+ p=100 |
bors
commented
Dec 19, 2019
📌 Commit 32bf790 has been approved by |
rust-highfive
commented
Dec 19, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 19, 2019
💔 Test failed - checks-azure |
Mark-Simulacrum
commented
Dec 19, 2019
@bors retry chocalety |
bors
commented
Dec 19, 2019
rust-highfive
commented
Dec 19, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 19, 2019
💔 Test failed - checks-azure |
Mark-Simulacrum
commented
Dec 19, 2019
@bors retry |
bors
commented
Dec 19, 2019
⌛ Testing commit 32bf790 with merge fcecd1c9f627b30540af432820f7f4ec4aaf55f1... |
rust-highfive
commented
Dec 19, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Mark-Simulacrum
commented
Dec 19, 2019
@bors retry |
bors
commented
Dec 19, 2019
⌛ Testing commit 32bf790 with merge 5886cbadc97ee40213b3a2d5b36cb374a4c7dbdc... |
rust-highfive
commented
Dec 19, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 19, 2019
💔 Test failed - checks-azure |
Successful merges:
Failed merges:
r? @ghost