<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcollections/binary_heap.rs, branch 1.4.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.4.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-09-02T06:37:32+00:00</updated>
<entry>
<title>Auto merge of #28156 - nagisa:binaryheap-debug, r=Gankro</title>
<updated>2015-09-02T06:37:32+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-09-02T06:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0dbbab904916236d59446b9f51944a057e7b9966'/>
<id>urn:sha1:0dbbab904916236d59446b9f51944a057e7b9966</id>
<content type='text'>
r? @Gankro 
</content>
</entry>
<entry>
<title>Implement Debug for BinaryHeap</title>
<updated>2015-09-01T17:27:48+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-09-01T17:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8db906c752bb1f3b69499acc7a44576611c123c6'/>
<id>urn:sha1:8db906c752bb1f3b69499acc7a44576611c123c6</id>
<content type='text'>
Fixes #28154
</content>
</entry>
<entry>
<title>Add missing stability markings to BinaryHeap.</title>
<updated>2015-09-01T08:22:57+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-09-01T05:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b82c42c153f6cf2b8bb2aee641621a605d890e3f'/>
<id>urn:sha1:b82c42c153f6cf2b8bb2aee641621a605d890e3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed example in documentation</title>
<updated>2015-08-18T14:58:05+00:00</updated>
<author>
<name>jotomicron</name>
<email>jotomicron@gmail.com</email>
</author>
<published>2015-08-18T14:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f6ea4687e9d596d7136dc591dee312e51fa0ad7'/>
<id>urn:sha1:6f6ea4687e9d596d7136dc591dee312e51fa0ad7</id>
<content type='text'>
Added the cost of the edge 3 -&gt; 4 on the example in the module documentation</content>
</entry>
<entry>
<title>collections: Add issues for unstable features</title>
<updated>2015-08-16T01:09:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-08-13T05:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=377c11aa83c1d2f6cc07fe178eb18a31e1813304'/>
<id>urn:sha1:377c11aa83c1d2f6cc07fe178eb18a31e1813304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register new snapshots</title>
<updated>2015-08-11T22:11:13+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-08-11T21:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=938099a7ebccbad2a2cad58d71df316d5ccd512c'/>
<id>urn:sha1:938099a7ebccbad2a2cad58d71df316d5ccd512c</id>
<content type='text'>
* Lots of core prelude imports removed
* Makefile support for MSVC env vars and Rust crates removed
* Makefile support for morestack removed
</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>Show appropriate feature flags in docs</title>
<updated>2015-07-27T16:28:13+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-27T14:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba5fcb726fb88cc8393f48c9f46ba03fcadf0511'/>
<id>urn:sha1:ba5fcb726fb88cc8393f48c9f46ba03fcadf0511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>collections: Split the `collections` 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-09T21:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d444d0c357e85c90e73585520e2da74304c7265a'/>
<id>urn:sha1:d444d0c357e85c90e73585520e2da74304c7265a</id>
<content type='text'>
This commit also deprecates the `as_string` and `as_slice` free functions in the
`string` and `vec` modules.
</content>
</entry>
<entry>
<title>Removed many pointless calls to *iter() and iter_mut()</title>
<updated>2015-06-10T20:14:03+00:00</updated>
<author>
<name>Joshua Landau</name>
<email>joshua@landau.ws</email>
</author>
<published>2015-06-10T16:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca7418b84658fc1c723672c462aa0a7878d88b64'/>
<id>urn:sha1:ca7418b84658fc1c723672c462aa0a7878d88b64</id>
<content type='text'>
</content>
</entry>
</feed>
