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

Adding Path.normalize() method #47363

Closed
wants to merge 17 commits into from

Commits on Nov 11, 2017

  1. Added normalize, and working on tests

    Mark LeMoine committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    5c5bee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. About to catch up from upstream

    Mark LeMoine committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    856fa14 View commit details
    Browse the repository at this point in the history
  2. Marking as unstable

    Mark LeMoine committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    4d8302e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into master

    ThatsGobbles authored Jan 11, 2018
    Configuration menu
    Copy the full SHA
    89255eb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Merge branch 'master' of github.com:rust-lang/rust

    Mark LeMoine committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    c2c3e0d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    2dd8a81 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:rust-lang/rust

    Mark LeMoine committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    5d5c747 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Removing mut and changing .as_ref() calls to .as_os_str()

    Mark LeMoine committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    46b9ba3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:rust-lang/rust

    Mark LeMoine committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    1b67915 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Adding missing (?) "test" attribute to into_rc

    Mark LeMoine committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    9f66ba4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:rust-lang/rust

    Mark LeMoine committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    9020f4e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Renaming normalize to clean, and updating comments and docs to re…

    …flect
    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    3ee1f8b View commit details
    Browse the repository at this point in the history
  2. Merged

    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    579c308 View commit details
    Browse the repository at this point in the history
  3. Renamed feature name to remove spaces

    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    5cebcca View commit details
    Browse the repository at this point in the history
  4. Adding Windows-specific tests

    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ab1ed7a View commit details
    Browse the repository at this point in the history
  5. Merged from Windows VM

    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    6f59d0f View commit details
    Browse the repository at this point in the history
  6. Missed some tn -> tc renames

    Mark LeMoine committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    9942a0f View commit details
    Browse the repository at this point in the history