]> git.lizzy.rs Git - rust.git/commit
Add new path module
authorAaron Turon <aturon@mozilla.com>
Thu, 29 Jan 2015 22:33:11 +0000 (14:33 -0800)
committerAaron Turon <aturon@mozilla.com>
Tue, 3 Feb 2015 22:52:03 +0000 (14:52 -0800)
commit45ddf50cebd8f3353383e473327911c1f8b34cd6
treef9f41a11f529a8f41a24e9ac52450011d9c63afb
parent3e39f0bc0e96f76610104918edaa5912f4f352df
Add new path module

Implements [RFC 474](https://github.com/rust-lang/rfcs/pull/474); see
that RFC for details/motivation for this change.

This initial commit does not include additional normalization or
platform-specific path extensions. These will be done in follow up
commits or PRs.
src/libstd/ffi/mod.rs
src/libstd/ffi/os_str.rs
src/libstd/path.rs [new file with mode: 0755]
src/libstd/sys/unix/os_str.rs
src/libstd/sys/windows/os_str.rs
src/test/run-pass/issue-15149.rs
src/test/run-pass/issue-3424.rs
src/test/run-pass/process-spawn-with-unicode-params.rs