summary refs log tree commit diff
path: root/src/libstd/sys/windows/backtrace/printing/msvc.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-28Change traits to bare FnMut where possible.moxian-111/+67
2018-06-28Make msvc symbol extraction/printing functions generic.moxian-103/+137
2018-06-28Load backtrace-related functions only oncemoxian-21/+38
2018-06-28Split separate stackwalk variants into their own functionsmoxian-128/+120
2018-06-28Add a fallback for stacktrace printing for older Windows versions.moxian-66/+187
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-20/+34
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-3/+3
2017-02-15Improve backtrace formating while panicking.Yamakaky-0/+83