| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -0/+255 | |
| 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 | ||||
