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

Add std::path::Path::ancestors #48420

Merged
merged 1 commit into from
Mar 1, 2018
Merged

Add std::path::Path::ancestors #48420

merged 1 commit into from
Mar 1, 2018

Commits on Feb 28, 2018

  1. 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