Files
rust/src/libstd
bors a1fd944eb8 Auto merge of #29456 - alexcrichton:path-hash, r=aturon
Almost all operations on Path are based on the components iterator in one form
or another to handle equivalent paths. The `Hash` implementations, however,
mistakenly just went straight to the underlying `OsStr`, causing these
equivalent paths to not get merged together.

This commit updates the `Hash` implementation to also be based on the iterator
which should ensure that if two paths are equal they hash to the same thing.

cc #29008, but doesn't close it
2015-11-02 21:56:47 +00:00
..
2015-10-19 01:29:44 -04:00
2015-10-25 09:36:32 -07:00
2015-10-25 09:36:32 -07:00
2015-10-25 09:17:27 -05:00
2015-10-30 22:13:32 -07:00
2015-10-25 09:36:32 -07:00
2015-09-24 23:52:13 +02:00
2015-10-21 10:05:27 -07:00