about summary refs log tree commit diff
path: root/library/std/src/sys_common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+13
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-2/+2
2022-10-13std: use `sync::Mutex` for internal staticsjoboet-5/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-02-02Configure panic hook backtrace behaviorMark Rousskov-57/+0
2022-01-17Help optimize out backtraces when disabledKornel-7/+18
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