Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #39787
Conversation
Add cputype recognition for Solaris Fixesrust-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 Closesrust-lang#39732
add solaris rustbuild support Add Solaris as recognized ostype Add cputype recognition for Solaris Fixesrust-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. Fixesrust-lang#39762.
rust-highfive
commented
Feb 13, 2017
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. |
frewsxcv
commented
Feb 13, 2017
@bors r+ p=10 |
bors
commented
Feb 13, 2017
📌 Commit 2a030bf has been approved by |
bors
commented
Feb 13, 2017
⌛ Testing commit 2a030bf with merge 779c86e... |
steveklabnik
commented
Feb 13, 2017
bors
commented
Feb 13, 2017
⌛ Testing commit 2a030bf with merge 54b5bdb... |
bors
commented
Feb 13, 2017
💔 Test failed - status-appveyor |
frewsxcv
commented
Feb 13, 2017
@bors retry |
bors
commented
Feb 13, 2017
bors
commented
Feb 13, 2017
☀️ Test successful - status-appveyor, status-travis |
swapmethod 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