summary refs log tree commit diff
path: root/src/libbacktrace
AgeCommit message (Collapse)AuthorLines
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-1/+1
Fix formatting Remove unused imports Refactor Fix msvc build Fix line lengths Formatting Enable backtrace tests Fix using directive on mac pwd info Work-around buildbot PWD bug, and fix libbacktrace configuration Use alternative to `env -u` which is not supported on bitrig Disable tests on 32-bit windows gnu
2015-09-04Reapply rust-specific changes to libbacktraceTim Cuthbertson-2/+2
This includes the changes from commits: - cd8f31759fd04b9ce9c903fa00cae81dc5bba546 - fcb30a0b67b1bd4acbc3422ff74fac5d031ae1ae
2015-09-04Update libbacktrace to r227145Diggory Blake-62/+1159
2015-04-11Reapply rust-specific changes to libbacktraceTim Cuthbertson-2/+2
This includes the changes from commits: - cd8f31759fd04b9ce9c903fa00cae81dc5bba546 - fcb30a0b67b1bd4acbc3422ff74fac5d031ae1ae
2015-04-11Update libbacktrace to r220112 (from GCC SVN)Tim Cuthbertson-184/+548
2015-03-15Strip trailing whitespaceTamir Duberstein-77/+77
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-2/+0
2015-02-11bitrig integrationDave Huseby-3/+3
2015-02-01openbsd supportSébastien Marie-1/+1
2014-03-11Bundle libbacktrace with the compilerAlex Crichton-0/+38720
This will soon be used to print backtraces on failure