Skip to content
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

Rollup of 4 pull requests #41598

Merged
merged 6 commits into from
Apr 28, 2017
Merged

Rollup of 4 pull requests #41598

merged 6 commits into from
Apr 28, 2017

Conversation

alexcrichton and others added 6 commits April 26, 2017 18:35
Recently we switched from the win32 MinGW toolchain to the pthreads-based
toolchain. We ship `gcc.exe` from this toolchain with the `rust-mingw` package
in the standard distribution but the pthreads version of `gcc.exe` depends on
`libwinpthread-1.dll`. While we're shipping this DLL for the compiler to depend
on we're not shipping it for gcc. As a workaround just copy the dll to gcc.exe
location and don't attempt to share for now.

cc rust-lang#31840 (comment)
query for describe_def

Resolves `fn describe_def(&self, def: DefId) -> Option<Def>;` of rust-lang#41417.

r? @nikomatsakis I would greatly appreciate a review. I hope I covered everything described in the pr.
…rson

windows: Copy libwinpthread-1.dll into libdir bin

Recently we switched from the win32 MinGW toolchain to the pthreads-based
toolchain. We ship `gcc.exe` from this toolchain with the `rust-mingw` package
in the standard distribution but the pthreads version of `gcc.exe` depends on
`libwinpthread-1.dll`. While we're shipping this DLL for the compiler to depend
on we're not shipping it for gcc. As a workaround just copy the dll to gcc.exe
location and don't attempt to share for now.

cc rust-lang#31840 (comment)
don't ICE on cross-crate associated const type mismatch

Fixes rust-lang#41549.

r? @eddyb
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (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.

@frewsxcv
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Apr 28, 2017

📌 Commit d21c9b9 has been approved by frewsxcv

@bors
Copy link
Contributor

bors commented Apr 28, 2017

⌛ Testing commit d21c9b9 with merge ace517d...

bors added a commit that referenced this pull request Apr 28, 2017
Rollup of 4 pull requests

- Successful merges: #41534, #41546, #41571, #41583
- Failed merges:
@bors
Copy link
Contributor

bors commented Apr 28, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing ace517d to master...

@bors bors merged commit d21c9b9 into rust-lang:master Apr 28, 2017
This was referenced Apr 28, 2017
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants