<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/array.rs, branch 1.1.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.1.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-03-24T23:37:08+00:00</updated>
<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>
<entry>
<title>std: Stabilize the `hash` module</title>
<updated>2015-02-18T16:26:20+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-18T04:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f83e23ad7c464c242c2d7ace7212d323980b2bca'/>
<id>urn:sha1:f83e23ad7c464c242c2d7ace7212d323980b2bca</id>
<content type='text'>
This commit is an implementation of [RFC 823][rfc] which is another pass over
the `std::hash` module for stabilization. The contents of the module were not
entirely marked stable, but some portions which remained quite similar to the
previous incarnation are now marked `#[stable]`. Specifically:

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0823-hash-simplification.md

* `std::hash` is now stable (the name)
* `Hash` is now stable
* `Hash::hash` is now stable
* `Hasher` is now stable
* `SipHasher` is now stable
* `SipHasher::new` and `new_with_keys` are now stable
* `Hasher for SipHasher` is now stable
* Many `Hash` implementations are now stable

All other portions of the `hash` module remain `#[unstable]` as they are less
commonly used and were recently redesigned.

This commit is a breaking change due to the modifications to the `std::hash` API
and more details can be found on the [RFC][rfc].

Closes #22467
[breaking-change]
</content>
</entry>
</feed>
