| Age | Commit message (Expand) | Author | Lines |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -1/+1 |
| 2024-04-21 | Add gnullvm targets to manifest | Mateusz Mikuła | -0/+3 |
| 2024-04-17 | Add llvm-bitcode-linker to build manifest | Kjetil Kjeka | -1/+5 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+1 |
| 2024-03-11 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -1/+1 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -0/+1 |
| 2024-03-02 | Promote OpenHarmony targets to tier 2 | Amanieu d'Antras | -0/+3 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -0/+1 |
| 2024-02-04 | Add an `armv8r-none-eabihf` target to support the Cortex-R52. | Chris Copeland | -0/+1 |
| 2024-01-22 | rustc: implement support for `riscv32im_risc0_zkvm_elf` | Erik Kaneda | -0/+1 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -0/+1 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+0 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -0/+2 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -1/+0 |
| 2023-11-15 | Add arm64e-apple-darwin target | Artyom Tetyukhin | -0/+1 |
| 2023-11-15 | Add arm64e-apple-ios target | Artyom Tetyukhin | -0/+1 |
| 2023-11-05 | Auto merge of #117191 - Skgland:easy-beta-channels, r=Mark-Simulacrum | bors | -0/+23 |
| 2023-10-28 | Remove asmjs from tools | Jubilee Young | -1/+0 |
| 2023-10-27 | Fix review comments | bjorn3 | -1/+0 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -3/+17 |
| 2023-10-25 | generate beta manifests as pre-requisit rust-lang/rustup#1329 | Skgland | -0/+23 |
| 2023-10-22 | add target csky-unknown-linux-gnuabiv2hf | dirreke | -0/+1 |
| 2023-09-26 | Promote loongarch64-unknown-none* to Tier 2 | WANG Rui | -0/+2 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -1/+0 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -0/+1 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -0/+1 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+1 |
| 2023-07-24 | compiler: Add `riscv64gc-unknown-hermit` target | Simon Schöning | -0/+1 |
| 2023-07-11 | Add a sparc-unknown-none-elf target. | Jonathan Pallant (Ferrous Systems) | -0/+1 |
| 2023-05-23 | Promote loongarch64-unknown-linux-gnu to Tier 2 with host tools | WANG Rui | -0/+2 |
| 2023-04-16 | Support loading version information from xz tarballs | Mark Rousskov | -3/+26 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -2/+2 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -2/+2 |
| 2022-11-24 | Don't set `is_preview` for clippy and rustfmt | Joshua Nelson | -2/+2 |
| 2022-11-09 | Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitor | Dylan DPC | -0/+3 |
| 2022-11-04 | Promote {aarch64,i686,x86_64}-unknown-uefi to Tier 2 | Nicholas Bishop | -0/+3 |
| 2022-10-30 | Remove unnecessary argument to `package` | Joshua Nelson | -8/+3 |
| 2022-10-30 | More build-manifest docs | Joshua Nelson | -3/+2 |
| 2022-10-27 | Use PkgType for profiles, too | Joshua Nelson | -37/+24 |
| 2022-10-27 | Use PkgType in more places | Joshua Nelson | -47/+27 |
| 2022-10-27 | Use an exhaustive match in `target_host_combination`. | Joshua Nelson | -37/+49 |
| 2022-10-27 | Use `PkgType::is_preview` to determine whether to add a rename to the manifest | Joshua Nelson | -8/+7 |
| 2022-10-27 | Use `PkgType` to determine which packages to add to the manifest | Joshua Nelson | -21/+84 |
| 2022-10-27 | build-manifest: Add a macro that makes it impossible to typo `-preview`, or h... | Joshua Nelson | -47/+37 |
| 2022-10-27 | More build-manifest docs | Joshua Nelson | -18/+20 |
| 2022-10-01 | Give better errors when build-manifest fails | Joshua Nelson | -1/+11 |
| 2022-10-01 | Package `rust-docs-json` into nightly components (take 3) | Joshua Nelson | -1/+5 |
| 2022-09-23 | Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark... | Matthias Krüger | -1/+4 |