rust/src/libpanic_unwind
Niko Matsakis a47fd3df89 make #[unwind] attribute specify expectations more clearly
You can now choose between the following:

- `#[unwind(allowed)]`
- `#[unwind(aborts)]`

Per rust-lang/rust#48251, the default is `#[unwind(allowed)]`, though
I think we should change this eventually.
2018-02-20 19:12:52 -05:00
..
dwarf std: Avoid panics in rust_eh_personality 2017-06-08 07:06:43 -07:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
emcc.rs run rustfmt on libpanic_unwind 2016-10-18 23:09:47 +05:30
gcc.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
lib.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
seh.rs Issue deprecation warnings for safe accesses to extern statics 2016-09-09 01:07:01 +03:00
seh64_gnu.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
wasm32.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
windows.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00