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
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-12
/
+0
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-2
/
+0
2020-03-05
Use #[rustc_std_internal_symbol] instead of #[no_mangle]
Amanieu d'Antras
-5
/
+2
2020-03-05
Remove eh_unwind_resume lang item
Amanieu d'Antras
-9
/
+1
2020-03-02
Apply review feedback
Amanieu d'Antras
-2
/
+0
2020-03-02
Inline catching panics into std::catch_unwind
Mark Rousskov
-4
/
+1
2020-01-19
Fix invalid link to C++ Exception Handling ABI documentation
Tianjiao Huang
-1
/
+1
2020-01-11
Abort if C++ tries to swallow a Rust panic
Amanieu d'Antras
-0
/
+1
2020-01-11
Simplify exception cleanup for libunwind-style unwinding
Amanieu d'Antras
-6
/
+4
2020-01-06
Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
bors
-0
/
+3
2020-01-01
Update the barrier cache during ARM EHABI unwinding
Amanieu d'Antras
-1
/
+7
2020-01-01
Add support for RISC-V 64-bit GNU/Linux
msizanoen1
-0
/
+3
2019-12-22
Format the world
Mark Rousskov
-13
/
+18
2019-11-03
Allow foreign exceptions to unwind through Rust code
Amanieu d'Antras
-117
/
+160
2019-10-22
Apply clippy::needless_return suggestions
Mateusz MikuĊa
-6
/
+6
2019-07-22
add support for hexagon-unknown-linux-musl
Brian Cain
-0
/
+3
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