about summary refs log tree commit diff
path: root/src/libstd/sys_common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-02-28libstd => 2018Taiki Endo-9/+10
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-0/+8
2018-12-14std: Use `rustc_demangle` from crates.ioAlex Crichton-228/+11
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-5/+5
2018-07-23libstd: Prefer `Option::map`/etc over `match` where applicableColin Wallace-5/+4
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-5/+5
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-1/+1
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-7/+6
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-0/+3
2017-12-26Change name of `lang_start_real` to `lang_start_internal`Bastian Köcher-1/+1
2017-11-30rustc: Prepare to enable ThinLTO by defaultAlex Crichton-2/+20
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-5/+6
2017-10-05Remove nacl from libstdest31-2/+0
2017-05-09Don't show the std frames before user code on unwinding.Yamakaky-4/+40
2017-04-18std: Back out backtrace pruning logicAlex Crichton-80/+4
2017-03-30Replace hardcoded forward slash with path::MAIN_SEPARATORThomas Jespersen-2/+2
2017-02-26Also ignore std::panicYamakaky-0/+3
2017-02-26Fix tests on Windows in Debug configuration (#4)Vadim Petrochenkov-0/+6
2017-02-25Fix tests on ARM Linux (#3)Vadim Petrochenkov-0/+1
2017-02-23rposition() -> rev().position() (#2)Vadim Petrochenkov-1/+1
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-40/+56
2017-02-15Improve backtrace formating while panicking.Yamakaky-26/+227
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+257