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
/
unwind
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-10-08
Use throw intrinsic from stdarch in wasm libunwind
Noa
-16
/
+11
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+2
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-08
Fix linking error when compiling for 32-bit watchOS
Mads Marquart
-5
/
+8
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-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+1
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-06-19
Stabilise c_unwind
Gary Guo
-1
/
+1
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
-2
/
+6
2024-04-05
Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco
Guillaume Gomez
-1
/
+1
2024-03-20
Fix compile of wasm64-unknown-unknown target
Alex Crichton
-1
/
+5
2024-03-20
step cfgs
Mark Rousskov
-1
/
+0
2024-03-18
Support for visionOS
Adam Gastineau
-1
/
+1
2024-03-11
Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper
Jubilee
-3
/
+74
2024-02-26
Don't codegen wasm.throw unless with -Zbuild-std
Noa
-1
/
+10
2024-02-25
Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb
Matthias Krüger
-1
/
+1
2024-02-24
Stabilize `cfg_target_abi`
Chris Denton
-1
/
+1
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2024-02-22
Use Itanium ABI for thrown exceptions
Noa
-3
/
+65
2024-01-11
Enable Static Builds for FreeBSD
Nathan Reller
-1
/
+7
2023-11-16
unwind: add support for using `unwinding` crate
Sean Cross
-5
/
+116
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
-7
/
+8
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-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+3
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
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-11
Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser
Michael Goulet
-0
/
+3
2023-04-04
library/unwind: Add definitions for loongarch64
zhaixiaojuan
-0
/
+3
2023-03-28
Add OpenHarmony targets
Amanieu d'Antras
-0
/
+16
2023-03-03
Match unmatched backticks in library/
est31
-1
/
+1
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+4
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-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
-6
/
+8
2022-11-12
Bump unwinder private data size for AArch64 Windows
Mateusz Mikuła
-1
/
+4
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
-5
/
+4
2022-08-10
add crt-static for android
Bryanskiy
-0
/
+20
[next]