about summary refs log tree commit diff
path: root/src/tools/build-manifest
AgeCommit message (Expand)AuthorLines
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-2/+2
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-2/+2
2022-11-09Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitorDylan DPC-0/+3
2022-11-04Promote {aarch64,i686,x86_64}-unknown-uefi to Tier 2Nicholas Bishop-0/+3
2022-10-30Remove unnecessary argument to `package`Joshua Nelson-8/+3
2022-10-30More build-manifest docsJoshua Nelson-3/+2
2022-10-27Use PkgType for profiles, tooJoshua Nelson-37/+24
2022-10-27Use PkgType in more placesJoshua Nelson-47/+27
2022-10-27Use an exhaustive match in `target_host_combination`.Joshua Nelson-37/+49
2022-10-27Use `PkgType::is_preview` to determine whether to add a rename to the manifestJoshua Nelson-8/+7
2022-10-27Use `PkgType` to determine which packages to add to the manifestJoshua Nelson-21/+84
2022-10-27build-manifest: Add a macro that makes it impossible to typo `-preview`, or h...Joshua Nelson-47/+37
2022-10-27More build-manifest docsJoshua Nelson-18/+20
2022-10-01Give better errors when build-manifest failsJoshua Nelson-1/+11
2022-10-01Package `rust-docs-json` into nightly components (take 3)Joshua Nelson-1/+5
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-1/+4
2022-09-22Distribute rust-json-docs via rustup.Luca Palmieri-1/+4
2022-09-22Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obkbors-37/+2
2022-09-21Remove unused importsOli Scherer-13/+2
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-24/+0
2022-09-20Avoid panicking on missing fallbackMark Rousskov-2/+12
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-2/+1
2022-06-28Let rust-analyzer ship on stable, non-previewJosh Stone-1/+2
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-1/+2
2022-04-07Promote x86_64-unknown-none to Tier 2bstrie-0/+1
2022-03-09Add support for targeting riscv32im-unknown-none-elfridwanabdillahi-0/+1
2022-03-02Remove num_cpus dependency from bootstrap, build-manifest and rustc_sessionbjorn3-2/+1
2022-02-13Update `sha1`, `sha2`, and `md5` dependenciespierwill-1/+1
2022-02-07Drop rustc-docs from complete profileMark Rousskov-1/+4
2022-01-19Add assert that fallback targets must be available.Eric Huss-1/+4
2022-01-17Remove VERSION from manifest readme docs.Eric Huss-2/+1
2022-01-17Add manifest docs fallback.Eric Huss-41/+62
2022-01-10Update rayon and rustc-rayonJosh Stone-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-17build-manifest: Add m68k-unknown-linux-gnu targetJohn Paul Adrian Glaubitz-0/+1
2021-08-03Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simula...Yuki Okushi-0/+1
2021-08-02Add `aarch64-apple-ios-sim` as a possible target to the manifestJan-Erik Rediger-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-05-23Add BPF targetAlessandro Decina-0/+2
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-1/+0
2021-02-07Extend the comment of `check_toolstate()` to clarify that the tool won't be s...hyd-dev-1/+4
2021-02-05Don't release Miri if its tests only failed on Windowshyd-dev-13/+12
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-2/+0
2020-11-16build-manifest: strip newline from rustc versionPietro Albini-4/+4
2020-11-05ci: build docs for aarch64-unknown-linux-gnuPietro Albini-0/+1
2020-11-03build-manifest: remove legacy promote-release supportPietro Albini-93/+1
2020-10-29Auto merge of #78486 - pietroalbini:manifest-artifacts, r=Mark-Simulacrumbors-22/+125
2020-10-28build-manifest: include artifacts in a new tablePietro Albini-22/+125