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
/
windows
/
backtrace
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-24
/
+27
2018-12-31
Fix backtraces on Windows
John Kåre Alsaker
-1
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-09-04
Add target thumbv7a-pc-windows-msvc
Jordan Rhee
-0
/
+22
2018-08-27
Fix anon param + make it allow-by-def
Mark Mansi
-1
/
+8
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-0
/
+24
2018-06-28
Change traits to bare FnMut where possible.
moxian
-111
/
+67
2018-06-28
Make msvc symbol extraction/printing functions generic.
moxian
-103
/
+137
2018-06-28
Make stackwalking generic instead of matching on enum variants.
moxian
-133
/
+147
2018-06-28
Load backtrace-related functions only once
moxian
-41
/
+77
2018-06-28
Split separate stackwalk variants into their own functions
moxian
-204
/
+238
2018-06-28
Add a fallback for stacktrace printing for older Windows versions.
moxian
-108
/
+315
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-36
/
+49
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-5
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-0
/
+321