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 5 pull requests #39787

Merged
merged 14 commits into from
Feb 13, 2017
Merged

Rollup of 5 pull requests #39787

merged 14 commits into from
Feb 13, 2017

Commits on Feb 11, 2017

  1. Add swap method for Cell

    Charlie Fan authored and F001 committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    a5e8bbf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Add Solaris as recognized ostype

    Add cputype recognition for Solaris
    
    Fixes rust-lang#39729
    binarycrusader committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    ee54be3 View commit details
    Browse the repository at this point in the history
  2. fix copy pasta

    Don't need to catch WindowsError.  That was very silly of me.
    binarycrusader committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    33b655e View commit details
    Browse the repository at this point in the history
  3. fix exception handling for isainfo execution failure

    remove unnecessary gcc_s addition in libstd for Solaris
    binarycrusader committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    4a618fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3807e1f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    6194a76 View commit details
    Browse the repository at this point in the history
  2. typo fix

    king6cong committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8443c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d32e9 View commit details
    Browse the repository at this point in the history
  4. Standardize lifetime and type parameter count mismatch errors

    They now always say how many lifetime / type parameters were expected
    and are explicit about stating "lifetime" or "type" instead of just
    "parameter".
    shepmaster committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    1c99841 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#39716 - F001:swapCell, r=alexcrichton

    Add `swap` method for `Cell`
    
    Addition to rust-lang#39264
    
    r? @alexcrichton
    frewsxcv committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    5b79f33 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#39758 - shepmaster:e0089-duplicate-text, r=…

    …GuillaumeGomez
    
    Remove duplicated "parameter" in E0089 text
    
    Closes rust-lang#39732
    frewsxcv committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    4148711 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#39759 - binarycrusader:master, r=alexcrichton

    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.
    frewsxcv committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    1871bff View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#39774 - frewsxcv:no-rustbuild, r=alexcrichton

    Remove '--disable-rustbuild' option from configure script.
    
    Fixes rust-lang#39762.
    frewsxcv committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    e9abf4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a030bf View commit details
    Browse the repository at this point in the history