| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-22 | Distribute rust-json-docs via rustup. | Luca Palmieri | -1/+4 |
| 2022-09-22 | Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obk | bors | -37/+2 |
| 2022-09-21 | Remove unused imports | Oli Scherer | -13/+2 |
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -24/+0 |
| 2022-09-20 | Avoid panicking on missing fallback | Mark Rousskov | -2/+12 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -2/+1 |
| 2022-06-28 | Let rust-analyzer ship on stable, non-preview | Josh Stone | -1/+2 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+2 |
| 2022-04-07 | Promote x86_64-unknown-none to Tier 2 | bstrie | -0/+1 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+1 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -2/+1 |
| 2022-02-13 | Update `sha1`, `sha2`, and `md5` dependencies | pierwill | -1/+1 |
| 2022-02-07 | Drop rustc-docs from complete profile | Mark Rousskov | -1/+4 |
| 2022-01-19 | Add assert that fallback targets must be available. | Eric Huss | -1/+4 |
| 2022-01-17 | Remove VERSION from manifest readme docs. | Eric Huss | -2/+1 |
| 2022-01-17 | Add manifest docs fallback. | Eric Huss | -41/+62 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-17 | build-manifest: Add m68k-unknown-linux-gnu target | John Paul Adrian Glaubitz | -0/+1 |
| 2021-08-03 | Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simula... | Yuki Okushi | -0/+1 |
| 2021-08-02 | Add `aarch64-apple-ios-sim` as a possible target to the manifest | Jan-Erik Rediger | -0/+1 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+2 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -1/+0 |
| 2021-02-07 | Extend the comment of `check_toolstate()` to clarify that the tool won't be s... | hyd-dev | -1/+4 |
| 2021-02-05 | Don't release Miri if its tests only failed on Windows | hyd-dev | -13/+12 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -2/+0 |
| 2020-11-16 | build-manifest: strip newline from rustc version | Pietro Albini | -4/+4 |
| 2020-11-05 | ci: build docs for aarch64-unknown-linux-gnu | Pietro Albini | -0/+1 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -93/+1 |
| 2020-10-29 | Auto merge of #78486 - pietroalbini:manifest-artifacts, r=Mark-Simulacrum | bors | -22/+125 |
| 2020-10-28 | build-manifest: include artifacts in a new table | Pietro Albini | -22/+125 |