<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/hash/mod.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-26T13:37:56+00:00</updated>
<entry>
<title>Fix a few more unstables that I missed</title>
<updated>2018-03-26T13:37:56+00:00</updated>
<author>
<name>Mark Mansi</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2018-03-18T01:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=463865e6957f8b698349460cb231f9d641300df0'/>
<id>urn:sha1:463865e6957f8b698349460cb231f9d641300df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.</title>
<updated>2018-03-17T12:04:13+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-17T10:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89ecb0d5424f4eb72de70c0b7b0c3fb819273728'/>
<id>urn:sha1:89ecb0d5424f4eb72de70c0b7b0c3fb819273728</id>
<content type='text'>
It stays in libcore rather than being private in HashMap’s module
because it shares code with the deprecated *stable* `SipHasher` type.
</content>
</entry>
<entry>
<title>Make the deprecated unstable SipHasher24 type private.</title>
<updated>2018-03-17T10:07:02+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-17T09:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5f020a64014d461ce997ea6e2e801f17aa44b08'/>
<id>urn:sha1:c5f020a64014d461ce997ea6e2e801f17aa44b08</id>
<content type='text'>
It is still used by the deprecated *stable* `SipHasher` type.
</content>
</entry>
<entry>
<title>Fix broken link markup in Hasher::finish docs</title>
<updated>2017-11-10T19:58:03+00:00</updated>
<author>
<name>Lukas H</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-11-10T19:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6443873821d229c4e3f2d55a08f4739c9992fb17'/>
<id>urn:sha1:6443873821d229c4e3f2d55a08f4739c9992fb17</id>
<content type='text'>
There were apostrophes when there needed to be backticks.</content>
</entry>
<entry>
<title>Implement Hash for raw pointers to unsized types</title>
<updated>2017-10-25T18:07:13+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2017-10-23T21:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c2c1910d69086827629d37deb5ce6a2febdb36fd'/>
<id>urn:sha1:c2c1910d69086827629d37deb5ce6a2febdb36fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl Hasher for {&amp;mut Hasher, Box&lt;Hasher&gt;}</title>
<updated>2017-09-12T09:28:07+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-08-21T14:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bbe468271c3afa84c18979d8a5b9574d2bf2070'/>
<id>urn:sha1:0bbe468271c3afa84c18979d8a5b9574d2bf2070</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document that std::hash::Hasher::finish() does not reset the hasher.</title>
<updated>2017-08-16T15:02:39+00:00</updated>
<author>
<name>Martin Hoffmann</name>
<email>hn@nvnc.de</email>
</author>
<published>2017-08-16T15:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02aaa1180eca1c1a5979eb5b106ed1befba8a42e'/>
<id>urn:sha1:02aaa1180eca1c1a5979eb5b106ed1befba8a42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Eq/Hash/Debug etc. for unsized tuples.</title>
<updated>2017-07-01T23:41:39+00:00</updated>
<author>
<name>Masaki Hara</name>
<email>ackie.h.gmai@gmail.com</email>
</author>
<published>2017-07-01T23:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01b6c9459ca3f7857f211aa47f8fbf3b52ed1c47'/>
<id>urn:sha1:01b6c9459ca3f7857f211aa47f8fbf3b52ed1c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce tidy lint to check for inconsistent tracking issues</title>
<updated>2017-06-16T18:40:40+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2017-06-16T17:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6afde6c46d167c9c75389b887f1d2498aeef3e4'/>
<id>urn:sha1:c6afde6c46d167c9c75389b887f1d2498aeef3e4</id>
<content type='text'>
This commit
    * Refactors the collect_lib_features function to work in a
      non-checking mode (no bad pointer needed, and list of
      lang features).
    * Introduces checking whether unstable/stable tags for a
      given feature have inconsistent tracking issues.
    * Fixes such inconsistencies throughout the codebase.
</content>
</entry>
<entry>
<title>Fixed indent, grammar, and link in std::hash docs</title>
<updated>2017-04-10T15:50:54+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@gmail.com</email>
</author>
<published>2017-04-10T15:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12d7c3d9d8e6694b693e9ee30402063b6cef18ab'/>
<id>urn:sha1:12d7c3d9d8e6694b693e9ee30402063b6cef18ab</id>
<content type='text'>
</content>
</entry>
</feed>
