<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcollections/btree/map.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-06-14T06:37:34+00:00</updated>
<entry>
<title>Merge crate `collections` into `alloc`</title>
<updated>2017-06-14T06:37:34+00:00</updated>
<author>
<name>Murarth</name>
<email>murarth@gmail.com</email>
</author>
<published>2017-06-13T22:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eadda7665eb31b1e7cb94a503b4d5cf5c75474c0'/>
<id>urn:sha1:eadda7665eb31b1e7cb94a503b4d5cf5c75474c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton</title>
<updated>2017-04-23T02:13:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-04-23T02:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a94124488ae0dba1a8a4552a4724cddf9d266e2f'/>
<id>urn:sha1:a94124488ae0dba1a8a4552a4724cddf9d266e2f</id>
<content type='text'>
Remove items that are unstable and deprecated

This removes unstable items that have been deprecated for more than one cycle.

- Since 1.16.0, `#![feature(enumset)]`
    - All of `mod collections::enum_set`
- Since 1.15.0, `#![feature(borrow_state)]`
    - `cell::BorrowState`
    - `RefCell::borrow_state()`
- Since 1.15.0, `#![feature(is_unique)]`
    - `Rc::is_unique()` (made private like `Arc::is_unique()`)
- Since 1.15.0, `#![feature(rc_would_unwrap)]`
    - `Rc::would_wrap()`
- Since 1.13.0, `#![feature(binary_heap_extras)]`
    - `BinaryHeap::push_pop()`
    - `BinaryHeap::replace()`
- Since 1.12.0, `#![feature(as_unsafe_cell)]`
    - `Cell::as_unsafe_cell()`
    - `RefCell::as_unsafe_cell()`
- Since 1.12.0, `#![feature(map_entry_recover_keys)]`
    - `btree_map::OccupiedEntry::remove_pair()`
    - `hash_map::OccupiedEntry::remove_pair()`
- Since 1.11.0, `#![feature(float_extras)]`
    - `Float::nan()`
    - `Float::infinity()`
    - `Float::neg_infinity()`
    - `Float::neg_zero()`
    - `Float::zero()`
    - `Float::one()`
    - `Float::integer_decode()`
    - `f32::integer_decode()`
    - `f32::ldexp()`
    - `f32::frexp()`
    - `f32::next_after()`
    - `f64::integer_decode()`
    - `f64::ldexp()`
    - `f64::frexp()`
    - `f64::next_after()`
- Since 1.11.0, `#![feature(zero_one)]`
    - `num::Zero`
    - `num::One`
</content>
</entry>
<entry>
<title>Fix invalid linkage</title>
<updated>2017-04-22T11:25:14+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-04-21T14:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d79b511f5c0eb6092c1cc4c3fd41a673cf5e1d56'/>
<id>urn:sha1:d79b511f5c0eb6092c1cc4c3fd41a673cf5e1d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove OccupiedEntry::remove_pair</title>
<updated>2017-04-21T04:16:31+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2017-04-20T20:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df86cecdd2ca927110c48c97227a62d1d0c8f7ce'/>
<id>urn:sha1:df86cecdd2ca927110c48c97227a62d1d0c8f7ce</id>
<content type='text'>
[unstable, deprecated since 1.12.0]
</content>
</entry>
<entry>
<title>Fix a few stability attributes</title>
<updated>2017-04-18T22:33:38+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2017-04-18T22:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd325a1b485b1698f86e791a5586cda79e64fdbd'/>
<id>urn:sha1:fd325a1b485b1698f86e791a5586cda79e64fdbd</id>
<content type='text'>
These show up in rustdoc so need to be correct.
</content>
</entry>
<entry>
<title>Various consistency and phrasing fixes in std::collections' docs</title>
<updated>2017-04-13T20:51:05+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-04-13T20:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89ac8654e19b123132c82eb9f81ed3ba9bb3eb33'/>
<id>urn:sha1:89ac8654e19b123132c82eb9f81ed3ba9bb3eb33</id>
<content type='text'>
* Changed btree_map's and hash_map's Entry (etc.) docs to be consistent
* Changed VecDeque's type and module summary sentences to be consistent
  with each other as well as with other summary sentences in the module
* Changed HashMap's and HashSet's summary sentences to be less redundantly
  phrased and also more consistant with the other summary sentences in the
  module
* Also, added an example to Bound
</content>
</entry>
<entry>
<title>Update std::collections' docs to use iterator (etc.) boilerplate</title>
<updated>2017-04-13T20:51:05+00:00</updated>
<author>
<name>lukaramu</name>
<email>lukaramu@users.noreply.github.com</email>
</author>
<published>2017-04-13T18:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d64de94efa8a2aeb1a104c367be1b5c03b148987'/>
<id>urn:sha1:d64de94efa8a2aeb1a104c367be1b5c03b148987</id>
<content type='text'>
This greatly improves consistency.
</content>
</entry>
<entry>
<title>Apply clippy's doc_markdown improvements to libcollections</title>
<updated>2017-04-10T03:53:10+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2017-04-10T03:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0867981f5e5dafa80135314fba3e989dc1bd6209'/>
<id>urn:sha1:0867981f5e5dafa80135314fba3e989dc1bd6209</id>
<content type='text'>
Since my last PR led to linker failure, I'm now taking much smaller steps.
This only fixes some doc_markdown warnings; as they are in comments only,
we shouldn't get any problems building.
</content>
</entry>
<entry>
<title>Unnecessary iteration in BTreeMap::drop</title>
<updated>2017-03-24T03:18:23+00:00</updated>
<author>
<name>Stepan Koltsov</name>
<email>stepan.koltsov@gmail.com</email>
</author>
<published>2017-03-24T03:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f97b3f08cde6dff89c8c236fce2479725d7f909e'/>
<id>urn:sha1:f97b3f08cde6dff89c8c236fce2479725d7f909e</id>
<content type='text'>
`IntoIter::drop` already iterates.
</content>
</entry>
<entry>
<title>Various fixes to wording consistency in the docs</title>
<updated>2017-03-22T16:19:52+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2017-03-22T00:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6da1d9b46f7090b18be357bef8d55ffa3673d2f'/>
<id>urn:sha1:d6da1d9b46f7090b18be357bef8d55ffa3673d2f</id>
<content type='text'>
</content>
</entry>
</feed>
