index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys_common
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-16
std: move `sys_common::backtrace` to `sys`
joboet
-227
/
+0
2024-02-21
rename ptr::invalid -> ptr::without_provenance
Ralf Jung
-1
/
+1
2023-11-17
Use ptr::invalid_mut for SGX image base
Mohsen Zohrevandi
-1
/
+1
2023-11-14
Move SGX-specific image base logic to sys_common
Mohsen Zohrevandi
-5
/
+12
2023-11-14
Adjust frame IP in backtraces relative to image base for SGX target
Mohsen Zohrevandi
-0
/
+5
2023-07-29
print omitted frames count for short backtrace mode
yukang
-0
/
+19
2023-05-17
Fix #107910, Shorten backtraces in ICEs
yukang
-5
/
+6
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+13
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-12-30
Replace libstd, libcore, liballoc in docs.
jonathanCogan
-2
/
+2
2022-10-13
std: use `sync::Mutex` for internal statics
joboet
-5
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-02
Configure panic hook backtrace behavior
Mark Rousskov
-57
/
+0
2022-01-17
Help optimize out backtraces when disabled
Kornel
-7
/
+18
2021-10-09
Apply clippy suggestions
Clemens Wasser
-4
/
+2
2021-07-29
[backtraces]: look for the `begin` symbol only after seeing `end`
Wesley Wiser
-1
/
+1
2020-10-07
For backtrace, use StaticMutex instead of a raw sys Mutex.
Mara Bos
-17
/
+5
2020-08-07
Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...
Alan Egerton
-5
/
+34
2020-07-28
std: Switch from libbacktrace to gimli
Alex Crichton
-2
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+215