about summary refs log tree commit diff
path: root/library/std/src/sys_common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Apply clippy suggestionsClemens Wasser-4/+2
2021-07-29[backtraces]: look for the `begin` symbol only after seeing `end`Wesley Wiser-1/+1
2020-10-07For backtrace, use StaticMutex instead of a raw sys Mutex.Mara Bos-17/+5
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-5/+34
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-2/+1
2020-07-27mv std libs to library/mark-0/+215