summary refs log tree commit diff
path: root/src/libstd/sys/unix/backtrace/tracing
AgeCommit message (Collapse)AuthorLines
2016-03-22try! -> ?Jorge Aparicio-3/+3
Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry
2015-09-08some more clippy-based improvementsAndre Bogus-1/+1
2015-08-27std: Fix backtrace imports for ios targetsMichael Macias-4/+1
This fixes building for ios targets caused by 7925c79.
2015-08-20Refactor unix backtracing. NFC.Richard Diamond-0/+302