<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html, branch 1.7.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.7.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-01-16T19:03:10+00:00</updated>
<entry>
<title>std: Stabilize APIs for the 1.7 release</title>
<updated>2016-01-16T19:03:10+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-01-15T18:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a4f43b9b6558ab74b3e849a7770dc193bc1847b'/>
<id>urn:sha1:9a4f43b9b6558ab74b3e849a7770dc193bc1847b</id>
<content type='text'>
This commit stabilizes and deprecates the FCP (final comment period) APIs for
the upcoming 1.7 beta release. The specific APIs which changed were:

Stabilized

* `Path::strip_prefix` (renamed from `relative_from`)
* `path::StripPrefixError` (new error type returned from `strip_prefix`)
* `Ipv4Addr::is_loopback`
* `Ipv4Addr::is_private`
* `Ipv4Addr::is_link_local`
* `Ipv4Addr::is_multicast`
* `Ipv4Addr::is_broadcast`
* `Ipv4Addr::is_documentation`
* `Ipv6Addr::is_unspecified`
* `Ipv6Addr::is_loopback`
* `Ipv6Addr::is_unique_local`
* `Ipv6Addr::is_multicast`
* `Vec::as_slice`
* `Vec::as_mut_slice`
* `String::as_str`
* `String::as_mut_str`
* `&lt;[T]&gt;::clone_from_slice` - the `usize` return value is removed
* `&lt;[T]&gt;::sort_by_key`
* `i32::checked_rem` (and other signed types)
* `i32::checked_neg` (and other signed types)
* `i32::checked_shl` (and other signed types)
* `i32::checked_shr` (and other signed types)
* `i32::saturating_mul` (and other signed types)
* `i32::overflowing_add` (and other signed types)
* `i32::overflowing_sub` (and other signed types)
* `i32::overflowing_mul` (and other signed types)
* `i32::overflowing_div` (and other signed types)
* `i32::overflowing_rem` (and other signed types)
* `i32::overflowing_neg` (and other signed types)
* `i32::overflowing_shl` (and other signed types)
* `i32::overflowing_shr` (and other signed types)
* `u32::checked_rem` (and other unsigned types)
* `u32::checked_neg` (and other unsigned types)
* `u32::checked_shl` (and other unsigned types)
* `u32::saturating_mul` (and other unsigned types)
* `u32::overflowing_add` (and other unsigned types)
* `u32::overflowing_sub` (and other unsigned types)
* `u32::overflowing_mul` (and other unsigned types)
* `u32::overflowing_div` (and other unsigned types)
* `u32::overflowing_rem` (and other unsigned types)
* `u32::overflowing_neg` (and other unsigned types)
* `u32::overflowing_shl` (and other unsigned types)
* `u32::overflowing_shr` (and other unsigned types)
* `ffi::IntoStringError`
* `CString::into_string`
* `CString::into_bytes`
* `CString::into_bytes_with_nul`
* `From&lt;CString&gt; for Vec&lt;u8&gt;`
* `From&lt;CString&gt; for Vec&lt;u8&gt;`
* `IntoStringError::into_cstring`
* `IntoStringError::utf8_error`
* `Error for IntoStringError`

Deprecated

* `Path::relative_from` - renamed to `strip_prefix`
* `Path::prefix` - use `components().next()` instead
* `os::unix::fs` constants - moved to the `libc` crate
* `fmt::{radix, Radix, RadixFmt}` - not used enough to stabilize
* `IntoCow` - conflicts with `Into` and may come back later
* `i32::{BITS, BYTES}` (and other integers) - not pulling their weight
* `DebugTuple::formatter` - will be removed
* `sync::Semaphore` - not used enough and confused with system semaphores

Closes #23284
cc #27709 (still lots more methods though)
Closes #27712
Closes #27722
Closes #27728
Closes #27735
Closes #27729
Closes #27755
Closes #27782
Closes #27798
</content>
</entry>
<entry>
<title>rustdoc: remove dead link from issue-less unstable entries.</title>
<updated>2016-01-11T19:38:40+00:00</updated>
<author>
<name>Shmuale Mark</name>
<email>shm.mark@gmail.com</email>
</author>
<published>2016-01-11T19:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30779d455d142c7aa75ace6e4611009cd057f52f'/>
<id>urn:sha1:30779d455d142c7aa75ace6e4611009cd057f52f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rustdoc - Specify max-image size</title>
<updated>2016-01-03T02:38:36+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2016-01-03T02:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4dee31c1195882505bfd64910a4b6c0d2a7468a1'/>
<id>urn:sha1:4dee31c1195882505bfd64910a4b6c0d2a7468a1</id>
<content type='text'>
Fixes #24861
</content>
</entry>
<entry>
<title>Don't record the root module in the search index</title>
<updated>2015-12-22T18:10:08+00:00</updated>
<author>
<name>mitaa</name>
<email>mitaa.ceb@gmail.com</email>
</author>
<published>2015-12-21T02:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05780ace49087881b5fba88b78f781a5083b1ab0'/>
<id>urn:sha1:05780ace49087881b5fba88b78f781a5083b1ab0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support `#[deprecated]` in rustdoc</title>
<updated>2015-12-12T20:01:27+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-12-12T20:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67a978411a2009093bb40c4f1320a08d2a28b6c7'/>
<id>urn:sha1:67a978411a2009093bb40c4f1320a08d2a28b6c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #30036 - mitaa:doc_id, r=alexcrichton</title>
<updated>2015-12-08T20:15:53+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-12-08T20:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=461c46052b86c330205b88fc0c02acae225588a8'/>
<id>urn:sha1:461c46052b86c330205b88fc0c02acae225588a8</id>
<content type='text'>
This expands the code which generates unique IDs for Markdown headers within a single block to each rendered page.

fixes #25001
fixes #29449
</content>
</entry>
<entry>
<title>Add tests</title>
<updated>2015-12-05T22:11:07+00:00</updated>
<author>
<name>mitaa</name>
<email>mitaa.ceb@gmail.com</email>
</author>
<published>2015-12-05T22:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb7008c0a08264f42d44f010786edf15492c9bce'/>
<id>urn:sha1:fb7008c0a08264f42d44f010786edf15492c9bce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split rustdoc css to modify it more easily</title>
<updated>2015-12-04T00:54:59+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2015-12-04T00:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91cd93d2b13c20816c8847ff56806e91172e96ba'/>
<id>urn:sha1:91cd93d2b13c20816c8847ff56806e91172e96ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2015-12-03T23:48:59+00:00</updated>
<author>
<name>mitaa</name>
<email>mitaa.ceb@gmail.com</email>
</author>
<published>2015-12-03T23:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72d5675fef11c85b481b0b139c59fb27e1d327b6'/>
<id>urn:sha1:72d5675fef11c85b481b0b139c59fb27e1d327b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize the ID map with known values</title>
<updated>2015-12-03T01:19:23+00:00</updated>
<author>
<name>mitaa</name>
<email>mitaa.ceb@gmail.com</email>
</author>
<published>2015-12-03T01:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c01cf485f6ebe38cbb638800684c88423acaadb'/>
<id>urn:sha1:5c01cf485f6ebe38cbb638800684c88423acaadb</id>
<content type='text'>
</content>
</entry>
</feed>
