about summary refs log tree commit diff
path: root/src/libstd/rt/unwind
AgeCommit message (Expand)AuthorLines
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-931/+0
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-2/+3
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-1/+0
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-5/+5
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-4/+0
2015-08-10Remove morestack supportAlex Crichton-4/+0
2015-08-05Better FFI disciplineTamir Duberstein-2/+2
2015-08-02Fix compile errors for ARM.Vadim Chugunov-2/+2
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-127/+258
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-10/+4
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-6/+5
2015-07-21trans: Move rust_try into the compilerAlex Crichton-39/+47
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