about summary refs log tree commit diff
path: root/src/libstd/sys/unix/backtrace
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-02-28libstd => 2018Taiki Endo-27/+27
2018-12-25Remove licensesMark Rousskov-60/+0
2018-08-16std: stop backtracing when the frames are fullJosh Stone-8/+10
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-0/+2
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-8/+7
2017-09-10Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez-1/+2
2017-09-06std: Fix a segfault on OSX with backtracesAlex Crichton-1/+2
2017-09-02Fallback to dladdr-based resolve_symbol if backtrace failed.kennytm-14/+29
2017-09-02Use env::current_exe for libbacktrace on macOSJohn Colanduoni-20/+7
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-5/+30
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-4/+4
2017-02-26Remove unusedYamakaky-1/+0
2017-02-25typoYamakaky-1/+1
2017-02-25Fix tests on ARM Linux (#3)Vadim Petrochenkov-1/+3
2017-02-15Improve backtrace formating while panicking.Yamakaky-151/+144
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
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-29/+35
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-123/+1
2016-03-22try! -> ?Jorge Aparicio-3/+3
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-2/+4
2015-09-08some more clippy-based improvementsAndre Bogus-1/+1
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-238/+14
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+1
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
2015-08-22Fix the Mac build, again.Richard Diamond-0/+1
2015-08-22Add missing imports to `dladdr.rs` for Mac.Richard Diamond-0/+6
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-0/+681