summary refs log tree commit diff
path: root/src/libstd/rt/unwind/mod.rs
AgeCommit message (Expand)AuthorLines
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-3/+14
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-6/+0
2015-07-21trans: Move rust_try into the compilerAlex Crichton-7/+12
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