about summary refs log tree commit diff
path: root/src/libstd/sys_common/backtrace.rs
AgeCommit message (Expand)AuthorLines
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-07Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_wit...Matthias Krüger-1/+1
2020-02-11Fix failing backtrace ui testsJane Lusby-0/+1
2019-12-22Format the worldMark Rousskov-13/+4
2019-11-11Don't attempt to get cwd when printing backtrace under MiriAaron Hill-1/+8
2019-09-25std: Reduce checks for `feature = "backtrace"`Alex Crichton-25/+35
2019-09-16avoid #[cfg] in favor of cfg!Ralf Jung-2/+0
2019-09-14rename the crate, not the featureRalf Jung-5/+5
2019-09-14std: always depend on backtrace, but only enable its features on demandRalf Jung-1/+4
2019-09-11Auto merge of #64154 - alexcrichton:std-backtrace, r=sfacklerbors-54/+65
2019-09-09Always show backtrace on FuchsiaTaylor Cramer-0/+6
2019-09-09std: Add a `backtrace` moduleAlex Crichton-54/+65
2019-09-04Use backtrace formatting from the backtrace crateTaylor Cramer-146/+89
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-151/+153
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