about summary refs log tree commit diff
path: root/src/libpanic_unwind/emcc.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-121/+0
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-2/+0
2020-03-05Simplify the try intrinsic by using a callback in the catch blockAmanieu d'Antras-1/+1
2020-03-05Use #[rustc_std_internal_symbol] instead of #[no_mangle]Amanieu d'Antras-1/+0
2020-03-02Apply review feedbackAmanieu d'Antras-2/+0
2020-03-02Inline catching panics into std::catch_unwindMark Rousskov-3/+1
2020-01-13Fix destructor in emcc.rsAmanieu d'Antras-2/+6
2020-01-13Fix destructor return value in emcc.rsAmanieu d'Antras-6/+14
2020-01-11Abort if C++ tries to swallow a Rust panicAmanieu d'Antras-0/+1
2020-01-11Apply review feedbackAmanieu d'Antras-0/+4
2020-01-11Fix a memory leak in emcc if a Rust panic is caught by C++ and discardedAmanieu d'Antras-7/+17
2020-01-10make use of pointer::is_nullLzu Tao-1/+1
2019-12-22Format the worldMark Rousskov-17/+21
2019-11-03Make Emscripten unwinding use a valid type_infoAmanieu d'Antras-10/+42
2019-02-13libpanic_unwind => 2018Mazdak Farrokhzad-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-11Deny bare trait objects in in src/libpanic_unwindljedrz-3/+3
2016-10-18run rustfmt on libpanic_unwindSrinivas Reddy Thatiparthy-5/+2
2016-09-30Document emscripten's unwind impl and remove unused functionBrian Anderson-6/+8
2016-09-30Rewrite emscripten unwinding to use libcxxBrian Anderson-0/+76