about summary refs log tree commit diff
path: root/src/libstd/backtrace.rs
AgeCommit message (Expand)AuthorLines
2020-02-10make it compileJane Lusby-1/+1
2020-02-10remove unnecessary Debug impl for BacktraceFrameJane Lusby-6/+0
2020-02-10remove unnecessary derivesJane Lusby-2/+0
2020-02-10less noisy formatJane Lusby-7/+37
2020-02-10Get vaguely working with a test for checking outputJane Lusby-1/+26
2020-02-10Add initial debug fmt for BacktraceJane Lusby-6/+19
2019-11-29Format libstd with rustfmtDavid Tolnay-2/+2
2019-10-02BacktraceStatus: add Eq implBen Boeckel-1/+1
2019-09-14rename the crate, not the featureRalf Jung-0/+1
2019-09-09std: Add a `backtrace` moduleAlex Crichton-0/+352