<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/vec_map.rs, branch 1.59.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.59.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.59.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-23T11:44:23+00:00</updated>
<entry>
<title>Add VecMap::get_value_matching and assert if &gt; 1 element</title>
<updated>2021-07-23T11:44:23+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-17T19:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d71410757d1e44dbcfb83ad2cfe75d687c695b91'/>
<id>urn:sha1:d71410757d1e44dbcfb83ad2cfe75d687c695b91</id>
<content type='text'>
Otherwise is a bug that we want to uncover.
</content>
</entry>
<entry>
<title>Make mir borrowck's use of opaque types independent of the typeck query's result</title>
<updated>2021-07-22T11:20:29+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2021-07-19T16:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6d76002baf9d03372b05c96c7cdd7e89c501bdb0'/>
<id>urn:sha1:6d76002baf9d03372b05c96c7cdd7e89c501bdb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix VecMap::iter_mut</title>
<updated>2021-07-22T11:20:29+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2021-07-19T16:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d693a98f4ef508299c7c6550d9fb79d81f818d84'/>
<id>urn:sha1:d693a98f4ef508299c7c6550d9fb79d81f818d84</id>
<content type='text'>
It used to allow you to mutate the key, even though that can invalidate the map by creating duplicate keys.
</content>
</entry>
<entry>
<title>Fix VecMap Extend impl</title>
<updated>2021-07-13T15:05:29+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github35764891676564198441@oli-obk.de</email>
</author>
<published>2021-07-13T15:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=692f63803683534ca7ff1c0a0a5e15cbfc61db0a'/>
<id>urn:sha1:692f63803683534ca7ff1c0a0a5e15cbfc61db0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add VecMap docs</title>
<updated>2021-06-08T20:17:48+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-08T20:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b1e1c73330ca9ce7ad00f7a1d61ba393ea187b1'/>
<id>urn:sha1:7b1e1c73330ca9ce7ad00f7a1d61ba393ea187b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use impl FnMut directly as predicate type</title>
<updated>2021-06-08T20:17:48+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-08T19:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cad762b1e24e350af3422b50b81e8b4e3b8393a0'/>
<id>urn:sha1:cad762b1e24e350af3422b50b81e8b4e3b8393a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly pass find arguments down the predicate so coercions can apply</title>
<updated>2021-06-08T20:17:47+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-08T19:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed94da14ed19c20baf8912c69b427fe910bf5d5f'/>
<id>urn:sha1:ed94da14ed19c20baf8912c69b427fe910bf5d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add VecMap::get_by(FnMut -&gt; bool)</title>
<updated>2021-06-08T12:40:58+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-08T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd56ec653cec248fb532fc295e1c40271238cffc'/>
<id>urn:sha1:dd56ec653cec248fb532fc295e1c40271238cffc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add VecMap to rustc_data_structures</title>
<updated>2021-06-07T22:03:51+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2021-06-04T13:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa7024b0c7034c75d36ebe9048d12480c8d0bae2'/>
<id>urn:sha1:aa7024b0c7034c75d36ebe9048d12480c8d0bae2</id>
<content type='text'>
</content>
</entry>
</feed>
