summary refs log tree commit diff
path: root/src/libstd/rt/unwind/mod.rs
AgeCommit message (Expand)AuthorLines
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-11/+11
2015-05-19std: Don't require rust_try as an exported symbolAlex Crichton-9/+24
2015-05-19std: Implement aborting stubs for MSVC unwindingAlex Crichton-0/+304