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
Age
Commit message (
Expand
)
Author
Lines
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-19
Rollup merge of #103989 - arlosi:arm32-panic, r=Amanieu
Matthias Krüger
-1
/
+2
2022-11-04
Fix build of thumbv7a-pc-windows-msvc
Arlo Siemsen
-1
/
+2
2022-11-02
Remove std's transitive dependency on cfg-if 0.1
Collin Baker
-1
/
+1
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
2022-01-21
adapt L4Bender implementation
Benjamin Lamowski
-0
/
+4
2021-12-23
Switch all libraries to the 2021 edition
Deadbeef
-1
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-11-10
Review comments
Alex Crichton
-2
/
+1
2021-11-10
std: Get the standard library compiling for wasm64
Alex Crichton
-2
/
+3
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
-10
/
+7
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
[prev]
[next]