-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[Step 1] Implement "small substs optimization" for substs of length 1 #58321
Conversation
676060b
to
ddc37ea
Compare
☔ The latest upstream changes (presumably #58389) made this pull request unmergeable. Please resolve the merge conflicts. |
Do you want this merged as a first step in order to reduce the maintainance burden on the full fix? |
@oli-obk yes.(will rebase for merging soon) |
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 |
02a1e81
to
043ca28
Compare
☔ The latest upstream changes (presumably #58592) made this pull request unmergeable. Please resolve the merge conflicts. |
Ping from triage, @arielb1, aside from the conflict, can you take a look at this? |
6b8425b
to
f931e4c
Compare
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. |
Needs a rebase and PR topic adjustments: |
This comment has been minimized.
This comment has been minimized.
b04776d
to
51b7936
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7a6afef
to
f1a2f9e
Compare
05cb6e4
to
3cec8ad
Compare
Change-Id: I3fa00e999a2ee4eb72db1fdf53a8633b49176a18
@bors r+ p=1 (prioritizing due to extreme bitrotty nature) |
📌 Commit cf11729 has been approved by |
I edited the main description |
☀️ Test successful - checks-travis, status-appveyor |
📣 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