| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -121/+0 | |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -2/+0 | |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -1/+1 | |
| 2020-03-05 | Use #[rustc_std_internal_symbol] instead of #[no_mangle] | Amanieu d'Antras | -1/+0 | |
| 2020-03-02 | Apply review feedback | Amanieu d'Antras | -2/+0 | |
| 2020-03-02 | Inline catching panics into std::catch_unwind | Mark Rousskov | -3/+1 | |
| This allows LLVM to inline the happy path, such that catching unwinding is zero-cost when no panic occurs. This also allows us to match the code generated by C++ try/catch. | ||||
| 2020-01-13 | Fix destructor in emcc.rs | Amanieu d'Antras | -2/+6 | |
| 2020-01-13 | Fix destructor return value in emcc.rs | Amanieu d'Antras | -6/+14 | |
| 2020-01-11 | Abort if C++ tries to swallow a Rust panic | Amanieu d'Antras | -0/+1 | |
| 2020-01-11 | Apply review feedback | Amanieu d'Antras | -0/+4 | |
| 2020-01-11 | Fix a memory leak in emcc if a Rust panic is caught by C++ and discarded | Amanieu d'Antras | -7/+17 | |
| 2020-01-10 | make use of pointer::is_null | Lzu Tao | -1/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -17/+21 | |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -10/+42 | |
| This allows catch_panic to ignore C++ exceptions. | ||||
| 2019-02-13 | libpanic_unwind => 2018 | Mazdak Farrokhzad | -1/+1 | |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-07-11 | Deny bare trait objects in in src/libpanic_unwind | ljedrz | -3/+3 | |
| 2016-10-18 | run rustfmt on libpanic_unwind | Srinivas Reddy Thatiparthy | -5/+2 | |
| 2016-09-30 | Document emscripten's unwind impl and remove unused function | Brian Anderson | -6/+8 | |
| 2016-09-30 | Rewrite emscripten unwinding to use libcxx | Brian Anderson | -0/+76 | |
