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 #34541

Merged
merged 8 commits into from
Jul 1, 2016
Merged

Rollup of 5 pull requests #34541

merged 8 commits into from
Jul 1, 2016

Commits on Jun 5, 2016

  1. rustdoc: Remove Derived Implementations title

    As far as I know whether a trait was derived or not does not change the
    public API so there is no need to include this information in the docs.
    
    This title currently just adds an extra divide in the list of trait
    implementations which I don't think needs to be there.
    ollie27 committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    cc18104 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Added Default trait for Cow

    Aaronepower committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    703d7b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Configuration menu
    Copy the full SHA
    37f0f67 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Rollup merge of rust-lang#34105 - ollie27:rustdoc_derived, r=alexcric…

    …hton
    
    rustdoc: Remove Derived Implementations title
    
    As far as I know whether a trait was derived or not does not change the
    public API so there is no need to include this information in the docs.
    
    This title currently just adds an extra divide in the list of trait
    implementations which I don't think needs to be there.
    jseyfried committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    2fda7d4 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34305 - Aaronepower:master, r=alexcrichton

    Added Default trait for Cow.
    
    Adds a default implementation for Cow. Which is the Owned's default.
    jseyfried committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    a77a179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c29fc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Rollup merge of rust-lang#34512 - CensoredUsername:configure-fixes, r…

    …=alexcrichton
    
    Support CMake installations in paths containing spaces
    
    This solves rust-lang#34490
    jseyfried committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    bd7a363 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34547 - sanxiyn:pretty-lifetime, r=pnkfelix

    Fix pretty-printing of lifetime bound
    
    Fix rust-lang#34527.
    jseyfried committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    a8751e0 View commit details
    Browse the repository at this point in the history