about summary refs log tree commit diff
path: root/library/std/src/backtrace.rs
AgeCommit message (Expand)AuthorLines
2021-12-20Change Backtrace::enabled atomic from SeqCst to RelaxedDavid Tolnay-3/+3
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+3
2021-07-29Fix may not to appropriate might not or must notAli Malik-3/+3
2021-06-07make both panic display formats collapse framesAshley Mannix-3/+2
2021-01-23Add Frames iterator for BacktraceSean Chen-1/+20
2021-01-06use Once instead of Mutex to manage capture resolutionAshley Mannix-9/+35
2020-11-15Add column number support to Backtraceest31-2/+9
2020-10-07For backtrace, use StaticMutex instead of a raw sys Mutex.Mara Bos-2/+4
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-52/+3
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-11/+10
2020-07-27mv std libs to library/mark-0/+493