about summary refs log tree commit diff
path: root/library/unwind/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-05-26cleanup and fix compiling of libunwind12101111-4/+17
2021-03-01Change built-in kernel targets to be os = none throughoutJohn Ericson-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-1/+15
2020-10-04Add comment explaining why libunwind doesn't need to link libgcc_ehJosh Triplett-0/+3
2020-10-04unwind: Move linux-gnu library linking to lib.rs and libcJosh Triplett-0/+4
2020-08-08Add back unwinding support for Sony PSPMarko Mijalkovic-1/+1
2020-07-27mv std libs to library/mark-0/+52