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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
panic_unwind
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-23
Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...
Matthias Krüger
-0
/
+6
2024-07-22
library: vary unsafety in bootstrapping for SEH
Jubilee Young
-0
/
+6
2024-07-01
Use the native unwind function in miri where possible
bjorn3
-21
/
+13
2024-06-20
Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr
bors
-0
/
+1
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-19
Stabilise c_unwind
Gary Guo
-1
/
+1
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
/
+73
2024-03-19
SeqCst->Relaxed in panic_unwind/emcc.
Mara Bos
-1
/
+1
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-2
/
+2
2024-02-26
miri: rename miri_start_panic → miri_start_unwind
Ralf Jung
-3
/
+3
2024-02-23
Get rid of some `#[allow(static_mut_refs)]`
Pavel Grigorenko
-22
/
+17
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-40
/
+2
2024-02-22
Unconditionally pass -wasm-enable-eh
Noa
-6
/
+1
2024-02-22
std support for wasm32 panic=unwind
Noa
-1
/
+44
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-11-16
panic_unwind: support unwinding on xous
Sean Cross
-0
/
+1
2023-10-10
Use pointers instead of `usize` addresses for landing pads
niluxv
-1
/
+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-04-29
Partial stabilisation of `c_unwind`
Gary Guo
-4
/
+4
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-10-23
Fix alloc size
Gary Guo
-2
/
+1
2022-10-23
Apply suggestion
Gary Guo
-1
/
+1
2022-10-23
Implement Rust foreign exception protection for EMCC and SEH
Gary Guo
-15
/
+42
2022-10-23
Prevent foreign Rust exceptions from being caught
Gary Guo
-3
/
+27
2022-08-28
Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum
bors
-577
/
+0
2022-08-23
Use renamed atomic intrinsics in panic_unwind
Tomasz Miąsko
-6
/
+9
2022-08-23
Remove custom frame info registration on i686-pc-windows-gnu
Amanieu d'Antras
-37
/
+0
2022-08-23
Move personality functions to std
Amanieu d'Antras
-540
/
+0
2022-08-23
Fix comment on the SEH personality function
Amanieu d'Antras
-2
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-07-30
Fix unwinding when debug assertions are enabled
Mads Marquart
-1
/
+3
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+1
2022-06-09
Add underscores to rust_eh_personality arguments to mark them as unused
Hood Chatham
-5
/
+5
2022-06-08
Remove __gxx_personality_v0 declaration
Hood Chatham
-7
/
+0
2022-06-08
Fix formatter
Hood Chatham
-1
/
+0
2022-06-08
Don't use __gxx_personality_v0 in panic_unwind on emscripten target
Hood Chatham
-1
/
+6
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-02-12
library/panic_unwind: Define UNWIND_DATA_REG for m68k
John Paul Adrian Glaubitz
-0
/
+3
[next]