| Age | Commit message (Expand) | Author | Lines |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -3/+9 |
| 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 | -6/+120 |
| 2023-11-02 | Remove obsolete support for linking unwinder on Android | Peter Collingbourne | -33/+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 | -24/+24 |
| 2022-11-13 | Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 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-09 | Upgrade cc to 1.0.76 | Tom Parker-Shemilt | -1/+1 |
| 2022-11-05 | Remove linuxkernel targets | Alex Gaynor | -1/+0 |
| 2022-11-02 | Remove std's transitive dependency on cfg-if 0.1 | Collin Baker | -1/+1 |
| 2022-11-01 | Change the way libunwind is linked for `*-windows-gnullvm` targets | Mateusz Mikuła | -5/+4 |
| 2022-10-29 | Upgrade cc for working is_flag_supported on cross-compiles | Tom Parker-Shemilt | -1/+1 |
| 2022-08-15 | unwind: don't build dependency when building for Miri | Ralf Jung | -1/+7 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -6/+21 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -3/+3 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -3/+3 |
| 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-19 | Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu | bors | -4/+1 |
| 2022-05-14 | Use re-export instead of inline wrapper in libunwind | Gary Guo | -4/+1 |