| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -21/+12 | |
| 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-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -1/+1 | |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 | |
| 2015-05-28 | collections: Make BinaryHeap panic safe in sift_up / sift_down | Ulrik Sverdrup | -0/+108 | |
| Use a struct called Hole that keeps track of an invalid location in the vector and fills the hole on drop. I include a run-pass test that the current BinaryHeap fails, and the new one passes. Fixes #25842 | ||||
