about summary refs log tree commit diff
path: root/src/libstd/rt/unwind
AgeCommit message (Expand)AuthorLines
2015-06-25msvc: Implement runtime support for unwindingAlex Crichton-9/+122
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+1
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/+676