<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/array.rs, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-06-17T16:06:59+00:00</updated>
<entry>
<title>core: Split apart the global `core` feature</title>
<updated>2015-06-17T16:06:59+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-09T18:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c14d86fd3ff3ba2d01a6e859290b30e74081313b'/>
<id>urn:sha1:c14d86fd3ff3ba2d01a6e859290b30e74081313b</id>
<content type='text'>
This commit shards the broad `core` feature of the libcore library into finer
grained features. This split groups together similar APIs and enables tracking
each API separately, giving a better sense of where each feature is within the
stabilization process.

A few minor APIs were deprecated along the way:

* Iterator::reverse_in_place
* marker::NoCopy
</content>
</entry>
<entry>
<title>Implement AsRef and AsMut for fixed-sized arrays</title>
<updated>2015-03-24T23:37:08+00:00</updated>
<author>
<name>Gleb Kozyrev</name>
<email>gleb@gkoz.com</email>
</author>
<published>2015-03-24T23:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3577555742c0ebfa345a6a1c633f79bcc084a416'/>
<id>urn:sha1:3577555742c0ebfa345a6a1c633f79bcc084a416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: Support for "array" primitive</title>
<updated>2015-03-23T21:02:34+00:00</updated>
<author>
<name>Tom Jakubowski</name>
<email>tom@crystae.net</email>
</author>
<published>2015-03-23T21:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2df8830642fffa6c68aa6318985cfcd2e63db81b'/>
<id>urn:sha1:2df8830642fffa6c68aa6318985cfcd2e63db81b</id>
<content type='text'>
Impls on `clean::Type::FixedVector` are now collected in the array
primitive page instead of the slice primitive page.

Also add a primitive docs for arrays to `std`.
</content>
</entry>
<entry>
<title>Avoid metadata bloat by using trait FixedSizeArray</title>
<updated>2015-03-17T21:40:59+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-02-27T19:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c31794d31840f4a695fde45c4797c833a78b278'/>
<id>urn:sha1:3c31794d31840f4a695fde45c4797c833a78b278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton</title>
<updated>2015-02-23T19:43:59+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-02-23T09:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84874984526073c3605664e55b09efddbbe7189c'/>
<id>urn:sha1:84874984526073c3605664e55b09efddbbe7189c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register new snapshots</title>
<updated>2015-02-21T06:17:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-20T02:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6686f7aa471f162697d08a78ad4d04d3c0e9612c'/>
<id>urn:sha1:6686f7aa471f162697d08a78ad4d04d3c0e9612c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweaks to equality comparisons for slices/arrays/vectors</title>
<updated>2015-02-20T17:32:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-02-20T17:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e616dbd2189844044e039436b7ed16b44f6595a'/>
<id>urn:sha1:5e616dbd2189844044e039436b7ed16b44f6595a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Round 3 test fixes and conflicts</title>
<updated>2015-02-19T00:34:04+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-18T23:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6e939a2df16338e9cf63ad19d1025a15069387c'/>
<id>urn:sha1:d6e939a2df16338e9cf63ad19d1025a15069387c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket</title>
<updated>2015-02-18T23:48:40+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-18T23:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=231eeaa35b3a7700cfd05dcb30f01cd7a36313b8'/>
<id>urn:sha1:231eeaa35b3a7700cfd05dcb30f01cd7a36313b8</id>
<content type='text'>
Conflicts:
	src/libcollections/slice.rs
	src/libcollections/str.rs
	src/librustc/middle/lang_items.rs
	src/librustc_back/rpath.rs
	src/librustc_typeck/check/regionck.rs
	src/libstd/ffi/os_str.rs
	src/libsyntax/diagnostic.rs
	src/libsyntax/parse/parser.rs
	src/libsyntax/util/interner.rs
	src/test/run-pass/regions-refcell.rs
</content>
</entry>
<entry>
<title>Replace all uses of `&amp;foo[]` with `&amp;foo[..]` en masse.</title>
<updated>2015-02-18T22:36:03+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-02-18T19:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ea84aeed4ed3006eddb6a7b24e9714f2844cd22'/>
<id>urn:sha1:9ea84aeed4ed3006eddb6a7b24e9714f2844cd22</id>
<content type='text'>
</content>
</entry>
</feed>
