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 10 pull requests #48615

Merged
merged 20 commits into from
Mar 1, 2018
Merged

Rollup of 10 pull requests #48615

merged 20 commits into from
Mar 1, 2018

Commits on Feb 21, 2018

  1. make #[unwind] attribute specify expectations more clearly

    You can now choose between the following:
    
    - `#[unwind(allowed)]`
    - `#[unwind(aborts)]`
    
    Per rust-lang#48251, the default is `#[unwind(allowed)]`, though
    I think we should change this eventually.
    nikomatsakis committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    a47fd3d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Configuration menu
    Copy the full SHA
    566c6ac View commit details
    Browse the repository at this point in the history
  2. Implement --remap-path-prefix

    Remove experimental -Zremap-path-prefix-from/to, and replace it with
    the stabilized --remap-path-prefix=from=to variant.
    
    This is an implementation for issue of rust-lang#41555.
    jsgf committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    56a6828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9438c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    da9dc05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eeabe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd29696 View commit details
    Browse the repository at this point in the history
  4. Lint bare traits

    Manishearth committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    63168f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    177271f View commit details
    Browse the repository at this point in the history
  6. Silence warning in test

    Manishearth committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    dd67fe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

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

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    0cb3672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6a5ee View commit details
    Browse the repository at this point in the history
  3. Add std::path::Path::ancestors

    Squashed commit of the following:
    
    commit 1b5d55e26f667b1a25c83c5db0cbb072013a5122
    Author: Tobias Stolzmann <[email protected]>
    Date:   Wed Feb 28 00:06:15 2018 +0100
    
        Bugfix
    
    commit 4265c2db0b0aaa66fdeace5d329665fd2d13903a
    Author: Tobias Stolzmann <[email protected]>
    Date:   Tue Feb 27 22:59:12 2018 +0100
    
        Rename std::path::Path::parents into std::path::Path::ancestors
    
    commit 2548e4b14d377d20adad0f08304a0dd6f8e48e23
    Author: Tobias Stolzmann <[email protected]>
    Date:   Tue Feb 27 12:50:37 2018 +0100
    
        Add tracking issue
    
    commit 3e2ce51a6eea0e39af05849f76dd2cefd5035e86
    Author: Tobias Stolzmann <[email protected]>
    Date:   Mon Feb 26 15:05:15 2018 +0100
    
        impl FusedIterator for Parents
    
    commit a7e096420809740311e19d963d4aba6df77be2f9
    Author: Tobias Stolzmann <[email protected]>
    Date:   Mon Feb 26 14:38:41 2018 +0100
    
        Clarify that the iterator returned will yield at least one value
    
    commit 796a36ea203cd197cc4c810eebd21c7e3433e6f1
    Author: Tobias Stolzmann <[email protected]>
    Date:   Thu Feb 22 14:01:21 2018 +0100
    
        Fix examples
    
    commit e279383b21f11c97269cb355a5b2a0ecdb65bb0c
    Author: Tobias Stolzmann <[email protected]>
    Date:   Thu Feb 22 04:47:24 2018 +0100
    
        Add std::path::Path::parents
    teiesti committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    b9e9b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f59ab8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fac7d7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1251560 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b5519d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f57835b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b9707 View commit details
    Browse the repository at this point in the history