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
/
seh.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
Win: Use exceptions with empty data for SEH panic exception copies
George Tokmaji
-4
/
+14
2025-06-07
intrinsics: use const generic to set atomic ordering
Ralf Jung
-6
/
+6
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2025-02-14
panic_unwind: Apply unsafe_op_in_unsafe_fn
Eric Huss
-35
/
+43
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-3
/
+3
2025-01-20
panic_unwind: add `#![warn(unreachable_pub)]`
Urgau
-16
/
+16
2024-10-14
Remove allowing static_mut_refs lint
mu001999
-2
/
+0
2024-09-25
Use `&raw` in the standard library
Josh Stone
-18
/
+15
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+2
2024-09-05
update cfgs
Boxy
-6
/
+0
2024-07-22
library: vary unsafety in bootstrapping for SEH
Jubilee Young
-0
/
+6
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-1
/
+1
2024-04-11
Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...
niluxv
-41
/
+71
2024-02-23
Get rid of some `#[allow(static_mut_refs)]`
Pavel Grigorenko
-22
/
+17
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-4
/
+6
2024-02-08
Step all bootstrap cfgs forward
Mark Rousskov
-2
/
+2
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-0
/
+4
2023-04-29
Partial stabilisation of `c_unwind`
Gary Guo
-1
/
+1
2022-10-23
Implement Rust foreign exception protection for EMCC and SEH
Gary Guo
-5
/
+15
2022-08-28
Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum
bors
-10
/
+0
2022-08-23
Use renamed atomic intrinsics in panic_unwind
Tomasz Miąsko
-6
/
+9
2022-08-23
Move personality functions to std
Amanieu d'Antras
-10
/
+0
2022-08-23
Fix comment on the SEH personality function
Amanieu d'Antras
-2
/
+2
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-7
/
+5
2021-06-23
Use HTTPS links where possible
Smitty
-2
/
+2
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2020-09-20
Correct file path after some restructures in compiler
Lzu Tao
-1
/
+1
2020-08-27
Abort when catch_unwind catches a foreign exception
Amanieu d'Antras
-3
/
+9
2020-07-27
mv std libs to library/
mark
-0
/
+331