<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libserialize, branch 1.3.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.3.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-07-30T02:41:14+00:00</updated>
<entry>
<title>Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton</title>
<updated>2015-07-30T02:41:14+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-07-30T02:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bc993c75bb8f40dd446fa65ccafa0d5b70a7a8a'/>
<id>urn:sha1:0bc993c75bb8f40dd446fa65ccafa0d5b70a7a8a</id>
<content type='text'>
VecMap doesn't really fit with the current standard library's strategy (small!).

I've mirrored the code to https://github.com/contain-rs/vec-map

but @GBGamer has already claimed the name on crates.io a couple months ago for the same purpose. It hasn't been updated since, though.

CC @rust-lang/libs 
</content>
</entry>
<entry>
<title>deprecate vecmap</title>
<updated>2015-07-29T22:50:38+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2015-07-02T06:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2907611025d0a364e96de1a9773a4d94900e8a32'/>
<id>urn:sha1:2907611025d0a364e96de1a9773a4d94900e8a32</id>
<content type='text'>
</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>More test fixes and fallout of stability changes</title>
<updated>2015-06-17T16:07:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-11T02:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4a2823cd6c6f1a560469587f902f3a1f49d3c79'/>
<id>urn:sha1:b4a2823cd6c6f1a560469587f902f3a1f49d3c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Split the `std_misc` 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-10T01:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6895311e859e1859f9b3f0adc9f1fbb4d2891534'/>
<id>urn:sha1:6895311e859e1859f9b3f0adc9f1fbb4d2891534</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>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>Replace usage of String::from_str with String:from</title>
<updated>2015-06-08T14:55:35+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2015-06-08T14:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c160192f5f26279eb065a163e651ce610247b108'/>
<id>urn:sha1:c160192f5f26279eb065a163e651ce610247b108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix documentation in libserialize</title>
<updated>2015-05-30T15:41:09+00:00</updated>
<author>
<name>benaryorg</name>
<email>binary@benary.org</email>
</author>
<published>2015-05-30T15:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2029799d17ff368fefa761334ad76ea7474412b3'/>
<id>urn:sha1:2029799d17ff368fefa761334ad76ea7474412b3</id>
<content type='text'>
the object was serialized with an 'i' but the comment stated the print command
would output 'j'
</content>
</entry>
<entry>
<title>libs: Move favicon URLs to HTTPS</title>
<updated>2015-05-15T23:04:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-05-15T23:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e21beb761e98d30a09c48e110eb0bb3d18fc5ea'/>
<id>urn:sha1:0e21beb761e98d30a09c48e110eb0bb3d18fc5ea</id>
<content type='text'>
Helps prevent mixed content warnings if accessing docs over HTTPS.

Closes #25459
</content>
</entry>
</feed>
