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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-24
/
+37
2025-02-18
update `cfg(bootstrap)`
Josh Stone
-1
/
+1
2025-02-14
unwind: Apply unsafe_op_in_unsafe_fn
Eric Huss
-0
/
+1
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-23
/
+23
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
2025-01-03
Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee
Matthias Krüger
-1
/
+0
2024-12-12
Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov
Matthias Krüger
-0
/
+5
2024-11-30
Switch rtems target to panic unwind
Jan Sommer
-1
/
+0
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-1
/
+0
2024-10-08
Use throw intrinsic from stdarch in wasm libunwind
Noa
-2
/
+1
2024-10-03
control libunwind linkage mode via `crt-static` on gnullvm targets
Mateusz Mikuła
-0
/
+5
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+1
2024-09-03
Port std library to RTEMS
Jan Sommer
-0
/
+1
2024-08-30
Squashed `aarch64_unknown_nto_qnx700` support
Yuri Astrakhan
-2
/
+9
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-06-19
Stabilise c_unwind
Gary Guo
-1
/
+1
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-0
/
+4
2024-03-20
Fix compile of wasm64-unknown-unknown target
Alex Crichton
-0
/
+1
2024-03-20
step cfgs
Mark Rousskov
-1
/
+0
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-1
/
+7
2024-02-24
Stabilize `cfg_target_abi`
Chris Denton
-1
/
+1
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-1
/
+7
2024-01-11
Enable Static Builds for FreeBSD
Nathan Reller
-1
/
+7
2023-11-16
unwind: add support for using `unwinding` crate
Sean Cross
-0
/
+3
2023-11-02
Remove obsolete support for linking unwinder on Android
Peter Collingbourne
-5
/
+1
2023-10-10
Use pointers instead of `usize` addresses for landing pads
niluxv
-0
/
+1
2023-10-09
Support AIX in Rust standard library
Qiu Chaofan
-0
/
+4
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+4
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-03-28
Add OpenHarmony targets
Amanieu d'Antras
-0
/
+16
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+4
2022-11-14
Move most of unwind's build script to lib.rs
bjorn3
-0
/
+24
2022-11-13
Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc
bors
-4
/
+0
2022-11-05
Remove linuxkernel targets
Alex Gaynor
-1
/
+0
2022-11-01
Change the way libunwind is linked for `*-windows-gnullvm` targets
Mateusz Mikuła
-4
/
+0
2022-08-10
add crt-static for android
Bryanskiy
-0
/
+20
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2022-06-09
Stabilize the `bundle` native library modifier
Vadim Petrochenkov
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz Mikuła
-0
/
+5
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+0
2022-03-30
Stabilize native library modifier syntax and the `whole-archive` modifier spe...
Vadim Petrochenkov
-1
/
+1
2021-10-23
Repace use of `static_nobundle` with `native_link_modifiers`
Mateusz Mikuła
-1
/
+0
2021-10-06
Add new target armv7-unknown-linux-uclibceabihf
Yannick Koehler
-2
/
+2
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+1
2021-08-28
build llvm libunwind.a in rustbuild
12101111
-5
/
+7
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-0
/
+1
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-1
/
+1
[next]