summary refs log tree commit diff
path: root/src/libstd/rt/backtrace.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-3/+19
2014-03-13std: Demangle more escapes in backtracesAlex Crichton-7/+54
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+714