Skip to content

Add copy bound to atomic & numeric intrinsics#70101

Merged
bors merged 2 commits into
rust-lang:masterfrom
tmiasko:intrinsics-copy
Mar 29, 2020
Merged

Add copy bound to atomic & numeric intrinsics#70101
bors merged 2 commits into
rust-lang:masterfrom
tmiasko:intrinsics-copy

Conversation

@tmiasko

@tmiasko tmiasko commented Mar 18, 2020

Copy link
Copy Markdown
Contributor

No description provided.

@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @withoutboats (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 18, 2020
@tmiasko

tmiasko commented Mar 18, 2020

Copy link
Copy Markdown
Contributor Author

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned withoutboats Mar 18, 2020
@eddyb eddyb added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 18, 2020
@eddyb

eddyb commented Mar 18, 2020

Copy link
Copy Markdown
Contributor

Blocked on #70088.

But until then, let's see if all of these bounds slow down compilation:
@bors try @rust-timer queue

@rust-timer

Copy link
Copy Markdown
Collaborator

Awaiting bors try build completion

@bors

bors commented Mar 18, 2020

Copy link
Copy Markdown
Collaborator

⌛ Trying commit 90403dd with merge a32f3ae...

bors added a commit that referenced this pull request Mar 18, 2020
Add copy bound to atomic & numeric intrinsics

Includes changes from #70088.
@bors

bors commented Mar 18, 2020

Copy link
Copy Markdown
Collaborator

💥 Test timed out

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Mar 18, 2020
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors try @rust-timer queue

@rust-timer

Copy link
Copy Markdown
Collaborator

Awaiting bors try build completion

@bors

bors commented Mar 29, 2020

Copy link
Copy Markdown
Collaborator

⌛ Trying commit ec853b6 with merge 119f1f99f280ef63616a5850089cb3d96f05938a...

@rust-timer

Copy link
Copy Markdown
Collaborator

Awaiting bors try build completion

@bors

bors commented Mar 29, 2020

Copy link
Copy Markdown
Collaborator

⌛ Trying commit ec853b6 with merge c50daeeeb7cd5e2b6d5077742e980e9cf777832f...

@bors

bors commented Mar 29, 2020

Copy link
Copy Markdown
Collaborator

☀️ Try build successful - checks-azure
Build commit: c50daeeeb7cd5e2b6d5077742e980e9cf777832f (c50daeeeb7cd5e2b6d5077742e980e9cf777832f)

@rust-timer

Copy link
Copy Markdown
Collaborator

Queued c50daeeeb7cd5e2b6d5077742e980e9cf777832f with parent 7762131, future comparison URL.

@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking try commit c50daeeeb7cd5e2b6d5077742e980e9cf777832f, comparison URL.

@eddyb

eddyb commented Mar 29, 2020

Copy link
Copy Markdown
Contributor

Wait, this is silly, only core's compilation would be slowed down, nothing uses the intrinsics directly.
And the results are likely all noise.

Sorry for the unnecessary delay, I didn't think the implications through properly.
@bors r+

@bors

bors commented Mar 29, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit ec853b6 has been approved by eddyb

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 29, 2020
@bjorn3

bjorn3 commented Mar 29, 2020

Copy link
Copy Markdown
Member

All regressions are for incremental mode.

bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 29, 2020
Rollup of 3 pull requests

Successful merges:

 - rust-lang#68692 (impl From<[T; N]> for Vec<T>)
 - rust-lang#70101 (Add copy bound to atomic & numeric intrinsics)
 - rust-lang#70506 (BTreeMap testing: introduce symbolic constants and use height consistently)

Failed merges:

r? @ghost
@bors bors merged commit 873bf46 into rust-lang:master Mar 29, 2020
@tmiasko tmiasko deleted the intrinsics-copy branch July 1, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: 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.

8 participants