<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures/indexed_vec.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-29T11:12:49+00:00</updated>
<entry>
<title>Move RangeArguments to {core::std}::ops and rename to RangeBounds</title>
<updated>2018-03-29T11:12:49+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-19T08:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16d3ba1b23195da2d53e058c58c2a41def914dec'/>
<id>urn:sha1:16d3ba1b23195da2d53e058c58c2a41def914dec</id>
<content type='text'>
These unstable items are deprecated:

* The `std::collections::range::RangeArgument` reexport
* The `std::collections::range` module.
</content>
</entry>
<entry>
<title>Convert SerializedDepGraph to be a struct-of-arrays</title>
<updated>2018-03-19T23:45:35+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2018-03-15T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c43b1a09e034f978317bf087214f8f4cde80ba40'/>
<id>urn:sha1:c43b1a09e034f978317bf087214f8f4cde80ba40</id>
<content type='text'>
Fixes #47326
</content>
</entry>
<entry>
<title>add `canonicalize` method to `InferCtxt` [VIC]</title>
<updated>2018-03-13T15:21:31+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2018-02-09T15:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=993c1488cc4b0826c3f1076393bf50eef09ba467'/>
<id>urn:sha1:993c1488cc4b0826c3f1076393bf50eef09ba467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #48402 - eddyb:y-u-no-inline, r=nikomatsakis</title>
<updated>2018-02-24T20:48:02+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2018-02-24T16:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ec5dc399c84837e2b81c9df8407b2b83c9fb437'/>
<id>urn:sha1:6ec5dc399c84837e2b81c9df8407b2b83c9fb437</id>
<content type='text'>
rustc_data_structures: add missing #[inline].

r? @nikomatsakis
</content>
</entry>
<entry>
<title>Use Sparse bitsets instead of dense ones for NLL results</title>
<updated>2018-02-23T00:27:26+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2018-02-15T18:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff9eb56c6e4bff6c1c74bd628a7e0dd79321829b'/>
<id>urn:sha1:ff9eb56c6e4bff6c1c74bd628a7e0dd79321829b</id>
<content type='text'>
Fixes #48170
</content>
</entry>
<entry>
<title>rustc_data_structures: add missing #[inline].</title>
<updated>2018-02-21T17:21:26+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-02-21T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=713b05f0726b7ee4c45728c01ddb0c40d8ccf0f3'/>
<id>urn:sha1:713b05f0726b7ee4c45728c01ddb0c40d8ccf0f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more typos found by codespell.</title>
<updated>2018-02-17T16:38:49+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-02-16T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4452446292086d9c92ea709eea61a31cedb55e22'/>
<id>urn:sha1:4452446292086d9c92ea709eea61a31cedb55e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make IndexVec implement Send and Sync</title>
<updated>2017-12-21T18:21:40+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2017-12-03T13:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30a39ac5cee8fcd172ab88ff3ee0b0e71dc80c4c'/>
<id>urn:sha1:30a39ac5cee8fcd172ab88ff3ee0b0e71dc80c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue #46555 - Making IndexVec Send if its contents are Send</title>
<updated>2017-12-07T15:04:59+00:00</updated>
<author>
<name>David Teller</name>
<email>D.O.Teller@gmail.com</email>
</author>
<published>2017-12-07T15:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8500fb9c6995379027bc2e5b98dcdee00d37ddd1'/>
<id>urn:sha1:8500fb9c6995379027bc2e5b98dcdee00d37ddd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IndexVec: add `'_` to make clear where borrowing is happening</title>
<updated>2017-11-16T10:57:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2017-11-06T09:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09b44bbe77dd345e9c0f76dea0ea55e835729ef8'/>
<id>urn:sha1:09b44bbe77dd345e9c0f76dea0ea55e835729ef8</id>
<content type='text'>
</content>
</entry>
</feed>
