rust/src/libunwind
Yamakaky d50e4cc064
Improve backtrace formating while panicking.
- `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-02-15 14:24:37 -05:00
..
build.rs Add Solaris as recognized ostype 2017-02-11 20:28:44 -08:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
lib.rs Remove not(stage0) from deny(warnings) 2016-12-29 21:07:20 -08:00
libunwind.rs Improve backtrace formating while panicking. 2017-02-15 14:24:37 -05:00