rust/src/libstd
bors 6bf8cc5789 Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton
This commit is an implementation of [RFC 1236] and [RFC 1323] which
rename the `thread::catch_panic` function to `panic::recover` while also
replacing the `Send + 'static` bounds with a new `PanicSafe` bound.

[RFC 1236]: https://github.com/rust-lang/rfcs/pull/1236
[RFC 1323]: https://github.com/rust-lang/rfcs/pull/1323

cc #27719
2015-12-09 16:57:46 +00:00
..
collections std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
ffi std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
io doc: these are just renames, so avoid duplication 2015-12-09 01:30:08 +02:00
net Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton 2015-12-07 07:11:19 +00:00
num std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
os Add JoinHandleExt to get the pthread_t on unix platforms 2015-12-04 20:09:32 -05:00
prelude Fixup #29785 2015-11-12 13:20:48 +05:30
rand std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
sync std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
sys Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon 2015-12-06 04:12:54 +00:00
thread std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
time Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon 2015-12-06 04:12:54 +00:00
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
env.rs Small fix to EXE_SUFFIX and DLL_EXTENSION docs 2015-12-01 16:53:48 -05:00
error.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
fs.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
lib.rs std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
macros.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
panic.rs std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
panicking.rs Abort earlier upon multi-panics 2015-09-24 23:52:13 +02:00
path.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
primitive_docs.rs Rollup merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnik 2015-12-01 19:01:41 -05:00
process.rs Fix typo in src/libstd/process.rs 2015-12-01 23:12:01 -05:00
rt.rs std: Rename thread::catch_panic to panic::recover 2015-12-09 07:19:17 -08:00
rtdeps.rs Port the standard crates to PNaCl/NaCl. 2015-10-28 17:23:28 -05:00