index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
unwind
Age
Commit message (
Expand
)
Author
Lines
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-931
/
+0
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-2
/
+3
2015-08-17
switch core::simd to repr(simd) and deprecate it.
Huon Wilson
-1
/
+0
2015-08-11
trans: Re-enable unwinding on 64-bit MSVC
Alex Crichton
-5
/
+5
2015-08-10
Auto merge of #27338 - alexcrichton:remove-morestack, r=brson
bors
-4
/
+0
2015-08-10
Remove morestack support
Alex Crichton
-4
/
+0
2015-08-05
Better FFI discipline
Tamir Duberstein
-2
/
+2
2015-08-02
Fix compile errors for ARM.
Vadim Chugunov
-2
/
+2
2015-07-30
Implement Win64 eh_personality natively.
Vadim Chugunov
-127
/
+258
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-10
/
+4
2015-07-23
Rewrite the improper_ctypes lint.
Eli Friedman
-6
/
+5
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-39
/
+47
2015-06-25
msvc: Implement runtime support for unwinding
Alex Crichton
-9
/
+122
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-11
/
+11
2015-05-19
std: Don't require rust_try as an exported symbol
Alex Crichton
-9
/
+24
2015-05-19
std: Implement aborting stubs for MSVC unwinding
Alex Crichton
-0
/
+676