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
/
src
/
libstd
/
sys
/
unix
/
backtrace
/
printing
Age
Commit message (
Expand
)
Author
Lines
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-67
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-4
/
+3
2017-09-10
Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebank
Guillaume Gomez
-1
/
+2
2017-09-06
std: Fix a segfault on OSX with backtraces
Alex Crichton
-1
/
+2
2017-09-02
Fallback to dladdr-based resolve_symbol if backtrace failed.
kennytm
-14
/
+29
2017-09-02
Add libbacktrace support for Apple platforms
John Colanduoni
-4
/
+2
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-39
/
+41
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-2
/
+4
2015-09-04
Add line numbers to windows-gnu backtraces
Diggory Blake
-209
/
+14
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-08-22
Add missing imports to `dladdr.rs` for Mac.
Richard Diamond
-0
/
+6
2015-08-20
Refactor unix backtracing. NFC.
Richard Diamond
-0
/
+260