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
/
library
/
panic_unwind
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
panic_unwind: add `#![warn(unreachable_pub)]`
Urgau
-0
/
+1
2025-01-06
Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee
Jacob Pratt
-1
/
+2
2025-01-06
Add support for wasm exception handling to Emscripten target
Hood Chatham
-1
/
+2
2024-11-30
Switch rtems target to panic unwind
Jan Sommer
-1
/
+1
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-2
/
+0
2024-09-24
Initial std library support for NuttX
Huang Qi
-1
/
+1
2024-09-03
Port std library to RTEMS
Jan Sommer
-1
/
+1
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-01
Use the native unwind function in miri where possible
bjorn3
-21
/
+13
2024-06-19
Stabilise c_unwind
Gary Guo
-1
/
+1
2024-04-11
Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...
niluxv
-0
/
+2
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-7
/
+1
2024-02-22
Unconditionally pass -wasm-enable-eh
Noa
-6
/
+1
2024-02-22
std support for wasm32 panic=unwind
Noa
-1
/
+12
2023-11-16
panic_unwind: support unwinding on xous
Sean Cross
-0
/
+1
2023-09-20
Rename BoxMeUp to PanicPayload.
Mara Bos
-2
/
+2
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-2
/
+1
2023-08-07
stabilize abi_thiscall
Benedikt Radtke
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-03-26
Remove unnecessary raw pointer in __rust_start_panic arg
bjorn3
-2
/
+2
2022-12-30
Replace libstd, libcore, liballoc in docs.
jonathanCogan
-2
/
+2
2022-11-04
Fix build of thumbv7a-pc-windows-msvc
Arlo Siemsen
-1
/
+2
2022-08-23
Remove custom frame info registration on i686-pc-windows-gnu
Amanieu d'Antras
-3
/
+0
2022-08-23
Move personality functions to std
Amanieu d'Antras
-2
/
+0
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-14
Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom`
Gary Guo
-1
/
+1
2022-01-21
adapt L4Bender implementation
Benjamin Lamowski
-0
/
+4
2021-11-10
Review comments
Alex Crichton
-2
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-0
/
+1
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+1
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-1
/
+2
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-3
/
+2
2021-07-03
Remove the deprecated `core::raw` and `std::raw` module.
Charles Lew
-1
/
+0
2021-06-04
rustdoc: link to stable/beta docs consistently in documentation
Joshua Nelson
-4
/
+1
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-1
/
+0
2021-02-03
Revert stabilizing integer::BITS.
Mara Bos
-0
/
+1
2021-01-31
stabilize int_bits_const
Ashley Mannix
-1
/
+0
2020-12-25
fix another comment, and make __rust_start_panic code a bit more semantically...
Ralf Jung
-2
/
+2
2020-12-21
slightly more typed interface to panic implementation
Ralf Jung
-2
/
+1
2020-11-22
Drop support for cloudabi targets
Lzu Tao
-1
/
+0
2020-09-20
Rollup merge of #76866 - est31:master, r=lcnr
Ralf Jung
-1
/
+0
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-0
/
+1
2020-09-18
Remove unused libc feature gate
est31
-1
/
+0
2020-08-28
Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrum
bors
-0
/
+3
2020-08-27
Abort when catch_unwind catches a foreign exception
Amanieu d'Antras
-0
/
+3
2020-08-24
[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...
Dylan McKay
-1
/
+1
2020-08-08
Add back unwinding support for Sony PSP
Marko Mijalkovic
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+110