rust/src/libunwind
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
..
build.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
lib.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
libunwind.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
macros.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00