<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures/indexed_set.rs, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-01T21:14:44+00:00</updated>
<entry>
<title>avoid IdxSets containing garbage above the universe length</title>
<updated>2018-04-01T21:14:44+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2018-04-01T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f9ec1cb06524a483b1bfc81c9912ebb7d46cb52'/>
<id>urn:sha1:8f9ec1cb06524a483b1bfc81c9912ebb7d46cb52</id>
<content type='text'>
This makes sure that all bits in each IdxSet between the universe length
and the end of the word are all zero instead of being in an indeterminate state.

This fixes a crash with RUST_LOG=rustc_mir, and is probably a good idea
anyway.
</content>
</entry>
<entry>
<title>Remove IdxSet::elems</title>
<updated>2018-03-06T01:14:38+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-03-06T01:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f69a0999e742a6fc45fd4b962c30c56d04c2245c'/>
<id>urn:sha1:f69a0999e742a6fc45fd4b962c30c56d04c2245c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove IdxSet::each_bit</title>
<updated>2018-03-06T01:14:36+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-03-06T01:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89d12478ac4f56e45da7ece5d5cac983897653d6'/>
<id>urn:sha1:89d12478ac4f56e45da7ece5d5cac983897653d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove IdxSet::reset_to_empty</title>
<updated>2018-03-06T00:58:01+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-03-06T00:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6701d9020f0deb0e8d673fe5ad1247514b3e9db3'/>
<id>urn:sha1:6701d9020f0deb0e8d673fe5ad1247514b3e9db3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Borrow/BorrowMut/ToOwned relationships betweed IdxSetBuf and IdxSet.</title>
<updated>2017-12-13T19:50:40+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2017-12-01T11:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e437e499d1ca9fa2dae69077358b3d1ffd06d27b'/>
<id>urn:sha1:e437e499d1ca9fa2dae69077358b3d1ffd06d27b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Try syntax for Option in place of macros or match</title>
<updated>2017-12-09T22:18:33+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2017-12-09T01:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3024c1434a667425d30e4b0785857381323712aa'/>
<id>urn:sha1:3024c1434a667425d30e4b0785857381323712aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>incr.comp.: Make a bunch of query results encodable.</title>
<updated>2017-11-28T12:03:39+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2017-11-22T13:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=687e099b441ff62d6ab69577e28e0eebfa82a186'/>
<id>urn:sha1:687e099b441ff62d6ab69577e28e0eebfa82a186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce liveness constraints into NLL code</title>
<updated>2017-10-31T16:41:38+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2017-10-24T18:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7523c7368c9e875eae6da46091cbf86c48041b89'/>
<id>urn:sha1:7523c7368c9e875eae6da46091cbf86c48041b89</id>
<content type='text'>
And do a bunch of gratuitious refactoring that I did not bother to
separate into nice commits.
</content>
</entry>
<entry>
<title>Analyse storage liveness and preserve it during generator transformation</title>
<updated>2017-09-13T21:28:10+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2017-09-10T20:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efc7d46188c6696ae873b2b71ead7e34fc4501ab'/>
<id>urn:sha1:efc7d46188c6696ae873b2b71ead7e34fc4501ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into gen</title>
<updated>2017-08-16T18:33:10+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-08-16T18:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f4a99fa8bfcdd27e0b07fcffc569416a3188a35'/>
<id>urn:sha1:5f4a99fa8bfcdd27e0b07fcffc569416a3188a35</id>
<content type='text'>
</content>
</entry>
</feed>
