about summary refs log tree commit diff
path: root/src/libstd/sys/unix/backtrace/mod.rs
AgeCommit message (Expand)AuthorLines
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-110/+0
2019-02-28libstd => 2018Taiki Endo-4/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2017-09-02Use env::current_exe for libbacktrace on macOSJohn Colanduoni-20/+7
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-1/+28
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-4/+4
2017-02-15Improve backtrace formating while panicking.Yamakaky-1/+4
2017-01-28Use libc::c_char instead of i8 due to platforms with unsigned charSegev Finer-1/+2
2017-01-27Attempt at fixing dead code lintsSegev Finer-5/+8
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-0/+7
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-29/+0
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-0/+119