<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/panic.rs, branch 1.18.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.18.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.18.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-02-21T22:36:24+00:00</updated>
<entry>
<title>std: Relax UnwindSafe impl for Unique</title>
<updated>2017-02-21T22:36:24+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-02-21T22:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=347e1af66b4b705594c3f668460f252af4e87146'/>
<id>urn:sha1:347e1af66b4b705594c3f668460f252af4e87146</id>
<content type='text'>
Add the `?Sized` bound as we don't require the type to be sized.

Closes #40011
</content>
</entry>
<entry>
<title>Fix a few impl stability attributes</title>
<updated>2017-01-29T13:31:47+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2017-01-29T13:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9128f6100c9bfe2c2c22d85ccec92f01166f5d25'/>
<id>urn:sha1:9128f6100c9bfe2c2c22d85ccec92f01166f5d25</id>
<content type='text'>
The versions show up in rustdoc.
</content>
</entry>
<entry>
<title>Implement `fmt::Debug` for all structures in libstd.</title>
<updated>2016-12-18T22:55:14+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2016-11-25T18:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86fc63e62ddc0a271210b8cc7cc2a6de6874b8f8'/>
<id>urn:sha1:86fc63e62ddc0a271210b8cc7cc2a6de6874b8f8</id>
<content type='text'>
Part of https://github.com/rust-lang/rust/issues/31869.

Also turn on the `missing_debug_implementations` lint at the crate
level.
</content>
</entry>
<entry>
<title>Implement `RefUnwindSafe` for atomic types</title>
<updated>2016-10-16T23:48:59+00:00</updated>
<author>
<name>Andrew Paseltiner</name>
<email>apaseltiner@gmail.com</email>
</author>
<published>2016-10-14T19:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8322035eb54cdc701b1a856bda952d4bc3837be'/>
<id>urn:sha1:f8322035eb54cdc701b1a856bda952d4bc3837be</id>
<content type='text'>
Closes #37136
</content>
</entry>
<entry>
<title>std: Correct stability attributes for some implementations</title>
<updated>2016-10-01T22:58:14+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2016-09-28T10:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06a7dcd35588c0dd6eaa0a523b30e4140ff79868'/>
<id>urn:sha1:06a7dcd35588c0dd6eaa0a523b30e4140ff79868</id>
<content type='text'>
These are displayed by rustdoc so should be correct.
</content>
</entry>
<entry>
<title>Use `#[prelude_import]` in `libstd`.</title>
<updated>2016-08-24T22:12:48+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-08-22T19:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a2c8783d91624261317316f996d8d2d09b7b6a4'/>
<id>urn:sha1:9a2c8783d91624261317316f996d8d2d09b7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a shim around rust_panic to update panic counter</title>
<updated>2016-08-10T16:34:41+00:00</updated>
<author>
<name>Nikhil Shagrithaya</name>
<email>nikhilshagri@gmail.com</email>
</author>
<published>2016-07-20T13:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00b1e8868053fda34114cef901c88574ab2fdf69'/>
<id>urn:sha1:00b1e8868053fda34114cef901c88574ab2fdf69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set unwind_safe_lock_refs stability to 1.12.0.</title>
<updated>2016-07-11T14:34:20+00:00</updated>
<author>
<name>Aaron Gallagher</name>
<email>_@habnab.it</email>
</author>
<published>2016-07-11T14:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbec232df1de37fce9badfe56c4a1d7c0050f3d5'/>
<id>urn:sha1:fbec232df1de37fce9badfe56c4a1d7c0050f3d5</id>
<content type='text'>
This is the first (and presumably only) use of this feature.
</content>
</entry>
<entry>
<title>Mutex and RwLock need RefUnwindSafe too.</title>
<updated>2016-07-10T22:22:15+00:00</updated>
<author>
<name>Aaron Gallagher</name>
<email>_@habnab.it</email>
</author>
<published>2016-07-09T05:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c11540587f45826c76f33b7fbbb9a919a5af8ebd'/>
<id>urn:sha1:c11540587f45826c76f33b7fbbb9a919a5af8ebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Clean out old unstable + deprecated APIs</title>
<updated>2016-05-31T03:46:32+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-05-24T21:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b64c9d56700e2c41207166fe8709711ff02488ff'/>
<id>urn:sha1:b64c9d56700e2c41207166fe8709711ff02488ff</id>
<content type='text'>
These should all have been deprecated for at least one cycle, so this commit
cleans them all out.
</content>
</entry>
</feed>
