| Age | Commit message (Expand) | Author | Lines |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -2/+2 |
| 2024-08-28 | Correct trusty targets to be tier 3 | Nicole LeGare | -2/+2 |
| 2024-08-27 | Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-08-27 | ABI compat check: detect unadjusted ABI mismatches | Ralf Jung | -0/+2 |
| 2024-08-23 | Remove `reserve-x18` from armv7-unknown-trusty | Nicole LeGare | -1/+1 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -0/+74 |
| 2024-08-18 | Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+29 |
| 2024-08-14 | Promote Mac Catalyst targets to tier 2, and ship with rustup | Mads Marquart | -2/+2 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -1/+3 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+3 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-08-09 | fix incorrect value | Evelyn Harthbrooke | -1/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -5/+4 |
| 2024-08-03 | Make riscv64gc-unknown-linux-musl dynamically linked by default | Amanieu d'Antras | -0/+1 |
| 2024-08-01 | Rollup merge of #128296 - heiher:update-metadata, r=Urgau | Matthias Krüger | -6/+6 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -79/+95 |
| 2024-07-28 | Update target-spec metadata for loongarch64 targets | WANG Rui | -6/+6 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+400 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+29 |
| 2024-07-17 | cleanup: remove support for 3DNow! cpu features | Augie Fackler | -3/+1 |
| 2024-07-15 | Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstrieb | bors | -887/+903 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -31/+12 |
| 2024-07-03 | Fill out target-spec metadata for all targets | Harry Moulton | -887/+903 |
| 2024-06-24 | rustc_target: Build sparc_unknown_linux_gnu with -mcpu=v9 and -m32 | John Paul Adrian Glaubitz | -1/+1 |
| 2024-06-24 | rustc_target: Rewrite sparc_unknown_linux_gnu spec to use TargetOptions | John Paul Adrian Glaubitz | -8/+11 |
| 2024-06-23 | compiler: Add FramePointer::ratchet | Jubilee Young | -0/+14 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+118 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+2 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+28 |
| 2024-06-16 | Several fixes to the redox target specs | Jeremy Soller | -1/+3 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -0/+118 |
| 2024-06-12 | Rollup merge of #126324 - zmodem:loongarch, r=nikic | Michael Goulet | -4/+4 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+2 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -0/+93 |
| 2024-06-12 | Adjust LoongArch64 data layouts for LLVM update | Hans Wennborg | -4/+4 |
| 2024-06-06 | Improve naming and path operations in crate loader | Nilstrieb | -1/+1 |
| 2024-06-01 | Add `target_env = "p1"` to the `wasm32-wasip1` target | Alex Crichton | -0/+2 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -0/+93 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -0/+35 |
| 2024-05-21 | Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-05-17 | Add source for mutually-exclusive list | David Koloski | -0/+2 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+13 |
| 2024-05-15 | Sort mutually-exclusive pairs, update fixed tests | David Koloski | -23/+23 |
| 2024-05-15 | Relax restrictions on multiple sanitizers | David Koloski | -0/+33 |
| 2024-05-11 | Add x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+28 |
| 2024-05-11 | Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox | bors | -97/+103 |
| 2024-05-11 | Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petro... | 许杰友 Jieyou Xu (Joe) | -0/+3 |