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
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-02-28
libstd => 2018
Taiki Endo
-27
/
+27
2018-12-25
Remove licenses
Mark Rousskov
-60
/
+0
2018-08-16
std: stop backtracing when the frames are full
Josh Stone
-8
/
+10
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-0
/
+2
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-8
/
+7
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
Use env::current_exe for libbacktrace on macOS
John Colanduoni
-20
/
+7
2017-09-02
Add libbacktrace support for Apple platforms
John Colanduoni
-5
/
+30
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-4
/
+4
2017-02-26
Remove unused
Yamakaky
-1
/
+0
2017-02-25
typo
Yamakaky
-1
/
+1
2017-02-25
Fix tests on ARM Linux (#3)
Vadim Petrochenkov
-1
/
+3
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-151
/
+144
2017-01-28
Use libc::c_char instead of i8 due to platforms with unsigned char
Segev Finer
-1
/
+2
2017-01-27
Attempt at fixing dead code lints
Segev Finer
-5
/
+8
2017-01-24
Make backtraces work on Windows GNU targets again.
Segev Finer
-0
/
+7
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-29
/
+35
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-123
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-3
/
+3
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-2
/
+4
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-09-04
Add line numbers to windows-gnu backtraces
Diggory Blake
-238
/
+14
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-08-27
std: Fix backtrace imports for ios targets
Michael Macias
-4
/
+1
2015-08-22
Fix the Mac build, again.
Richard Diamond
-0
/
+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
/
+681