<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/hash, branch 1.6.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.6.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-11-17T22:24:21+00:00</updated>
<entry>
<title>Add missing annotations and some tests</title>
<updated>2015-11-17T22:24:21+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-11-16T16:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e2ffc7090a70fe8c77a0e03fcec3cb1387141f2'/>
<id>urn:sha1:7e2ffc7090a70fe8c77a0e03fcec3cb1387141f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make note about traits that can be derived</title>
<updated>2015-11-16T23:50:40+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-11-16T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4a0b48027d3d800617f05b228f0f6dfa24f6627'/>
<id>urn:sha1:e4a0b48027d3d800617f05b228f0f6dfa24f6627</id>
<content type='text'>
in their API docs

Fixes #29711
</content>
</entry>
<entry>
<title>libcore: deny warnings in doctests</title>
<updated>2015-11-12T05:16:08+00:00</updated>
<author>
<name>Kevin Butler</name>
<email>haqkrs@gmail.com</email>
</author>
<published>2015-11-03T15:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82784cb89d590106a30dd2143120472ec269c2f1'/>
<id>urn:sha1:82784cb89d590106a30dd2143120472ec269c2f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustfmt hash submodule</title>
<updated>2015-10-07T22:03:52+00:00</updated>
<author>
<name>Michael Pankov</name>
<email>work@michaelpankov.com</email>
</author>
<published>2015-10-07T22:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fbbee6ad5a8ce225702910deb712dc88f4412c3'/>
<id>urn:sha1:3fbbee6ad5a8ce225702910deb712dc88f4412c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop a private method on `SipHasher` from shadowing `Hasher::write`</title>
<updated>2015-09-12T14:25:39+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2015-09-12T14:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0426fd3162e29aea54711494c9e4900b9735966'/>
<id>urn:sha1:d0426fd3162e29aea54711494c9e4900b9735966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce libcore/liballoc's dependence on pointer sizes</title>
<updated>2015-08-15T07:19:13+00:00</updated>
<author>
<name>Dylan McKay</name>
<email>dylanmckay34@gmail.com</email>
</author>
<published>2015-08-15T05:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ebc5e5134b6a0094a197d27423f9a80dbb38598'/>
<id>urn:sha1:7ebc5e5134b6a0094a197d27423f9a80dbb38598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all unstable deprecated functionality</title>
<updated>2015-08-12T21:55:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-08-12T00:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d90d3f36871a00023cc1f313f91e351c287ca15'/>
<id>urn:sha1:8d90d3f36871a00023cc1f313f91e351c287ca15</id>
<content type='text'>
This commit removes all unstable and deprecated functions in the standard
library. A release was recently cut (1.3) which makes this a good time for some
spring cleaning of the deprecated functions.
</content>
</entry>
<entry>
<title>syntax: Implement #![no_core]</title>
<updated>2015-08-04T00:23:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-07-30T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5cccf3cd256420d9f32c265e83036dea1d5f94d8'/>
<id>urn:sha1:5cccf3cd256420d9f32c265e83036dea1d5f94d8</id>
<content type='text'>
This commit is an implementation of [RFC 1184][rfc] which tweaks the behavior of
the `#![no_std]` attribute and adds a new `#![no_core]` attribute. The
`#![no_std]` attribute now injects `extern crate core` at the top of the crate
as well as the libcore prelude into all modules (in the same manner as the
standard library's prelude). The `#![no_core]` attribute disables both std and
core injection.

[rfc]: https://github.com/rust-lang/rfcs/pull/1184
</content>
</entry>
<entry>
<title>Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson</title>
<updated>2015-07-31T02:57:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-31T02:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb250b722e8c9c8b2e6dff249ce8e027dce2cd65'/>
<id>urn:sha1:cb250b722e8c9c8b2e6dff249ce8e027dce2cd65</id>
<content type='text'>
The following APIs were all marked with a `#[stable]` tag:

* process::Child::id
* error::Error::is
* error::Error::downcast
* error::Error::downcast_ref
* error::Error::downcast_mut
* io::Error::get_ref
* io::Error::get_mut
* io::Error::into_inner
* hash::Hash::hash_slice
* hash::Hasher::write_{i,u}{8,16,32,64,size}
</content>
</entry>
<entry>
<title>Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro</title>
<updated>2015-07-29T14:30:34+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-29T14:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a368adf8e5bd1166b9fd915ed1db674872f5a1bc'/>
<id>urn:sha1:a368adf8e5bd1166b9fd915ed1db674872f5a1bc</id>
<content type='text'>
In spirit with https://internals.rust-lang.org/t/should-we-keep-including-obvious-imports-in-code-examples/2217, show the feature flags we're using in examples.

(also one instance of 'use')
</content>
</entry>
</feed>
