| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-03 | Make backtraces work on Redox, copying Unix implementation | Ian Douglas Scott | -32/+0 | |
| 2017-07-13 | Fix backtrace on Redox | Jeremy Soller | -3/+12 | |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -3/+8 | |
| - `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. | ||||
| 2016-11-28 | Commit to fix make tidy | Jeremy Soller | -0/+10 | |
| 2016-10-27 | Add redox system | Jeremy Soller | -0/+8 | |
