about summary refs log tree commit diff
path: root/src/libpanic_unwind/seh.rs
AgeCommit message (Expand)AuthorLines
2019-02-13libpanic_unwind => 2018Mazdak Farrokhzad-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-09-07Fix tidy errorsJordan Rhee-2/+0
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-1/+3
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-07-11Deny bare trait objects in in src/libpanic_unwindljedrz-3/+3
2016-09-09Issue deprecation warnings for safe accesses to extern staticsVadim Petrochenkov-2/+2
2016-06-05run rustfmt on libpanic_unwind folderSrinivas Reddy Thatiparthy-6/+3
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-9/+1
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-74/+253
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+147