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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-03
Make panic unwind the default for aarch64-*-windows-msvc targets
Daniel Frampton
-3
/
+0
2020-03-14
fix comment, rustfmt
Ralf Jung
-1
/
+0
2020-03-14
adjust Miri interaction with panic runtime
Ralf Jung
-13
/
+22
2020-03-05
Simplify the try intrinsic by using a callback in the catch block
Amanieu d'Antras
-7
/
+1
2020-03-05
Use #[rustc_std_internal_symbol] instead of #[no_mangle]
Amanieu d'Antras
-2
/
+2
2020-03-02
Apply review feedback
Amanieu d'Antras
-5
/
+7
2020-03-02
Fix some minor issues
Amanieu d'Antras
-2
/
+3
2020-03-02
Inline catching panics into std::catch_unwind
Mark Rousskov
-25
/
+8
2020-01-11
Abort if C++ tries to swallow a Rust panic
Amanieu d'Antras
-0
/
+6
2020-01-11
Fix a memory leak in SEH unwinding if a Rust panic is caught by C++ and disca...
Amanieu d'Antras
-0
/
+1
2019-12-22
Format the world
Mark Rousskov
-10
/
+11
2019-11-30
libunwind_panic: adjust miri panic hack
Ralf Jung
-5
/
+11
2019-11-25
better comment and rename BoxMeUp::box_me_up to take_box
Ralf Jung
-1
/
+1
2019-11-16
miri panic_unwind: fix hack for SEH platforms
Ralf Jung
-5
/
+0
2019-11-15
more comment
Ralf Jung
-0
/
+1
2019-11-15
libpanic_unwind for Miri: make sure we have the SEH lang items when needed
Ralf Jung
-0
/
+4
2019-11-13
Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...
Robin Kruppe
-1
/
+0
2019-11-11
Remove trampoline, pass `ret` and `unwind` when handling intrinsics
Aaron Hill
-3
/
+0
2019-11-11
Fix tidy
Aaron Hill
-2
/
+0
2019-11-11
Move to miri.rs and re-export it
Aaron Hill
-4
/
+4
2019-11-11
Add comment
Aaron Hill
-0
/
+2
2019-11-11
Add miri trampoline, fix handling of intrinsic return
Aaron Hill
-0
/
+3
2019-11-11
Add explicit Miri support to libpanic_unwind
Aaron Hill
-1
/
+4
2019-11-05
improper_ctypes: `extern "C"` fns
David Wood
-0
/
+1
2019-11-03
Make SEH exceptions use a rust_panic type instead of unsigned __int64*
Amanieu d'Antras
-1
/
+0
2019-11-03
Allow foreign exceptions to unwind through Rust code
Amanieu d'Antras
-6
/
+2
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-0
/
+3
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-4
/
+1
2019-04-12
Stabilize the `alloc` crate.
Simon Sapin
-2
/
+0
2019-02-13
libpanic_unwind => 2018: remove unused extern crate.
Mazdak Farrokhzad
-3
/
+0
2019-02-13
libpanic_unwind => 2018
Mazdak Farrokhzad
-3
/
+3
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Adding unwinding support for x86_64_fortanix_unknown_sgx target.
Vardhan Thigle
-1
/
+1
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-1
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-29
/
+26
2018-08-09
[nll] libpanic_unwind: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Fix failure on msvc
varkor
-1
/
+0
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-11
Deny bare trait objects in in src/libpanic_unwind
ljedrz
-1
/
+2
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-5
/
+7
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
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
2018-01-04
Make libpanic_unwind build on CloudABI.
Ed Schouten
-0
/
+1
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-3
/
+5
[next]