| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-01-28 | Use libc::c_char instead of i8 due to platforms with unsigned char | Segev Finer | -1/+2 | |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -5/+8 | |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -0/+7 | |
| This is done by adding a function that can return a filename to pass to backtrace_create_state. The filename is obtained in a safe way by first getting the filename, locking the file so it can't be moved, and then getting the filename again and making sure it's the same. See: https://github.com/rust-lang/rust/pull/37359#issuecomment-260123399 Issue: #33985 | ||||
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -29/+0 | |
| 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-08-22 | Fix the Mac build, again. | Richard Diamond | -0/+1 | |
| 2015-08-20 | Refactor unix backtracing. NFC. | Richard Diamond | -0/+119 | |
