Skip to content

Extend the impl_stable_hash_for! macro for miri. - #55302

Merged
bors merged 1 commit into
rust-lang:masterfrom
goffrie:impl-stable-hash
Oct 26, 2018
Merged

Extend the impl_stable_hash_for! macro for miri.#55302
bors merged 1 commit into
rust-lang:masterfrom
goffrie:impl-stable-hash

Conversation

@goffrie

Copy link
Copy Markdown
Contributor

Fixes#54075.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 24, 2018
Comment threadsrc/librustc/macros.rs Outdated
@varkor

Copy link
Copy Markdown
Contributor

This looks great, thank you! Just curious about that one comment, but after that, everything looks good!

@varkor

Copy link
Copy Markdown
Contributor

Thanks!

@bors r+ rollup

@bors

bors commented Oct 26, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 4747d83 has been approved by varkor

@borsbors 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 Oct 26, 2018
@kennytmkennytm mentioned this pull request Oct 26, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Oct 26, 2018
bors added a commit that referenced this pull request Oct 26, 2018
Rollup of 21 pull requests
Successful merges:
- #54816 (Don't try to promote already promoted out temporaries)
- #54824 (Cleanup rustdoc tests with `@!has` and `@!matches`)
- #54921 (Add line numbers option to rustdoc)
- #55167 (Add a "cheap" mode for `compute_missing_ctors`.)
- #55258 (Fix Rustdoc ICE when checking blanket impls)
- #55264 (Compile the libstd we distribute with -Ccodegen-unit=1)
- #55271 (Unimplement ExactSizeIterator for MIR traversing iterators)
- #55292 (Macro diagnostics tweaks)
- #55298 (Point at macro definition when no rules expect token)
- #55301 (List allowed tokens after macro fragments)
- #55302 (Extend the impl_stable_hash_for! macro for miri.)
- #55325 (Fix link to macros chapter)
- #55343 (rustbuild: fix remap-debuginfo when building a release)
- #55346 (Shrink `Statement`.)
- #55358 (Remove redundant clone (2))
- #55370 (Update mailmap for estebank)
- #55375 (Typo fixes in configure_cmake comments)
- #55378 (rustbuild: use configured linker to build boostrap)
- #55379 (validity: assert that unions are non-empty)
- #55383 (Use `SmallVec` for the queue in `coerce_unsized`.)
- #55391 (bootstrap: clean up a few clippy findings)
@bors

bors commented Oct 26, 2018

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #55382) made this pull request unmergeable. Please resolve the merge conflicts.

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 26, 2018
@bors
bors merged commit 4747d83 into rust-lang:masterOct 26, 2018
@RalfJung

Copy link
Copy Markdown
Member

This is awesome, thanks. :)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@goffrie@rust-highfive@varkor@bors@RalfJung