| Age | Commit message (Expand) | Author | Lines |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -5/+5 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-01-08 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -2/+57 |
| 2025-01-06 | Escape all `*` in rustc's SUMMARY.md | Tobias Bucher | -9/+9 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+110 |
| 2025-01-05 | Remove other maintainers | knickish | -2/+0 |
| 2025-01-05 | Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obk | bors | -0/+34 |
| 2025-01-05 | Update src/doc/rustc/src/platform-support/mips-mti-none-elf.md | YunQiang Su | -1/+1 |
| 2025-01-04 | Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDenton | Jubilee | -5/+58 |
| 2025-01-04 | Apply suggestions from workingjubilee's code review | knickish | -11/+11 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+112 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+34 |
| 2025-01-03 | Add UWP support page | bdbai | -5/+58 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -2/+4 |
| 2024-12-31 | Rollup merge of #134610 - tbu-:pr_doc_target_fmt, r=Noratrieb | Matthias Krüger | -8/+8 |
| 2024-12-30 | Rollup merge of #132477 - Noratrieb:illumos-oxide, r=workingjubilee | Matthias Krüger | -2/+45 |
| 2024-12-30 | Add illumos target documentation | Noratrieb | -2/+45 |
| 2024-12-29 | Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgr | bors | -1/+1 |
| 2024-12-29 | Rollup merge of #134884 - calciumbe:patch1, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-29 | Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxu | bors | -0/+5 |
| 2024-12-29 | Document x86_64-unknown-linux-none is PIE by default | Noratrieb | -0/+5 |
| 2024-12-29 | docs: fix typos | dxsullivan | -3/+3 |
| 2024-12-29 | fix: typos | calciumbe | -1/+1 |
| 2024-12-27 | Sort triples by name in platform_support.md | 9names | -52/+52 |
| 2024-12-22 | Add platform docs for FreeBSD. | Alan Somers | -8/+65 |
| 2024-12-21 | Fix compiler team name in target tier docs | Tobias Bucher | -1/+1 |
| 2024-12-21 | Format `build.toml` consistently in platform support docs | Tobias Bucher | -7/+7 |
| 2024-12-21 | on pair → on par | Tobias Bucher | -2/+2 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -1/+50 |
| 2024-12-14 | Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo... | Matthias Krüger | -2/+36 |
| 2024-12-13 | Fix powerpc64 big-endian FreeBSD ABI | Taiki Endo | -1/+1 |
| 2024-12-06 | Update src/doc/rustc/src/platform-support/powerpc64le-unknown-linux-musl.md | Jens Reidel | -1/+1 |
| 2024-12-06 | Fix markdown link | Jens Reidel | -1/+1 |
| 2024-12-06 | Promote powerpc64le-unknown-linux-musl to tier 2 with host tools | Jens Reidel | -1/+50 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -8/+8 |
| 2024-11-29 | Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-11-28 | Document s390x machine access via community cloud | Ulrich Weigand | -0/+16 |
| 2024-11-28 | chore: fix 404 status URL | longxiangqiao | -1/+1 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -8/+5 |
| 2024-11-24 | embed-bitcode is no longer used in iOS | DianQK | -8/+5 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 |
| 2024-11-22 | Updates Solaris target information, adds Solaris maintainer | Petr Sumbera | -2/+36 |
| 2024-11-19 | Correct the tier listing of `wasm32-wasip2` | Alex Crichton | -1/+1 |
| 2024-11-18 | Update src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.md | Ulrich Weigand | -0/+1 |
| 2024-11-18 | Document s390x-unknown-linux targets | Ulrich Weigand | -2/+199 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -7/+2 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -2/+3 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -6/+2 |
| 2024-10-31 | Document the difference between Clang's `-darwin` and `-macosx` targets | Mads Marquart | -0/+5 |