Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -11/+0 |
| | |||||
* | Removed panic channel, replaced by integrated logging and issue reporting. | Alan Jeffrey | 2016-07-20 | 1 | -42/+0 |
| | |||||
* | Make the style crate almost build on stable Rust. | Simon Sapin | 2016-06-22 | 1 | -6/+7 |
| | | | | `discriminant_value` will need to be replaced with something else later. | ||||
* | Communicate a backtrace to the constellation when panicking. | Alan Jeffrey | 2016-04-26 | 1 | -2/+16 |
| | |||||
* | Added a dedicated panic channel. | Alan Jeffrey | 2016-04-19 | 1 | -82/+18 |
| | |||||
* | Remove watcher threads; replace with more panic handler goodness | Manish Goregaokar | 2016-04-15 | 1 | -53/+36 |
| | |||||
* | Make add_panic_object in thread.rs borrow rather than own the object. | Alan Jeffrey | 2016-04-14 | 1 | -2/+2 |
| | |||||
* | Added panic message to failures. | Alan Jeffrey | 2016-04-13 | 1 | -8/+27 |
| | |||||
* | Rename handler to hook | UK992 | 2016-04-08 | 1 | -7/+6 |
| | |||||
* | Add option for printing full backtraces | Manish Goregaokar | 2016-04-05 | 1 | -0/+6 |
| | |||||
* | Lock stderr in custom panic handler | Manish Goregaokar | 2016-04-01 | 1 | -3/+7 |
| | |||||
* | Skip printing the backtrace for RecvError/SendError | Manish Goregaokar | 2016-04-01 | 1 | -2/+27 |
| | | | | We currently get tons of useless backtraces clogging up the output when we have a panic cascade. This adds a handler that outputs a single line when a thread panics due to a sender or receiver hanging up, since this is almost always due to a panic cascade. | ||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -0/+66 |