| Age | Commit message (Expand) | Author | Lines |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -2/+3 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -2/+3 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+0 |
| 2024-12-26 | unwinding: bump version to fix asm | Sean Cross | -1/+1 |
| 2024-12-12 | Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -1/+0 |
| 2024-11-27 | update cfgs | Boxy | -4/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -1/+1 |
| 2024-10-13 | unwind: update unwinding dependency to 0.2.3 | Sean Cross | -1/+1 |
| 2024-10-08 | Use throw intrinsic from stdarch in wasm libunwind | Noa | -16/+11 |
| 2024-10-03 | control libunwind linkage mode via `crt-static` on gnullvm targets | Mateusz Mikuła | -6/+8 |
| 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/+8 |
| 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 | -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 |