about summary refs log tree commit diff
path: root/library/std/src/sys_common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-227/+0
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-1/+1
2023-11-17Use ptr::invalid_mut for SGX image baseMohsen Zohrevandi-1/+1
2023-11-14Move SGX-specific image base logic to sys_commonMohsen Zohrevandi-5/+12
2023-11-14Adjust frame IP in backtraces relative to image base for SGX targetMohsen Zohrevandi-0/+5
2023-07-29print omitted frames count for short backtrace modeyukang-0/+19
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-5/+6
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