about summary refs log tree commit diff
path: root/src/libcore/path2.rs
AgeCommit message (Collapse)AuthorLines
2012-08-29Replace core::path with contents of core::path2. Back to one path module.Graydon Hoare-577/+0
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-3/+3
Generally, "== None" calls into the shape glue, and it's also more useful.
2012-08-26Camel case the option typeBrian Anderson-86/+86
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-129/+165
2012-08-20Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.Graydon Hoare-9/+239
2012-08-17Initial sketch of path2 module, starting with WindowsPath.Graydon Hoare-0/+311