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
/
unwind
/
src
/
libunwind.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
Indent some code inside `cfg_select!`
Josh Triplett
-174
/
+178
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-14
/
+17
2025-06-06
Add new Tier-3 targets: `loongarch32-unknown-none*`
WANG Rui
-1
/
+1
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-3
/
+6
2025-03-16
Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee
Jacob Pratt
-10
/
+7
2025-03-16
make `_Unwind_Action` a type alias, not enum
Noratrieb
-10
/
+7
2025-03-12
Fix panic handler for cygwin
Berrysoft
-3
/
+6
2025-03-10
Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux
Arjun Ramesh
-1
/
+4
2025-02-14
unwind: Apply unsafe_op_in_unsafe_fn
Eric Huss
-9
/
+11
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-8
/
+8
2024-10-03
control libunwind linkage mode via `crt-static` on gnullvm targets
Mateusz Mikuła
-6
/
+3
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+2
2024-09-08
Fix linking error when compiling for 32-bit watchOS
Mads Marquart
-5
/
+8
2024-05-05
Fix unwinding on 32-bit watchOS ARM
Mads Marquart
-12
/
+12
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-1
/
+1
2024-03-18
Support for visionOS
Adam Gastineau
-1
/
+1
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-1
/
+1
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-1
/
+1
2023-11-16
unwind: add support for using `unwinding` crate
Sean Cross
-5
/
+8
2023-10-10
Use pointers instead of `usize` addresses for landing pads
niluxv
-7
/
+7
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+3
2023-07-18
support for mips32r6 as a target_arch value
chenx97
-1
/
+1
2023-07-18
support for mips64r6 as a target_arch value
chenx97
-1
/
+1
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-1
/
+1
2023-04-04
library/unwind: Add definitions for loongarch64
zhaixiaojuan
-0
/
+3
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-11-22
Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomcc
Dylan DPC
-1
/
+4
2022-11-15
Reduce exceptions overallocation on non Windows x86_64
Mateusz Mikuła
-1
/
+4
2022-11-15
Fix building of `aarch64-pc-windows-gnullvm`
Mateusz Mikuła
-1
/
+1
2022-11-12
Bump unwinder private data size for AArch64 Windows
Mateusz Mikuła
-1
/
+4
2022-11-01
Change the way libunwind is linked for `*-windows-gnullvm` targets
Mateusz Mikuła
-1
/
+4
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-3
/
+3
2022-05-14
Use re-export instead of inline wrapper in libunwind
Gary Guo
-4
/
+1
2022-03-07
Rollup merge of #93350 - gburgessiv:master, r=Mark-Simulacrum
Matthias Krüger
-0
/
+4
2022-02-12
library/unwind: Define unwinder_private_data_size for m68k
John Paul Adrian Glaubitz
-0
/
+3
2022-01-26
libunwind: readd link attrs to _Unwind_Backtrace
George Burgess IV
-0
/
+4
2021-08-28
build llvm libunwind.a in rustbuild
12101111
-13
/
+22
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-6
/
+7
2021-01-27
Support AArch64 ILP32 in libunwind bindings
Amanieu d'Antras
-1
/
+4
2020-10-09
Remove useless `all` in cfg
Mateusz Mikuła
-1
/
+1
2020-09-28
library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnu
John Paul Adrian Glaubitz
-1
/
+1
2020-09-17
library/unwind: Add missing )
Alistair Francis
-1
/
+1
2020-09-16
library/unwind: Consolidate RV32 and RV64
Alistair Francis
-4
/
+1
2020-09-16
library/unwind: Add support for RISC-V 32-bit
Alistair Francis
-0
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+279