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
/
libpanic_unwind
/
gcc.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-13
libpanic_unwind => 2018
Mazdak Farrokhzad
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-07-11
Deny bare trait objects in in src/libpanic_unwind
ljedrz
-3
/
+3
2018-05-18
NetBSD on EABI ARM does not use ARM EHABI
Jonathan A. Kollasch
-2
/
+2
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-2
/
+1
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-1
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-06-08
std: Avoid panics in rust_eh_personality
Alex Crichton
-3
/
+11
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-4
/
+0
2016-12-29
libpanic_unwind: UNWIND_DATA_REG for sparc64
Jonathan A. Kollasch
-0
/
+3
2016-11-07
Remove mention of mipsel target_arch
Wang Xuerui
-1
/
+1
2016-10-18
run rustfmt on libpanic_unwind
Srinivas Reddy Thatiparthy
-8
/
+13
2016-10-08
Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton
Manish Goregaokar
-1
/
+1
2016-10-07
Fix a typo in a comment describing gcc.rs's eh_frame_registry module
Nick Fitzgerald
-1
/
+1
2016-09-09
Add s390x support
Ulrich Weigand
-0
/
+3
2016-08-27
fix cross compilation of std
Jorge Aparicio
-1
/
+1
2016-08-19
Remove old stage0 compatibility
Brian Anderson
-24
/
+0
2016-07-24
Implement ARM personality routine in Rust.
Vadim Chugunov
-112
/
+159
2016-07-22
Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.
Vadim Chugunov
-93
/
+72
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-1
/
+2
2016-06-05
run rustfmt on libpanic_unwind folder
Srinivas Reddy Thatiparthy
-96
/
+70
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+335