Uh oh!
There was an error while loading. Please reload this page.
[Step 1] Implement "small substs optimization" for substs of length 1 - #58321
Conversation
676060b to
ddc37eaComparebors
commented
Feb 12, 2019
☔ The latest upstream changes (presumably #58389) made this pull request unmergeable. Please resolve the merge conflicts. |
oli-obk
commented
Feb 18, 2019
Do you want this merged as a first step in order to reduce the maintainance burden on the full fix? |
csmoe
commented
Feb 18, 2019
@oli-obk yes.(will rebase for merging soon) |
rust-highfive
commented
Feb 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 |
Uh oh!
There was an error while loading. Please reload this page.
02a1e81 to
043ca28Comparebors
commented
Feb 22, 2019
☔ The latest upstream changes (presumably #58592) made this pull request unmergeable. Please resolve the merge conflicts. |
Centril
commented
Feb 23, 2019
Ping from triage, @arielb1, aside from the conflict, can you take a look at this? |
6b8425b to
f931e4cCompareoli-obk
commented
Feb 24, 2019
What do you think about #58310 (comment) (renameing |
Do you think this is ready to review for step 1? In that case, remove the WIP tag and change the commit message to mention this is only step 1. |
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Feb 26, 2019
Needs a rebase and PR topic adjustments: |
This comment has been minimized.
This comment has been minimized.
b04776d to
51b7936Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7a6afef to
f1a2f9eCompare05cb6e4 to
3cec8adCompareChange-Id: I3fa00e999a2ee4eb72db1fdf53a8633b49176a18
oli-obk
commented
Feb 26, 2019
@bors r+ p=1 (prioritizing due to extreme bitrotty nature) |
bors
commented
Feb 26, 2019
📌 Commit cf11729 has been approved by |
varkor
commented
Feb 26, 2019
oli-obk
commented
Feb 26, 2019
I edited the main description |
bors
commented
Feb 27, 2019
bors
commented
Feb 27, 2019
☀️ Test successful - checks-travis, status-appveyor |
rust-highfive
commented
Feb 27, 2019
📣 Toolstate changed by #58321! Tested on commit f0be457. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk@phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@f0be457. Direct link to PR: <rust-lang/rust#58321> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk@phansch, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk@phansch, @rust-lang/infra). 💔 rls on windows: test-pass → build-fail (cc @nrc@Xanewok, @rust-lang/infra). 💔 rls on linux: test-pass → build-fail (cc @nrc@Xanewok, @rust-lang/infra).
Rustup rust-lang/rust#58321 Fixes the build after rust-lang/rust#58321
addresses part of #58310
r?@arielb1