| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -1/+6 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-04-04 | Rely on #[link] attribute for unwind on Fuchsia. | Adam Perry | -2/+0 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -1/+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-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -1/+1 |
| 2021-11-30 | Android: -ldl must appear after -lgcc when linking | Amanieu d'Antras | -0/+3 |
| 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 | -154/+39 |
| 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 | -7/+8 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -1/+1 |
| 2021-06-01 | Support Android ndk versions `r23-beta3` and up | Tilmann Meyer | -0/+14 |
| 2021-05-27 | Auto merge of #84124 - 12101111:libunwind, r=petrochenkov | bors | -76/+98 |
| 2021-05-26 | cleanup and fix compiling of libunwind | 12101111 | -76/+98 |
| 2021-05-24 | Update cc | Chris Denton | -1/+1 |
| 2021-05-12 | update cc crate | Mateusz Mikuła | -1/+1 |
| 2021-03-22 | Rollup merge of #82374 - clehner:licenses, r=joshtriplett | Dylan DPC | -0/+2 |
| 2021-03-01 | Change built-in kernel targets to be os = none throughout | John Ericson | -1/+1 |