]> git.lizzy.rs Git - rust.git/commit
std: Add some implementation of common traits
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 Jul 2014 01:16:16 +0000 (18:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Jul 2014 14:50:58 +0000 (07:50 -0700)
commit8aa8ca7991412b6d326b131e17177b8610239841
tree53d4f0905d8625a3dae9ab7c0c07983a93d1253a
parentf9fe251777e9f1cc557a6d5b82b45403935d0a10
std: Add some implementation of common traits

- semver::Version is now Eq, Ord, and Hash
- Path is now PartialOrd and Ord
src/libsemver/lib.rs
src/libstd/path/posix.rs
src/libstd/path/windows.rs