| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -62/+0 | |
| - `RUST_BACKTRACE=full` prints all the informations (old behaviour) - `RUST_BACKTRACE=(0|no)` disables the backtrace. - `RUST_BACKTRACE=<everything else>` (including `1`) shows a simplified backtrace, without the function addresses and with cleaned filenames and symbols. Also removes some unneded frames at the beginning and the end. Fixes #37783. PR is #38165. | ||||
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -1/+2 | |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -0/+61 | |
