-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #39787
Rollup of 5 pull requests #39787
Conversation
Add cputype recognition for Solaris Fixes rust-lang#39729
Don't need to catch WindowsError. That was very silly of me.
remove unnecessary gcc_s addition in libstd for Solaris
They now always say how many lifetime / type parameters were expected and are explicit about stating "lifetime" or "type" instead of just "parameter".
Add `swap` method for `Cell` Addition to rust-lang#39264 r? @alexcrichton
…GuillaumeGomez Remove duplicated "parameter" in E0089 text Closes rust-lang#39732
add solaris rustbuild support Add Solaris as recognized ostype Add cputype recognition for Solaris Fixes rust-lang#39729 A future pull request will discriminate between the commercial release and older opensource derivatives to account for divergence, for now, this is compatible with both.
Remove '--disable-rustbuild' option from configure script. Fixes rust-lang#39762.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (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. |
@bors r+ p=10 |
📌 Commit 2a030bf has been approved by |
⌛ Testing commit 2a030bf with merge 779c86e... |
⌛ Testing commit 2a030bf with merge 54b5bdb... |
💔 Test failed - status-appveyor |
@bors retry
|
☀️ Test successful - status-appveyor, status-travis |
swap
method forCell
#39716, Remove duplicated "parameter" in E0089 text #39758, add solaris rustbuild support #39759, Remove '--disable-rustbuild' option from configure script. #39774, typo fix #39784